mbox series

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

Message ID 20191213174348.27261-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ä Dec. 13, 2019, 5:43 p.m. UTC
From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Review feedback addressed. I considered changing the approach
based on Tom's comments but in the end decided that probably
better to go with this for now. We can massage it later if
required.

Cc: Hans Verkuil <hansverk@cisco.com>
Cc: Manasi Navare <manasi.d.navare@intel.com>
Cc: Thomas Anderson <thomasanderson@google.com>

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 | 217 +++++++++++++++++++++++++++++++++----
 1 file changed, 193 insertions(+), 24 deletions(-)