mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
misc: rk628: fix csc not closing when switching formats
Type: Fix Redmine ID: N/A Associated modifications: N/A Test: N/A Signed-off-by: Zhibin Huang <zhibin.huang@rock-chips.com> Change-Id: Ib53dbf7e9ad2eabfcf7bbc417ff2b0720057a9b7
This commit is contained in:
@@ -1543,6 +1543,7 @@ static void rk628_post_process_csc(struct rk628 *rk628)
|
||||
}
|
||||
rk628_i2c_write(rk628, GRF_CSC_CTRL_CON, SW_R2Y_EN(0));
|
||||
rk628_i2c_write(rk628, GRF_CSC_CTRL_CON, SW_Y2R_EN(0));
|
||||
rk628_i2c_write(rk628, GRF_CSC_CTRL_CON, SW_FROM_CSC_MATRIX_EN(0));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user