|
@@ -1013,6 +1013,13 @@ int cx231xx_do_mode_ctrl_overrides(struct cx231xx *dev)
|
|
VID_BLK_I2C_ADDRESS,
|
|
VID_BLK_I2C_ADDRESS,
|
|
VERT_TIM_CTRL,
|
|
VERT_TIM_CTRL,
|
|
FLD_VBLANK_CNT, 0x24);
|
|
FLD_VBLANK_CNT, 0x24);
|
|
|
|
+ status = cx231xx_read_modify_write_i2c_dword(dev,
|
|
|
|
+ VID_BLK_I2C_ADDRESS,
|
|
|
|
+ VERT_TIM_CTRL,
|
|
|
|
+ FLD_VACTIVE_CNT,
|
|
|
|
+ cx231xx_set_field
|
|
|
|
+ (FLD_VACTIVE_CNT,
|
|
|
|
+ 0x240));
|
|
status = cx231xx_read_modify_write_i2c_dword(dev,
|
|
status = cx231xx_read_modify_write_i2c_dword(dev,
|
|
VID_BLK_I2C_ADDRESS,
|
|
VID_BLK_I2C_ADDRESS,
|
|
VERT_TIM_CTRL,
|
|
VERT_TIM_CTRL,
|
|
@@ -1033,6 +1040,13 @@ int cx231xx_do_mode_ctrl_overrides(struct cx231xx *dev)
|
|
VID_BLK_I2C_ADDRESS,
|
|
VID_BLK_I2C_ADDRESS,
|
|
VERT_TIM_CTRL,
|
|
VERT_TIM_CTRL,
|
|
FLD_VBLANK_CNT, 0x24);
|
|
FLD_VBLANK_CNT, 0x24);
|
|
|
|
+ status = cx231xx_read_modify_write_i2c_dword(dev,
|
|
|
|
+ VID_BLK_I2C_ADDRESS,
|
|
|
|
+ VERT_TIM_CTRL,
|
|
|
|
+ FLD_VACTIVE_CNT,
|
|
|
|
+ cx231xx_set_field
|
|
|
|
+ (FLD_VACTIVE_CNT,
|
|
|
|
+ 0x240));
|
|
status = cx231xx_read_modify_write_i2c_dword(dev,
|
|
status = cx231xx_read_modify_write_i2c_dword(dev,
|
|
VID_BLK_I2C_ADDRESS,
|
|
VID_BLK_I2C_ADDRESS,
|
|
VERT_TIM_CTRL,
|
|
VERT_TIM_CTRL,
|