mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-14 09:09:56 +00:00
[media] v4l2-dv-timings.c: add the new 4K timings to the list
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>
This commit is contained in:
parent
ebf9edd39a
commit
bc96f30c3b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user