upstream: [media] v4l2-dv-timings.c: add the new 4K timings to the list
authorHans Verkuil <hans.verkuil@cisco.com>
Tue, 8 Apr 2014 08:01:52 +0000 (05:01 -0300)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:56:09 +0000 (11:56 +0900)
Add the new CEA-861-F and DMT 4K timings to the list of predefined
timings.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/v4l2-core/v4l2-dv-timings.c

index 48b20df..4ae54ca 100644 (file)
@@ -131,6 +131,17 @@ const struct v4l2_dv_timings v4l2_dv_timings_presets[] = {
        V4L2_DV_BT_DMT_2560X1600P75,
        V4L2_DV_BT_DMT_2560X1600P85,
        V4L2_DV_BT_DMT_2560X1600P120_RB,
+       V4L2_DV_BT_CEA_3840X2160P24,
+       V4L2_DV_BT_CEA_3840X2160P25,
+       V4L2_DV_BT_CEA_3840X2160P30,
+       V4L2_DV_BT_CEA_3840X2160P50,
+       V4L2_DV_BT_CEA_3840X2160P60,
+       V4L2_DV_BT_CEA_4096X2160P24,
+       V4L2_DV_BT_CEA_4096X2160P25,
+       V4L2_DV_BT_CEA_4096X2160P30,
+       V4L2_DV_BT_CEA_4096X2160P50,
+       V4L2_DV_BT_DMT_4096X2160P59_94_RB,
+       V4L2_DV_BT_CEA_4096X2160P60,
        { }
 };
 EXPORT_SYMBOL_GPL(v4l2_dv_timings_presets);