]> Git Repo - linux.git/commit
drm/i915: Fallback to single page GTT mmappings for relocations
authorChris Wilson <[email protected]>
Thu, 18 Aug 2016 16:16:53 +0000 (17:16 +0100)
committerChris Wilson <[email protected]>
Thu, 18 Aug 2016 21:36:47 +0000 (22:36 +0100)
commite8cb909ac3abbcac5184825638903a2b9a225725
treea778d7010e0ff371c691ca37dd97c99735f84482
parentd50415cc6c8395602052b39a1a39290fba3d313e
drm/i915: Fallback to single page GTT mmappings for relocations

If we cannot pin the entire object into the mappable region of the GTT,
try to pin a single page instead. This is much more likely to succeed,
and prevents us falling back to the clflush slow path.

Signed-off-by: Chris Wilson <[email protected]>
Reviewed-by: Joonas Lahtinen <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/i915_gem_execbuffer.c
This page took 0.051837 seconds and 4 git commands to generate.