drm: Set connector DPMS status to ON in drm_crtc_helper_set_config
authorKeith Packard <keithp@keithp.com>
Fri, 26 Nov 2010 18:45:58 +0000 (10:45 -0800)
committerDave Airlie <airlied@redhat.com>
Mon, 29 Nov 2010 06:27:56 +0000 (16:27 +1000)
When setting a new crtc configuration, force the DPMS state of all
connectors to ON. Otherwise, they'll be left at OFF and a future mode set
that disables the specified connector will not turn the connector off.

Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found