mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
drm/rockchip: vop3: fix esmart_lb_mode error
vop2->esmart_lb_mode is correct value according driver default value and dts config. Signed-off-by: Sandy Huang <hjc@rock-chips.com> Change-Id: I1c242ebbb47cdf2916a56ae729ba65222d31d0d5
This commit is contained in:
@@ -3795,7 +3795,7 @@ static void vop2_initial(struct drm_crtc *crtc)
|
||||
|
||||
if (is_vop3(vop2)) {
|
||||
VOP_CTRL_SET(vop2, dsp_vs_t_sel, 0);
|
||||
VOP_CTRL_SET(vop2, esmart_lb_mode, vop2->data->esmart_lb_mode);
|
||||
VOP_CTRL_SET(vop2, esmart_lb_mode, vop2->esmart_lb_mode);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user