Skip to content
Commit c026a3f3 authored by Denis Carikli's avatar Denis Carikli Committed by Greg Kroah-Hartman
Browse files

imx-drm: parallel-display: Fix DPMS default state.



If connector->dpms is left untouched, it defaults
to DRM_MODE_DPMS_ON (0).

As a result, drm_helper_connector_dpms will exit when
it will be asked to set the state to DRM_MODE_DPMS_ON,
because it is already set.

That issue prevented displays from turning on at boot.

Signed-off-by: default avatarDenis Carikli <denis@eukrea.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b28e7d58
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment