mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
linux: re-enable RC6 on Ironlake and Sandybridge GT1
revert this is if there are still freezes ref #2541
This commit is contained in:
parent
d11b47a035
commit
bcd2f22688
@ -1,13 +0,0 @@
|
||||
--- a/drivers/gpu/drm/i915/intel_pm.c 2013-05-30 22:57:09.098080381 +0200
|
||||
+++ b/drivers/gpu/drm/i915/intel_pm.c 2013-05-30 23:31:31.644308032 +0200
|
||||
@@ -2503,8 +2503,8 @@
|
||||
if (i915_enable_rc6 >= 0)
|
||||
return i915_enable_rc6;
|
||||
|
||||
- /* Disable RC6 on Ironlake */
|
||||
- if (INTEL_INFO(dev)->gen == 5)
|
||||
+ /* Disable RC6 on Ironlake and Sandybridge GT1 */
|
||||
+ if (INTEL_INFO(dev)->gen == 5 || IS_SNB_GT1(dev))
|
||||
return 0;
|
||||
|
||||
if (IS_HASWELL(dev)) {
|
Loading…
x
Reference in New Issue
Block a user