All of lore.kernel.org
 help / color / mirror / Atom feed
* [v7 0/5] enhanced edid driver compatibility
@ 2022-03-13 13:46 ` Lee Shawn C
  0 siblings, 0 replies; 30+ messages in thread
From: Lee Shawn C @ 2022-03-13 13:46 UTC (permalink / raw)
  To: dri-devel; +Cc: jani.nikula, ankit.k.nautiyal, Lee Shawn C, intel-gfx

Support to parse multiple CEA extension blocks and HF-EEODB to
extend drm edid driver's capability.

v4: add one more patch to support HF-SCDB
v5: HF-SCDB and HF-VSDBS carry the same SCDS data. Reuse
    drm_parse_hdmi_forum_vsdb() to parse this packet.
v6: save proper extension block index if CTA data information
    was found in DispalyID block.
v7: using different parameters to store CEA and DisplayID block index.
    configure DisplayID extansion block index before search available
    DisplayID block.

Lee Shawn C (5):
  drm/edid: seek for available CEA and DisplayID block from specific
    EDID block index
  drm/edid: parse multiple CEA extension block
  drm/edid: read HF-EEODB ext block
  drm/edid: parse HF-EEODB CEA extension block
  drm/edid: check for HF-SCDB block

 drivers/gpu/drm/drm_connector.c |   8 +-
 drivers/gpu/drm/drm_displayid.c |  15 ++-
 drivers/gpu/drm/drm_edid.c      | 216 +++++++++++++++++++++++++-------
 include/drm/drm_displayid.h     |   4 +-
 include/drm/drm_edid.h          |   3 +-
 5 files changed, 194 insertions(+), 52 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2022-03-15 17:22 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-13 13:46 [v7 0/5] enhanced edid driver compatibility Lee Shawn C
2022-03-13 13:46 ` [Intel-gfx] " Lee Shawn C
2022-03-13 13:45 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for enhanced edid driver compatibility (rev3) Patchwork
2022-03-13 13:46 ` [v7 1/5] drm/edid: seek for available CEA and DisplayID block from specific EDID block index Lee Shawn C
2022-03-13 13:46   ` [Intel-gfx] " Lee Shawn C
2022-03-14  8:40   ` Jani Nikula
2022-03-14  8:40     ` [Intel-gfx] " Jani Nikula
2022-03-14 21:02     ` Drew Davenport
2022-03-14 21:02       ` [Intel-gfx] " Drew Davenport
2022-03-15 12:32       ` Jani Nikula
2022-03-15 12:32         ` [Intel-gfx] " Jani Nikula
2022-03-15 15:21         ` Lee, Shawn C
2022-03-15 15:21           ` [Intel-gfx] " Lee, Shawn C
2022-03-15 17:22           ` Drew Davenport
2022-03-15 17:22             ` [Intel-gfx] " Drew Davenport
2022-03-13 13:46 ` [v7 2/5] drm/edid: parse multiple CEA extension block Lee Shawn C
2022-03-13 13:46   ` [Intel-gfx] " Lee Shawn C
2022-03-13 13:47 ` [v7 3/5] drm/edid: read HF-EEODB ext block Lee Shawn C
2022-03-13 13:47   ` [Intel-gfx] " Lee Shawn C
2022-03-15 11:03   ` Jani Nikula
2022-03-15 11:03     ` [Intel-gfx] " Jani Nikula
2022-03-15 13:43     ` Lee, Shawn C
2022-03-15 13:43       ` [Intel-gfx] " Lee, Shawn C
2022-03-13 13:47 ` [v7 4/5] drm/edid: parse HF-EEODB CEA extension block Lee Shawn C
2022-03-13 13:47   ` [Intel-gfx] " Lee Shawn C
2022-03-13 13:47 ` [v7 5/5] drm/edid: check for HF-SCDB block Lee Shawn C
2022-03-13 13:47   ` [Intel-gfx] " Lee Shawn C
2022-03-13 13:47 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for enhanced edid driver compatibility (rev3) Patchwork
2022-03-13 14:18 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-03-13 15:24 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork

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.