Files
i2som-imx-linux/drivers/gpu
Sandor Yu 0fff75cf2a MLK-23328: drm: bridge: hdmi: Fix no vendor infoframe after resume
Plugin hdmi cable when device in suspend status.
then resume the device, the VIC and Vendor infoframe will miss.
It is cause by mode_set function will been called from
drm_mode_config_helper_resume before plugin irq thread is called.
DRM will not call mode_set again after device resume
because video mode is not changed.

Set force_mode_set flag in the patch to force call mode_set
after cable plugin.

Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
Reviewed-by: Robby Cai <robby.cai@nxp.com>
2020-02-18 14:28:16 +08:00
..
2019-11-25 16:01:15 +08:00