[PATCH] drm: correctly update connector DPMS status in drm_fb_helper

2010-07-07 Thread Dave Airlie
On Sat, Jul 3, 2010 at 3:48 AM, Jesse Barnes wrote: > We don't currently update the DPMS status of the connector (both in the > connector itself and the connector's DPMS property) in the fb helper > code. ?This means that if the kernel FB core has blanked the screen, > sysfs will still show a DPM

Re: [PATCH] drm: correctly update connector DPMS status in drm_fb_helper

2010-07-06 Thread Dave Airlie
On Sat, Jul 3, 2010 at 3:48 AM, Jesse Barnes wrote: > We don't currently update the DPMS status of the connector (both in the > connector itself and the connector's DPMS property) in the fb helper > code.  This means that if the kernel FB core has blanked the screen, > sysfs will still show a DPMS

[PATCH] drm: correctly update connector DPMS status in drm_fb_helper

2010-07-02 Thread Jesse Barnes
We don't currently update the DPMS status of the connector (both in the connector itself and the connector's DPMS property) in the fb helper code. This means that if the kernel FB core has blanked the screen, sysfs will still show a DPMS status of "on". It also means that when X starts, it will t

[PATCH] drm: correctly update connector DPMS status in drm_fb_helper

2010-07-02 Thread Jesse Barnes
We don't currently update the DPMS status of the connector (both in the connector itself and the connector's DPMS property) in the fb helper code. This means that if the kernel FB core has blanked the screen, sysfs will still show a DPMS status of "on". It also means that when X starts, it will t