Revert "intel: Add some defense against buffer allocation failure for subimage blits"
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 30 Mar 2011 09:54:31 +0000 (10:54 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 30 Mar 2011 10:01:42 +0000 (11:01 +0100)
commitf5a9a0bc22c4b717c2c32f4ddf283878d6c7ba93
tree8fa47a75745c75ec24e01fa144837880e7fd7177
parent167d35c303461dd5d126b7b11f7e6da4377b8b59
Revert "intel: Add some defense against buffer allocation failure for subimage blits"

This reverts commit de7678ef521f4fb34459e407a66ab8bf8be733e1.

The conversion from using drm_intel_bo_alloc_tiled to a plain
drm_intel_bo_alloc forgot that the tiled variant adjusts the
allocation height even for TILING_NONE.

Reported-by: Dave Airlie <airlied@redhat.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=35786
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
src/mesa/drivers/dri/intel/intel_tex_subimage.c