All of lore.kernel.org
 help / color / mirror / Atom feed
* [v2 0/4] enhanced edid driver compatibility
@ 2022-03-01  8:12 Lee Shawn C
  2022-03-01  8:12 ` [v2 1/4] drm/edid: seek for available CEA block from specific EDID block index Lee Shawn C
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Lee Shawn C @ 2022-03-01  8:12 UTC (permalink / raw)
  To: dri-devel; +Cc: jani.nikula, ankit.k.nautiyal, Lee Shawn C

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

Lee Shawn C (4):
  drm/edid: seek for available CEA 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

 drivers/gpu/drm/drm_connector.c |   8 +-
 drivers/gpu/drm/drm_displayid.c |   5 +-
 drivers/gpu/drm/drm_edid.c      | 200 ++++++++++++++++++++++----------
 include/drm/drm_edid.h          |   4 +-
 4 files changed, 152 insertions(+), 65 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2022-03-01 14:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-01  8:12 [v2 0/4] enhanced edid driver compatibility Lee Shawn C
2022-03-01  8:12 ` [v2 1/4] drm/edid: seek for available CEA block from specific EDID block index Lee Shawn C
2022-03-01  8:12 ` [v2 2/4] drm/edid: parse multiple CEA extension block Lee Shawn C
2022-03-01 14:38   ` Ville Syrjälä
2022-03-01  8:12 ` [v2 3/4] drm/edid: read HF-EEODB ext block Lee Shawn C
2022-03-01  8:12 ` [v2 4/4] drm/edid: parse HF-EEODB CEA extension block Lee Shawn C

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.