mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
drm/rockchip: vop2: Both overlay mode of two VP should set the same in splice mode
Both overlay mode of two Video Ports should be set the same in splice mode. Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Change-Id: If613bc91e18c585140fdcf6f6ac72d0e6aa434e2
This commit is contained in:
@@ -6833,8 +6833,10 @@ static void vop2_cfg_update(struct drm_crtc *crtc,
|
||||
}
|
||||
|
||||
VOP_MODULE_SET(vop2, vp, dsp_background, val);
|
||||
if (vcstate->splice_mode)
|
||||
if (vcstate->splice_mode) {
|
||||
VOP_MODULE_SET(vop2, splice_vp, overlay_mode, vcstate->yuv_overlay);
|
||||
VOP_MODULE_SET(vop2, splice_vp, dsp_background, val);
|
||||
}
|
||||
|
||||
vop2_tv_config_update(crtc, old_crtc_state);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user