mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
drm/rockchip: vop: reset 10bit config after exit 10bit video
Change-Id: I4bf0a68c7f851e745607901ff2cf426902edf467 Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
@@ -1749,8 +1749,8 @@ static void vop_plane_atomic_update(struct drm_plane *plane,
|
||||
if (is_yuv) {
|
||||
VOP_WIN_SET(vop, win, uv_vir, DIV_ROUND_UP(fb->pitches[1], 4));
|
||||
VOP_WIN_SET(vop, win, uv_mst, vop_plane_state->uv_mst);
|
||||
VOP_WIN_SET(vop, win, fmt_10, is_yuv_10bit(fb->format->format));
|
||||
}
|
||||
VOP_WIN_SET(vop, win, fmt_10, is_yuv_10bit(fb->format->format));
|
||||
|
||||
if (win->phy->scl)
|
||||
scl_vop_cal_scl_fac(vop, win, actual_w, actual_h,
|
||||
|
||||
Reference in New Issue
Block a user