summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2018-09-06 22:01:43 +0300
committerChris Wilson <chris@chris-wilson.co.uk>2018-09-11 17:51:26 +0300
commitc8124d399224d626728e2ffb95a1d564a7c06968 (patch)
treee738b741c690c92da8993689bb5192179a01d980 /crypto
parentc59d2da8ec189489a30b351d7fdb5923bcb9ca5f (diff)
downloadlinux-c8124d399224d626728e2ffb95a1d564a7c06968.tar.xz
drm/i915/overlay: Allocate physical registers from stolen
Given that we are now reasonably confident in our ability to detect and reserve the stolen memory (physical memory reserved for graphics by the BIOS) for ourselves on most machines, we can put it to use. In this case, we need a page to hold the overlay registers. On an i915g running MythTv, H Buus noticed that commit 6a2c4232ece145d8b5a8f95f767bd6d0d2d2f2bb Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Nov 4 04:51:40 2014 -0800 drm/i915: Make the physical object coherent with GTT introduced stuttering into his video playback. After discarding the likely suspect of it being the physical cursor updates, we were left with the use of the phys object for the overlay. And lo, if we completely avoid using the phys object (allocated just once on module load!) by switching to stolen memory, the stuttering goes away. For lack of a better explanation, claim victory and kill two birds with one stone. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107600 Fixes: 6a2c4232ece1 ("drm/i915: Make the physical object coherent with GTT") Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180906190144.1272-1-chris@chris-wilson.co.uk
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions