Skip to content

edid: Integrate libdisplay-info library for edid parsing

Adarsh G M requested to merge adarshgm/mutter:edid-parsing into main

This is a list of EDID info Mutter would need from libdisplay-info. Things Mutter already parses itself from EDID, to be replaced with helper APIs’ of libdisplay-info:

  • EDID Version & Revision
  • Vendor and Product identification
  • Checksum
  • EDID Header
  • Digital/Analog display parameters
  • Color characteristics
  • Established, Standard, Detailed Timings
  • Colorimetry and HDR metadata
  • Other extended details

This MR is intended to replace all the local edid parsing code from Mutter. This is the first of many commits intended.

This MR addresses the issue !2403

Edited by Adarsh G M

Merge request reports