]> Git Repo - linux.git/commit
drm/i915: skip the first 4k of stolen memory on everything >= gen8
authorPaulo Zanoni <[email protected]>
Wed, 14 Dec 2016 14:55:37 +0000 (12:55 -0200)
committerJani Nikula <[email protected]>
Tue, 20 Dec 2016 14:30:55 +0000 (16:30 +0200)
commit6ba0566cf2afcdb17bff882e3a95cbbcb22c4a83
treef4c29f8d4ddf8cb67483194d6b98a2d8fb872e16
parentabb0deacb5a6713b918ac6395182cb27bb88be69
drm/i915: skip the first 4k of stolen memory on everything >= gen8

BSpec got updated and this workaround is now listed as standard
required programming for all subsequent projects. This is confirmed to
fix Skylake screen flickering issues (probably caused by the fact that
we initialized a ring in the first page of stolen, but I didn't 100%
confirm this theory).

v2: this is the patch that fixes the screen flickering, document it.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94605
Cc: [email protected]
Tested-by: Dominik Klementowski <[email protected]>
Signed-off-by: Paulo Zanoni <[email protected]>
Acked-by: Chris Wilson <[email protected]>
Reviewed-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
(cherry picked from commit d43537610470d8829ebd17cd7842f47176e35ebd)
Signed-off-by: Jani Nikula <[email protected]>
drivers/gpu/drm/i915/i915_gem_stolen.c
This page took 0.053442 seconds and 4 git commands to generate.