All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm: edid: add support for E-DDC
@ 2012-08-21  7:10 Shirish S
  2012-08-21  7:10 ` Shirish S
  0 siblings, 1 reply; 16+ messages in thread
From: Shirish S @ 2012-08-21  7:10 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.

Based on drm-next branch

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

 drivers/gpu/drm/drm_edid.c |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PATCH V6] drm: edid: add support for E-DDC
@ 2012-08-30  6:53 y
  2012-08-30  6:53 ` [PATCH] " y
  0 siblings, 1 reply; 16+ 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] 16+ messages in thread

end of thread, other threads:[~2012-08-30  3:55 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-21  7:10 [PATCH] drm: edid: add support for E-DDC Shirish S
2012-08-21  7:10 ` Shirish S
2012-08-21 10:31   ` Paul Menzel
2012-08-21 11:18   ` Daniel Vetter
2012-08-21 13:52     ` Shirish S
2012-08-21 11:26   ` Ville Syrjälä
2012-08-21 13:55     ` Shirish S
2012-08-21 14:56       ` Ville Syrjälä
2012-08-21 23:28         ` Shirish S
2012-08-22  7:52           ` Ville Syrjälä
2012-08-23  8:54             ` Daniel Vetter
2012-08-23 14:06               ` Shirish S
2012-08-23 23:23                 ` Daniel Vetter
2012-08-24  0:29                   ` Shirish S
2012-08-23 14:03             ` Shirish S
  -- strict thread matches above, loose matches on Subject: below --
2012-08-30  6:53 [PATCH V6] " y
2012-08-30  6:53 ` [PATCH] " 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.