OSDN Git Service

drm/i915/tgl: Disable rc6 for debugging
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 10 Sep 2019 16:16:57 +0000 (17:16 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 10 Sep 2019 20:03:25 +0000 (21:03 +0100)
commitab37c4d712c8b35c0c1e3237e04fe49f717055a4
tree78223f2789054cf4fd9ea27bf5f67bc4af6fb8a5
parent07e98eb0a17482557198ae12a07a6e3a89de33a3
drm/i915/tgl: Disable rc6 for debugging

Empirical evidence from CI tells us that our rc6 setup for Tigerlake is
off. Disable rc6 on tgl temporary so that we gain CI coverage as we
prepare a fix. It also appears that the BIOS on our tgl leaves rc6
enabled, so we have to explicitly disable it on init.

References: https://bugs.freedesktop.org/show_bug.cgi?id=111593
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Acked-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190910161657.23037-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_pci.c
drivers/gpu/drm/i915/intel_pm.c