commit | dddbc0e5257572079602654258adc8d117e168ad | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Nov 12 13:56:11 2010 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Nov 23 20:19:15 2010 +0000 |
tree | 36e329c5ab7019777a4c7a1f153fe5bbc801e3d8 | |
parent | b6913e4bdb09134dbdccd613e880d413b5911591 [diff] |
drm/i915: Remove a defunct BUG_ON This used to check the precondition that all fences were to be located in a mappable area, redundant now as those two parameters are combined into one. After pinning, we assert that the buffer is bound into the desired region. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>