浏览代码

[media] ths8200: Zero blanking level for RGB

Currently only RGB444 input data is supported so set to zero.

Acked-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: Martin Bugge <marbugge@cisco.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Martin Bugge 11 年之前
父节点
当前提交
8a027faf4c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      drivers/media/i2c/ths8200.c

+ 2 - 2
drivers/media/i2c/ths8200.c

@@ -217,8 +217,8 @@ static void ths8200_core_init(struct v4l2_subdev *sd)
 	/* Disable embedded syncs on the output by setting
 	/* Disable embedded syncs on the output by setting
 	 * the amplitude to zero for all channels.
 	 * the amplitude to zero for all channels.
 	 */
 	 */
-	ths8200_write(sd, THS8200_DTG1_Y_SYNC_MSB, 0x2a);
-	ths8200_write(sd, THS8200_DTG1_CBCR_SYNC_MSB, 0x2a);
+	ths8200_write(sd, THS8200_DTG1_Y_SYNC_MSB, 0x00);
+	ths8200_write(sd, THS8200_DTG1_CBCR_SYNC_MSB, 0x00);
 }
 }
 
 
 static void ths8200_setup(struct v4l2_subdev *sd, struct v4l2_bt_timings *bt)
 static void ths8200_setup(struct v4l2_subdev *sd, struct v4l2_bt_timings *bt)