mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-12 07:58:10 +09:00
We need to take care of the vop status when use rockchip_drm_crtc_mode_config, if vop is disabled, the function would failed, that is terrible. Save connector type and output mode on drm_display_mode->private_flags on connector mode_fixup, then we can configure the type and mode safely on crtc mode_set. Change-Id: I129cf8a2f100fc19fe96f1d8985e905bea477e28 Signed-off-by: Mark Yao <mark.yao@rock-chips.com>