mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08: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>