All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V6] drm: edid: add support for E-DDC
@ 2012-08-30  7:04 Shirish S
  2012-08-30  7:04 ` Shirish S
  0 siblings, 1 reply; 17+ messages in thread
From: Shirish S @ 2012-08-30  7:04 UTC (permalink / raw)
  To: dri-devel

This patch adds support in probing 4 block edid data, for E-DDC.
This is the first test case in CTS, for HDMI compliance.

Changes from V1:
1. Data type of offset adress updated to unsigned short
2. Updated the buf feild of msg[0]

Changes from V2:
Add switch for DDC and E-DDC

Changes from V3:
Remove switch,and avoid sending of segment data for non E-DDC

Changes from V4:
Fix review comments about space and comment indentation.

Changes from V5:
Compacted the code.

Based on drm-next branch

Shirish S (1):
  drm: edid: add support for E-DDC

 drivers/gpu/drm/drm_edid.c |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH V6] drm: edid: add support for E-DDC
@ 2012-08-30  7:00 y
  2012-08-30  7:00 ` [PATCH v6] " y
  0 siblings, 1 reply; 17+ messages in thread
From: y @ 2012-08-30  7:00 UTC (permalink / raw)
  To: dri-devel; +Cc: Shirish S

From: Shirish S <s.shirish@samsung.com>

This patch adds support in probing 4 block edid data, for E-DDC.
This is the first test case in CTS, for HDMI compliance.

Changes from V1:
1. Data type of offset adress updated to unsigned short
2. Updated the buf feild of msg[0]

Changes from V2:
Add switch for DDC and E-DDC

Changes from V3:
Remove switch,and avoid sending of segment data for non E-DDC

Changes from V4:
Fix review comments about space and comment indentation.

Changes from V5:
Compacted the code.

Based on drm-next branch

Shirish S (1):
  drm: edid: add support for E-DDC

 drivers/gpu/drm/drm_edid.c |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH V6] drm: edid: add support for E-DDC
@ 2012-08-30  6:53 y
  0 siblings, 0 replies; 17+ messages in thread
From: y @ 2012-08-30  6:53 UTC (permalink / raw)
  To: dri-devel; +Cc: Shirish S

From: Shirish S <s.shirish@samsung.com>

This patch adds support in probing 4 block edid data, for E-DDC.
This is the first test case in CTS, for HDMI compliance.

Changes from V1:
1. Data type of offset adress updated to unsigned short
2. Updated the buf feild of msg[0]

Changes from V2:
Add switch for DDC and E-DDC

Changes from V3:
Remove switch,and avoid sending of segment data for non E-DDC

Changes from V4:
Fix review comments about space and comment indentation.

Changes from V5:
Compacted the code.

Based on drm-next branch

Shirish S (1):
  drm: edid: add support for E-DDC

 drivers/gpu/drm/drm_edid.c |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2012-09-13 20:08 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-30  7:04 [PATCH V6] drm: edid: add support for E-DDC Shirish S
2012-08-30  7:04 ` Shirish S
2012-08-30 10:58   ` Ville Syrjälä
2012-08-30 16:17     ` Shirish S
2012-09-03 15:54   ` Shirish S
2012-09-04 13:45     ` Adam Jackson
2012-09-08  2:30     ` Shirish S
2012-09-08 10:35       ` Dave Airlie
2012-09-08 15:49         ` Shirish S
2012-09-08 16:13           ` Paul Menzel
2012-09-09  1:04             ` Shirish S
2012-09-10 18:46         ` Adam Jackson
2012-09-13 14:36     ` Shirish S
2012-09-13 20:08       ` Dave Airlie
  -- strict thread matches above, loose matches on Subject: below --
2012-08-30  7:00 y
2012-08-30  7:00 ` [PATCH v6] " y
2012-08-30  6:53 [PATCH V6] " y

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.