<div dir="ltr"><div>Hi!</div><div><br></div>I'm not sure if this is suitable way to report bugs but seems that this change (<a href="https://github.com/torvalds/linux/commit/acf45d11050abd751dcec986ab121cb2367dcbba">https://github.com/torvalds/linux/commit/acf45d11050abd751dcec986ab121cb2367dcbba</a>) breaks PSR support on my laptop. <div>I have Dell XPS 15 9550 with Skylake i7-6700HQ CPU, 4K screen resolution (3840x2160) and Arch Linux installed. Adding i915.enable_psr=1 boot parameter on kernels <= 4.10 I get the following:</div><div><br></div><div>-> cat /sys/kernel/debug/dri/0/i915_<wbr>edp_psr_status</div><div>Sink_Support: yes</div><div>Source_OK: yes</div><div>Enabled: yes</div><div>Active: yes</div><div>Busy frontbuffer bits: 0x000</div><div>Re-enable work scheduled: no</div><div>Main link in standby mode: no</div><div>HW Enabled & Active bit: yes</div><div><br></div><div>However on kernel 4.11 (which I believe has this commit merged) PSR is not enabled with native screen resolution.</div><div><br></div><div><div>-> cat /sys/kernel/debug/dri/0/i915_<wbr>edp_psr_status </div><div>Sink_Support: yes</div><div>Source_OK: no</div><div>Enabled: no</div><div>Active: no</div><div>Busy frontbuffer bits: 0x000</div><div>Re-enable work scheduled: no</div><div>Main link in standby mode: no</div><div>HW Enabled & Active bit: no</div></div><div><br></div><div>If I change resolution to lower value (i.e. 3200x1800) PSR gets enabled as on <= 4.10 kernel. </div><div><br></div><div>That is very sad because without PSR CPU never goes deeper than PC7 adding ~1W to idle power consumption. I would really appreciate if someone investigate this issue. Is this resolution restriction really needed and should block PSR fully? Seems that on older kernels it wasn't a problem. Please let me know if you need any additional diagnostic information.</div></div>