summaryrefslogtreecommitdiff
path: root/Documentation/Performance
AgeCommit message (Expand)AuthorFilesLines
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+278
00 committerChris Wilson <chris@chris-wilson.co.uk>2016-08-18 22:36:47 +0100 commite8cb909ac3abbcac5184825638903a2b9a225725 (patch) treea778d7010e0ff371c691ca37dd97c99735f84482 parentd50415cc6c8395602052b39a1a39290fba3d313e (diff)
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 <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20160818161718.27187-14-chris@chris-wilson.co.uk
Diffstat
-next.git/diff/?id=03382dfb633c1c1ac85b3d81ddd2256dcbc8f353'>Diffstat
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h1
-rw-r--r--drivers/gpu/drm/i915/i915_gpu_error.c15
2 files changed, 14 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h