[Bug 91436] PSR screen freeze after modesetting
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Oct 27 02:50:08 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=91436
--- Comment #23 from ivan <ivan.mitev at gmail.com> ---
So - I tried a kernel with the debug patch reverted but kept the part below,
and there's indeed no intermittent freeze. Hope this helps...
diff --git a/drivers/gpu/drm/i915/intel_psr.c
b/drivers/gpu/drm/i915/intel_psr.c
index 8d744c3..9ccf988 100644
--- a/drivers/gpu/drm/i915/intel_psr.c
+++ b/drivers/gpu/drm/i915/intel_psr.c
@@ -258,8 +258,8 @@ static void hsw_psr_enable_source(struct intel_dp
*intel_dp)
if (intel_dp->psr_dpcd[1] & DP_PSR_NO_TRAIN_ON_EXIT) {
/* It doesn't mean we shouldn't send TPS patters, so let's
send the minimal TP1 possible and skip TP2. */
- val |= EDP_PSR_TP1_TIME_100us;
- val |= EDP_PSR_TP2_TP3_TIME_0us;
+ // val |= EDP_PSR_TP1_TIME_100us;
+ //val |= EDP_PSR_TP2_TP3_TIME_0us;
/* Sink should be able to train with the 5 or 6 idle patterns */
idle_frames += 4;
}
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20151027/0bcb41d5/attachment.html>
More information about the intel-gfx-bugs
mailing list