Age | Commit message (Expand) | Author | Files | Lines |
2016-10-04 | drm/edid: Move dvi_dual/max_tmds_clock parsing out from drm_edid_to_eld() | Ville Syrjälä | 1 | -29/+35 |
2016-10-04 | drm/edid: Clear the old cea_rev when there's no CEA extension in the new EDID | Ville Syrjälä | 1 | -0/+1 |
2016-10-04 | drm/edid: Reduce the number of times we parse the CEA extension block | Ville Syrjälä | 1 | -97/+88 |
2016-10-04 | drm/edid: Don't pass around drm_display_info needlessly | Ville Syrjälä | 1 | -4/+4 |
2016-10-04 | drm/edid: Move dvi_dual/max_tmds_clock to drm_display_info | Ville Syrjälä | 1 | -6/+8 |
2016-10-04 | drm/edid: Make max_tmds_clock kHz instead of MHz | Ville Syrjälä | 1 | -1/+1 |
2016-10-04 | drm/edid: Clear old dvi_dual/max_tmds_clock before parsing the new EDID | Ville Syrjälä | 1 | -0/+3 |
2016-10-04 | drm/edid: Clear old audio latency values before parsing the new EDID | Ville Syrjälä | 1 | -0/+7 |
2016-08-18 | drm/edid: CEA mode 64 1080p100 vsync pulse width incorrect | Clint Taylor | 1 | -1/+1 |
2016-08-16 | drm: document drm_display_info | Daniel Vetter | 1 | -19/+4 |
2016-08-09 | drm/edid: Set 8 bpc color depth for displays with "DFP 1.x compliant TMDS". | Mario Kleiner | 1 | -0/+14 |
2016-08-09 | drm/edid: Add 6 bpc quirk for display AEO model 0. | Mario Kleiner | 1 | -0/+8 |
2016-05-23 | drm/edid: add displayid detailed 1 timings to the modelist. (v1.1) | Dave Airlie | 1 | -0/+108 |
2016-05-23 | drm/edid: move displayid validation to it's own function. | Dave Airlie | 1 | -18/+26 |
2016-05-23 | drm/displayid: Iterate over all DisplayID blocks | Tomas Bzatek | 1 | -13/+19 |
2016-05-23 | drm/edid: move displayid tiled block parsing into separate function. | Dave Airlie | 1 | -51/+59 |
2016-05-09 | Merge tag 'v4.6-rc7' into drm-next | Dave Airlie | 1 | -5/+5 |
2016-04-15 | drm/edid: Add drm_edid_get_monitor_name() | Jim Bride | 1 | -9/+42 |
2016-04-05 | drm/edid: Fix DMT 1024x768@43Hz (interlaced) timings | Paul Parsons | 1 | -1/+1 |
2016-04-05 | drm/edid: Fix parsing of EDID 1.4 Established Timings III descriptor | Paul Parsons | 1 | -1/+1 |
2016-04-05 | drm/edid: Fix EDID Established Timings I and II | Paul Parsons | 1 | -3/+3 |
2016-03-13 | drm/edid: Extract SADs properly from multiple audio data blocks | Ville Syrjälä | 1 | -6/+11 |
2016-02-09 | drm/edid: Switch DDC when reading the EDID | Lukas Wunner | 1 | -0/+26 |
2016-01-08 | drm/edid: index CEA/HDMI mode tables using the VIC | Jani Nikula | 1 | -41/+53 |
2015-12-01 | drm/edid: Make the detailed timing CEA/HDMI mode fixup accept up to 5kHz cloc... | Ville Syrjälä | 1 | -2/+60 |
2015-10-20 | drm/edid: Round to closest when computing the CEA/HDMI alternate clock | Ville Syrjälä | 1 | -2/+2 |
2015-10-20 | drm/edid: Fix up clock for CEA/HDMI modes specified via detailed timings | Ville Syrjälä | 1 | -0/+48 |
2015-09-09 | drm: Make drm_av_sync_delay() 'mode' argument const | Ville Syrjälä | 1 | -1/+1 |
2015-09-09 | drm: Remove the 'mode' argument from drm_select_eld() | Ville Syrjälä | 1 | -3/+1 |
2015-09-09 | drm: Make some modes const when iterating through them | Ville Syrjälä | 1 | -1/+1 |
2015-08-11 | drm/edid: Use ARRAY_SIZE in drm_add_modes_noedid | Daniel Vetter | 1 | -1/+1 |
2015-07-22 | drm: Roll out drm_for_each_connector more | Daniel Vetter | 1 | -1/+1 |
2015-05-20 | Merge tag 'topic/drm-misc-2015-05-19' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 1 | -87/+119 |
2015-05-12 | drm/edid: Add CEA modes before inferred modes | Ville Syrjälä | 1 | -2/+2 |
2015-05-08 | drm/edid: Kerneldoc for newly added edid_corrupt | Daniel Vetter | 1 | -4/+4 |
2015-05-08 | drm: Add edid_corrupt flag for Displayport Link CTS 4.2.2.6 | Todd Previte | 1 | -6/+26 |
2015-05-07 | drm/edid: Add DMT modes with ID > 0x50 | Ville Syrjälä | 1 | -0/+32 |
2015-05-07 | drm/edid: Add the DMT ID in the comments | Ville Syrjälä | 1 | -80/+80 |
2015-05-07 | drm/edid: Fix up DMT modes | Ville Syrjälä | 1 | -5/+5 |
2014-12-11 | Merge tag 'topic/core-stuff-2014-12-10' of git://anongit.freedesktop.org/drm-... | Dave Airlie | 1 | -15/+28 |
2014-12-09 | drm/connector: store tile information from displayid (v3) | Dave Airlie | 1 | -3/+141 |
2014-12-03 | drm/edid: Restore kerneldoc consistency | Thierry Reding | 1 | -1/+1 |
2014-12-03 | Merge tag 'drm-intel-next-2014-11-21-fixed' of git://anongit.freedesktop.org/... | Dave Airlie | 1 | -2/+5 |
2014-12-01 | drm/edid: new drm_edid_block_checksum helper function V3 | Stefan Brüns | 1 | -4/+12 |
2014-12-01 | drm/edid: shorten log output in case of all zeroes edid block | Stefan Brüns | 1 | -2/+6 |
2014-12-01 | drm/edid: move drm_edid_is_zero to top, make edid argument const | Stefan Brüns | 1 | -8/+8 |
2014-11-26 | drm: Decouple EDID parsing from I2C adapter | Lars-Peter Clausen | 1 | -13/+30 |
2014-11-14 | drm/edid: fix Baseline_ELD_Len field in drm_edid_to_eld() | Jani Nikula | 1 | -2/+5 |
2014-10-01 | drm/edid: Add missing interlaced flag to 576i@100 modes. | Clint Taylor | 1 | -2/+2 |
2014-09-15 | drm/edid: Reduce horizontal timings for pixel replicated modes | Clint Taylor | 1 | -48/+48 |