]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Fix regression in f494684d0a
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 14 Sep 2010 09:22:23 +0000 (10:22 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 14 Sep 2010 09:35:43 +0000 (10:35 +0100)
commit1fd4a7c8ad48af8d5d1378f5a9e33747d17a4187
tree3e4d3017719698298d94560f46f6b4c06ee62162
parente1c19584052dffa5714d43e957cc1ad78eafe1c9
drm/i915: Fix regression in f494684d0a

I pulled the wrong version of the patch from Daniel Vetter which was
missing the read barriers -- and the one that was causing all the trouble
was from i915_gem_object_put_fence_reg(), leading to GPU hangs on gen3.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_gem.c