]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: EBUSY status handling added to i915_gem_fault().
authorDmitry Rogozhkin <dmitry.v.rogozhkin@intel.com>
Wed, 3 Oct 2012 14:15:26 +0000 (17:15 +0300)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 3 Jan 2013 03:32:53 +0000 (03:32 +0000)
commit750ebe7d20b661ab286380a819a83c18365648b3
tree76371492c0bd6e56170221da24d66d6d5aa80d80
parent160fd2bef287f4b2b994925e79e7ef879090c6da
drm/i915: EBUSY status handling added to i915_gem_fault().

commit e79e0fe380847493266fba557217e2773c61bd1b upstream.

Subsequent threads returning EBUSY from vm_insert_pfn() was not handled
correctly. As a result concurrent access from new threads to
mmapped data caused SIGBUS.

Note that this fixes i-g-t/tests/gem_threaded_tiled_access.

Tested-by: Mika Kuoppala <mika.kuoppala@intel.com>
Signed-off-by: Dmitry Rogozhkin <dmitry.v.rogozhkin@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/gpu/drm/i915/i915_gem.c