aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_edid.c
AgeCommit message (Expand)Author
2016-05-23drm/edid: add displayid detailed 1 timings to the modelist. (v1.1)Dave Airlie
2016-05-23drm/edid: move displayid validation to it's own function.Dave Airlie
2016-05-23drm/displayid: Iterate over all DisplayID blocksTomas Bzatek
2016-05-23drm/edid: move displayid tiled block parsing into separate function.Dave Airlie
2016-05-09Merge tag 'v4.6-rc7' into drm-nextDave Airlie
2016-04-15drm/edid: Add drm_edid_get_monitor_name()Jim Bride
2016-04-05drm/edid: Fix DMT 1024x768@43Hz (interlaced) timingsPaul Parsons
2016-04-05drm/edid: Fix parsing of EDID 1.4 Established Timings III descriptorPaul Parsons
2016-04-05drm/edid: Fix EDID Established Timings I and IIPaul Parsons
2016-03-13drm/edid: Extract SADs properly from multiple audio data blocksVille Syrjälä
2016-02-09drm/edid: Switch DDC when reading the EDIDLukas Wunner
2016-01-08drm/edid: index CEA/HDMI mode tables using the VICJani Nikula
2015-12-01drm/edid: Make the detailed timing CEA/HDMI mode fixup accept up to 5kHz cloc...Ville Syrjälä
2015-10-20drm/edid: Round to closest when computing the CEA/HDMI alternate clockVille Syrjälä
2015-10-20drm/edid: Fix up clock for CEA/HDMI modes specified via detailed timingsVille Syrjälä
2015-09-09drm: Make drm_av_sync_delay() 'mode' argument constVille Syrjälä
2015-09-09drm: Remove the 'mode' argument from drm_select_eld()Ville Syrjälä
2015-09-09drm: Make some modes const when iterating through themVille Syrjälä
2015-08-11drm/edid: Use ARRAY_SIZE in drm_add_modes_noedidDaniel Vetter
2015-07-22drm: Roll out drm_for_each_connector moreDaniel Vetter
2015-05-20Merge tag 'topic/drm-misc-2015-05-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-05-12drm/edid: Add CEA modes before inferred modesVille Syrjälä
2015-05-08drm/edid: Kerneldoc for newly added edid_corruptDaniel Vetter
2015-05-08drm: Add edid_corrupt flag for Displayport Link CTS 4.2.2.6Todd Previte
2015-05-07drm/edid: Add DMT modes with ID > 0x50Ville Syrjälä
2015-05-07drm/edid: Add the DMT ID in the commentsVille Syrjälä
2015-05-07drm/edid: Fix up DMT modesVille Syrjälä
2014-12-11Merge tag 'topic/core-stuff-2014-12-10' of git://anongit.freedesktop.org/drm-...Dave Airlie
2014-12-09drm/connector: store tile information from displayid (v3)Dave Airlie
2014-12-03drm/edid: Restore kerneldoc consistencyThierry Reding
2014-12-03Merge tag 'drm-intel-next-2014-11-21-fixed' of git://anongit.freedesktop.org/...Dave Airlie
2014-12-01drm/edid: new drm_edid_block_checksum helper function V3Stefan Brüns
2014-12-01drm/edid: shorten log output in case of all zeroes edid blockStefan Brüns
2014-12-01drm/edid: move drm_edid_is_zero to top, make edid argument constStefan Brüns
2014-11-26drm: Decouple EDID parsing from I2C adapterLars-Peter Clausen
2014-11-14drm/edid: fix Baseline_ELD_Len field in drm_edid_to_eld()Jani Nikula
2014-10-01drm/edid: Add missing interlaced flag to 576i@100 modes.Clint Taylor
2014-09-15drm/edid: Reduce horizontal timings for pixel replicated modesClint Taylor
2014-09-12drm: use c99 initializers in structuresJulia Lawall
2014-08-14drm: Docbook fixesDaniel Vetter
2014-07-29Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter
2014-07-23drm/edid: Check for user aspect ratio inputVandana Kannan
2014-07-18drm: Check for connection_mutex in drm_select_eldSean Paul
2014-06-09drm/edid: Store all supported hdmi deep color modes in drm_display_infoMario Kleiner
2014-06-04drm: Split connection_mutex out of mode_config.mutex (v3)Daniel Vetter
2014-06-04drm: replace drm_get_connector_name() with direct name field useJani Nikula
2014-06-02drm/edid: Add quirk for Sony PVM-2541A to get 12 bpc hdmi deep color.Mario Kleiner
2014-06-02drm/edid: Parse and handle HDMI deep color modes.Mario Kleiner
2014-05-27drm/edid: Use kmemdup instead of kmalloc + memcpyBenoit Taine
2014-04-29drm/edid: Cleanup kerneldocThierry Reding