Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 6 Mar 2011 09:03:16 +0000 (09:03 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Sun, 6 Mar 2011 09:07:45 +0000 (09:07 +0000)
commit0ee537abbd10a9abf11e1c22ee32a68e8c12ed4a
tree73fb0ea5902c08947ed2f7eb5e6a7adb4d54f516
parent6927faf30920b8c03dfa007e732642a1f1f20089
Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"

This reverts commit c2e0eb167070a6e9dcb49c84c13c79a30d672431.

As it turns out, userspace already depends upon being able to enable
tiling on existing bo which it promises to be large enough for its
purposes i.e. it will not access beyond the end of the last full-tile
row.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=35016
Reported-and-tested-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_gem_tiling.c