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)
commitbf9dc102e284a5aa78c73fc9d72e11d5ccd8669f
treec8bc0f7ec967f8075b7e1a7e4b8bd6f980487063
parente536fb6f9dc3908ad4c642414002ec9daf590ed7
drm: Set connector DPMS status to ON in drm_crtc_helper_set_config

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>
drivers/gpu/drm/drm_crtc_helper.c