diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-08-10 05:07:12 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-13 15:07:24 -0400 |
commit | ed45ce2cc0b31cb442685934b627916f83d1d7c6 (patch) | |
tree | 52edc4d9a2f533f9994506b6b26c70369057f686 /include/media | |
parent | 1248c7cb66d734b60efed41be7c7b86909812c0e (diff) |
[media] v4l2-subdev: add support for the new edid ioctls
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/v4l2-subdev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/v4l2-subdev.h b/include/media/v4l2-subdev.h index 4cc1652284b6..22ab09e83808 100644 --- a/include/media/v4l2-subdev.h +++ b/include/media/v4l2-subdev.h | |||
@@ -476,6 +476,8 @@ struct v4l2_subdev_pad_ops { | |||
476 | struct v4l2_subdev_selection *sel); | 476 | struct v4l2_subdev_selection *sel); |
477 | int (*set_selection)(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh, | 477 | int (*set_selection)(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh, |
478 | struct v4l2_subdev_selection *sel); | 478 | struct v4l2_subdev_selection *sel); |
479 | int (*get_edid)(struct v4l2_subdev *sd, struct v4l2_subdev_edid *edid); | ||
480 | int (*set_edid)(struct v4l2_subdev *sd, struct v4l2_subdev_edid *edid); | ||
479 | #ifdef CONFIG_MEDIA_CONTROLLER | 481 | #ifdef CONFIG_MEDIA_CONTROLLER |
480 | int (*link_validate)(struct v4l2_subdev *sd, struct media_link *link, | 482 | int (*link_validate)(struct v4l2_subdev *sd, struct media_link *link, |
481 | struct v4l2_subdev_format *source_fmt, | 483 | struct v4l2_subdev_format *source_fmt, |