[PATCH v3 00/12] drm/edid: constify EDID parsing, with fixes

Jani Nikula jani.nikula at intel.com
Mon Mar 28 14:34:21 UTC 2022


v3 of https://patchwork.freedesktop.org/series/101787/ and
https://patchwork.freedesktop.org/series/101862/

I screwed up with the struct renamings in v2, so there's some falling
back to v1 and general confusion here. Sorry.

BR,
Jani.


Jani Nikula (12):
  drm/edid: don't modify EDID while parsing
  drm/edid: fix reduced blanking support check
  drm/edid: pass a timing pointer to is_display_descriptor()
  drm/edid: pass a timing pointer to is_detailed_timing_descriptor()
  drm/edid: use struct detailed_timing member access in is_rb()
  drm/edid: use struct detailed_timing member access in gtf2 functions
  drm/edid: constify struct detailed_timing in lower level parsing
  drm/edid: constify struct detailed_timing in parsing callbacks
  drm/edid: constify struct edid passed to detailed blocks
  drm/edid: constify struct edid passed around in callbacks and closure
  drm/edid: add more general struct edid constness in the interfaces
  drm/edid: split drm_add_edid_modes() to two

 drivers/gpu/drm/drm_edid.c | 325 ++++++++++++++++++++-----------------
 include/drm/drm_edid.h     |  10 +-
 2 files changed, 185 insertions(+), 150 deletions(-)

-- 
2.30.2



More information about the dri-devel mailing list