[Bug 75401] When laptop monitor is turned off it periodically turns on for a fraction of a second

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Feb 23 07:14:52 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=75401

--- Comment #1 from Chris Wilson <chris at chris-wilson.co.uk> ---
The panel seems to have a couple of bugs.

1) It sends a hotplug event every 3 seconds.

2) It flashes when the power to the panel is switched on (at that point the
panel itself is still disabled and the backlight is still supposed to be off).

The trigger for the hotplug event appears to be us turning off the panel power
supply. Based on that hypothesis, this should prevent the flash but at a
moderate increase in power consumption when the screen is off:

index 46d065b..960bcd6 100644
--- a/drivers/gpu/drm/i915/intel_dp.c
+++ b/drivers/gpu/drm/i915/intel_dp.c
@@ -1270,8 +1270,10 @@ static void edp_panel_vdd_off(struct intel_dp *intel_dp,
bool sync)
                 * time from now (relative to the power down delay)
                 * to keep the panel power up across a sequence of operations
                 */
+#if 0
                schedule_delayed_work(&intel_dp->panel_vdd_work,
                                     
msecs_to_jiffies(intel_dp->panel_power_cycle_delay * 5));
+#endif
        }
 }

-- 
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/20140223/cc25f096/attachment.html>


More information about the intel-gfx-bugs mailing list