OSDN Git Service

drm/i915: Handle ENOSPC after failing to insert a mappable node
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 16 Jul 2016 17:42:36 +0000 (18:42 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 19 Jul 2016 07:59:40 +0000 (08:59 +0100)
commitd1054ee492a89b134fb0ac527b0714c277ae9c0f
tree9844f28d34ab2739087fe0d6659dcd43b807f59e
parent4bfa339aa40c2faa7aa7b7e488e6cd55c54b9055
drm/i915: Handle ENOSPC after failing to insert a mappable node

Even after adding individual page support for GTT mmaping, we can still
fail to find any space within the mappable region, and
drm_mm_insert_node() will then report ENOSPC. We have to then handle
this error by using the shmem access to the pages.

Fixes: b50a53715f09 ("drm/i915: Support for pread/pwrite ... objects")
Testcase: igt/gem_concurrent_blit
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Ankitprasad Sharma <ankitprasad.r.sharma@intel.com>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com
Link: http://patchwork.freedesktop.org/patch/msgid/1468690956-23480-1-git-send-email-chris@chris-wilson.co.uk
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem.c