summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_edid.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-25drm/edid: Only print the bad edid when abortingChris Wilson1-23/+56
2016-10-17drm/edid: Use block local to refer to the blockChris Wilson1-7/+5
2016-10-17drm/edid: Rename local variable block to edidChris Wilson1-19/+19
2016-10-04drm/edid: Move dvi_dual/max_tmds_clock parsing out from drm_edid_to_eld()Ville Syrjälä1-29/+35
2016-10-04drm/edid: Clear the old cea_rev when there's no CEA extension in the new EDIDVille Syrjälä1-0/+1
2016-10-04drm/edid: Reduce the number of times we parse the CEA extension blockVille Syrjälä1-97/+88
2016-10-04drm/edid: Don't pass around drm_display_info needlesslyVille Syrjälä1-4/+4
2016-10-04drm/edid: Move dvi_dual/max_tmds_clock to drm_display_infoVille Syrjälä1-6/+8
2016-10-04drm/edid: Make max_tmds_clock kHz instead of MHzVille Syrjälä1-1/+1
2016-10-04drm/edid: Clear old dvi_dual/max_tmds_clock before parsing the new EDIDVille Syrjälä1-0/+3
2016-10-04drm/edid: Clear old audio latency values before parsing the new EDIDVille Syrjälä1-0/+7
2016-08-18drm/edid: CEA mode 64 1080p100 vsync pulse width incorrectClint Taylor1-1/+1
2016-08-16drm: document drm_display_infoDaniel Vetter1-19/+4
2016-08-09drm/edid: Set 8 bpc color depth for displays with "DFP 1.x compliant TMDS".Mario Kleiner1-0/+14
2016-08-09drm/edid: Add 6 bpc quirk for display AEO model 0.Mario Kleiner1-0/+8
2016-05-23drm/edid: add displayid detailed 1 timings to the modelist. (v1.1)Dave Airlie1-0/+108
2016-05-23drm/edid: move displayid validation to it's own function.Dave Airlie1-18/+26
2016-05-23drm/displayid: Iterate over all DisplayID blocksTomas Bzatek1-13/+19
2016-05-23drm/edid: move displayid tiled block parsing into separate function.Dave Airlie1-51/+59
2016-05-09Merge tag 'v4.6-rc7' into drm-nextDave Airlie1-5/+5
2016-04-15drm/edid: Add drm_edid_get_monitor_name()Jim Bride1-9/+42
2016-04-05drm/edid: Fix DMT 1024x768@43Hz (interlaced) timingsPaul Parsons1-1/+1
2016-04-05drm/edid: Fix parsing of EDID 1.4 Established Timings III descriptorPaul Parsons1-1/+1
2016-04-05drm/edid: Fix EDID Established Timings I and IIPaul Parsons1-3/+3
2016-03-13drm/edid: Extract SADs properly from multiple audio data blocksVille Syrjälä1-6/+11
2016-02-09drm/edid: Switch DDC when reading the EDIDLukas Wunner1-0/+26
2016-01-08drm/edid: index CEA/HDMI mode tables using the VICJani Nikula1-41/+53
2015-12-01drm/edid: Make the detailed timing CEA/HDMI mode fixup accept up to 5kHz cloc...Ville Syrjälä1-2/+60
2015-10-20drm/edid: Round to closest when computing the CEA/HDMI alternate clockVille Syrjälä1-2/+2
2015-10-20drm/edid: Fix up clock for CEA/HDMI modes specified via detailed timingsVille Syrjälä1-0/+48
2015-09-09drm: Make drm_av_sync_delay() 'mode' argument constVille Syrjälä1-1/+1
2015-09-09drm: Remove the 'mode' argument from drm_select_eld()Ville Syrjälä1-3/+1
2015-09-09drm: Make some modes const when iterating through themVille Syrjälä1-1/+1
2015-08-11drm/edid: Use ARRAY_SIZE in drm_add_modes_noedidDaniel Vetter1-1/+1
2015-07-22drm: Roll out drm_for_each_connector moreDaniel Vetter1-1/+1
2015-05-20Merge tag 'topic/drm-misc-2015-05-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-87/+119
2015-05-12drm/edid: Add CEA modes before inferred modesVille Syrjälä1-2/+2
2015-05-08drm/edid: Kerneldoc for newly added edid_corruptDaniel Vetter1-4/+4
2015-05-08drm: Add edid_corrupt flag for Displayport Link CTS 4.2.2.6Todd Previte1-6/+26
2015-05-07drm/edid: Add DMT modes with ID > 0x50Ville Syrjälä1-0/+32
2015-05-07drm/edid: Add the DMT ID in the commentsVille Syrjälä1-80/+80
2015-05-07drm/edid: Fix up DMT modesVille Syrjälä1-5/+5
2014-12-11Merge tag 'topic/core-stuff-2014-12-10' of git://anongit.freedesktop.org/drm-...Dave Airlie1-15/+28
2014-12-09drm/connector: store tile information from displayid (v3)Dave Airlie1-3/+141
2014-12-03drm/edid: Restore kerneldoc consistencyThierry Reding1-1/+1
2014-12-03Merge tag 'drm-intel-next-2014-11-21-fixed' of git://anongit.freedesktop.org/...Dave Airlie1-2/+5
2014-12-01drm/edid: new drm_edid_block_checksum helper function V3Stefan Brüns1-4/+12
2014-12-01drm/edid: shorten log output in case of all zeroes edid blockStefan Brüns1-2/+6
2014-12-01drm/edid: move drm_edid_is_zero to top, make edid argument constStefan Brüns1-8/+8
2014-11-26drm: Decouple EDID parsing from I2C adapterLars-Peter Clausen1-13/+30