mbox series

[v3,0/4] drm/edid: Add new modes from CTA-861-G

Message ID 20190925135502.24055-1-ville.syrjala@linux.intel.com (mailing list archive)
Headers show
Series drm/edid: Add new modes from CTA-861-G | expand

Message

Ville Syrjälä Sept. 25, 2019, 1:54 p.m. UTC
From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Remainder of the new CTA-861-G modes. I already pushed the first patch
adding the modes with VIC<128. I did improve the BUILD_BUG_ON()s in the
last patch a bit to make it easier to visually double check the numbers
against VIC comments in the mode arrays.

Ville Syrjälä (4):
  drm/edid: Abstract away cea_edid_modes[]
  drm/edid: Add CTA-861-G modes with VIC >= 193
  drm/edid: Throw away the dummy VIC 0 cea mode
  drm/edid: Make sure the CEA mode arrays have the correct amount of
    modes

 drivers/gpu/drm/drm_edid.c | 230 +++++++++++++++++++++++++++++++++----
 1 file changed, 206 insertions(+), 24 deletions(-)