]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/vlv: reset VLV media force wake request register
authorJani Nikula <jani.nikula@intel.com>
Fri, 9 May 2014 11:52:34 +0000 (14:52 +0300)
committerJani Nikula <jani.nikula@intel.com>
Fri, 9 May 2014 18:47:26 +0000 (21:47 +0300)
commit329e03b825bd93233d6ff1d1215ad34c9ed15608
treee3e8d6587477c74107f1ecbdab5850c59505df62
parent393cb099a9113a1e857c86f670e31c69fc3fb25d
drm/i915/vlv: reset VLV media force wake request register

Media force wake get hangs the machine when the system is booted without
displays attached. The assumption is that (at least some versions of)
the firmware has skipped some initialization in that case.

Empirical evidence suggests we need to reset the media force wake
request register in addition to the render one to avoid hangs.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=75895
Reported-by: Imre Deak <imre.deak@intel.com>
Reported-by: Darren Hart <dvhart@linux.intel.com>
Tested-by: Darren Hart <dvhart@linux.intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>
Cc: stable@vger.kernel.org
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/intel_uncore.c