Re: [RFCv3 PATCH 3/8] v4l2-subdev: add support for the new edid ioctls.

2012-08-18 Thread Soby Mathew
Hi Hans I didnt catch this sentence in the documentation of the API "It is not possible to set part of an EDID, it is always all or nothing." . Guess, I have to read the documentation thoroughly before making assumptions. It makes my question irrelevant. Best Regards Soby Mathew On Thu, Aug 16

[RFCv3 PATCH 3/8] v4l2-subdev: add support for the new edid ioctls.

2012-08-17 Thread Soby Mathew
Hi Hans I didnt catch this sentence in the documentation of the API "It is not possible to set part of an EDID, it is always all or nothing." . Guess, I have to read the documentation thoroughly before making assumptions. It makes my question irrelevant. Best Regards Soby Mathew On Thu, Aug 16

Re: [RFCv3 PATCH 3/8] v4l2-subdev: add support for the new edid ioctls.

2012-08-17 Thread Soby Mathew
Hi Hans, For EDID update, it is recommended that the HPD line be toggled after the EDID update is completed. So for the driver to detect the EDID write is complete, probably a field mentioning the EDID write completed would be good, so that the HPD toggling can be done by the driver. Best Regar

[RFCv3 PATCH 3/8] v4l2-subdev: add support for the new edid ioctls.

2012-08-16 Thread Soby Mathew
Hi Hans, For EDID update, it is recommended that the HPD line be toggled after the EDID update is completed. So for the driver to detect the EDID write is complete, probably a field mentioning the EDID write completed would be good, so that the HPD toggling can be done by the driver. Best Regar

[RFCv3 PATCH 3/8] v4l2-subdev: add support for the new edid ioctls.

2012-08-10 Thread Hans Verkuil
Signed-off-by: Hans Verkuil --- drivers/media/video/v4l2-compat-ioctl32.c | 57 + drivers/media/video/v4l2-ioctl.c | 13 +++ drivers/media/video/v4l2-subdev.c |6 +++ include/media/v4l2-subdev.h |2 + 4 files changed, 78 i

[RFCv3 PATCH 3/8] v4l2-subdev: add support for the new edid ioctls.

2012-08-10 Thread Hans Verkuil
Signed-off-by: Hans Verkuil --- drivers/media/video/v4l2-compat-ioctl32.c | 57 + drivers/media/video/v4l2-ioctl.c | 13 +++ drivers/media/video/v4l2-subdev.c |6 +++ include/media/v4l2-subdev.h |2 + 4 files changed, 78 i