]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf62662377f10ef8a36b68eda89806612056c6673
treec8bc0f7ec967f8075b7e1a7e4b8bd6f980487063
parent563cb46435adfdb3d551580aace022170cdc90bb
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