summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_edid.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/core-stuff' of git://git.freedesktop.org/git/drm-intel in...Dave Airlie2014-03-181-0/+4
|\
| * drm: Check if the allocation has succeeded before dereferencing newmodeDamien Lespiau2014-03-171-0/+3
| * drm/edid: request HDMI underscan by defaultDaniel Drake2014-03-031-0/+1
* | drm/modes: remove drm_mode_height/widthDaniel Vetter2014-03-131-2/+2
* | drm/doc: Fix up kerneldoc in drm_edid.cDaniel Vetter2014-03-131-7/+19
|/
* drm/edid: Populate picture aspect ratio for CEA modesVandana Kannan2014-01-201-64/+64
* drm/edid: parse the list of additional 3D modesThomas Wood2014-01-201-21/+73
* drm/edid: split VIC display mode lookup into a separate functionThomas Wood2014-01-201-28/+39
* drm/edid: add quirk for BPC in Samsung NP700G7A-S01PL notebookRafał Miłecki2013-12-171-0/+8
* drm: fix the addition of the side-by-side (half) flag for extra 3D modesThomas Wood2013-12-051-1/+1
* drm/edid: fix length check when adding extra 3D modesThomas Wood2013-12-051-1/+1
* drm/edid: compare actual vrefresh for all modes for quirksAlex Deucher2013-11-111-3/+8
* drm: add drm_set_preferred_modeGerd Hoffmann2013-11-061-0/+13
* drm/edid: Yank a helpful comment about EST modes from xf86EdidModes.cVille Syrjälä2013-11-061-0/+9
* drm/edid: Don't skip every eighth EST III modeVille Syrjälä2013-11-061-1/+1
* drm/edid: Fix the 1792x1344-75 EST III modeVille Syrjälä2013-11-061-1/+1
* drm: add support for additional stereo 3D modesThomas Wood2013-10-161-9/+94
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter2013-10-101-0/+14
|\
| * drm/edid: catch kmalloc failure in drm_edid_to_speaker_allocationAlex Deucher2013-10-011-0/+2
| * drm/edid: add drm_edid_duplicateJani Nikula2013-10-011-0/+12
* | drm: Code stereo layouts as an enum rather than a bit fieldDamien Lespiau2013-10-011-32/+15Star
* | drm: Carry over the stereo flags when adding the alternate modeDamien Lespiau2013-10-011-0/+3
* | drm: Make drm_match_cea_mode() return the underlying 2D VIC for 3d modesDamien Lespiau2013-10-011-2/+2
* | drm: Set the relevant infoframe field when scanning out a 3D modeDamien Lespiau2013-10-011-2/+38
* | drm: Extract add_hdmi_mode() out of do_hdmi_vsdb_modes()Damien Lespiau2013-10-011-15/+21
* | drm/edid: Expose mandatory stereo modes for HDMI sinksDamien Lespiau2013-10-011-7/+103
|/
* Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2013-09-021-0/+55
|\
| * drm/edid: add a helper function to extract the speaker allocation data block ...Alex Deucher2013-08-301-0/+52
| * drm/edid: add quirk for Medion MD30217PGAlex Deucher2013-08-301-0/+3
* | video/hdmi: Rename HDMI_IDENTIFIER to HDMI_IEEE_OUILespiau, Damien2013-08-301-1/+1
* | drm: Add a helper to forge HDMI vendor infoframesLespiau, Damien2013-08-301-0/+36
* | drm/edid: Move HDMI_IDENTIFIER to hdmi.hLespiau, Damien2013-08-301-1/+0Star
* | video/hdmi: Don't let the user of this API create invalid infoframesLespiau, Damien2013-08-301-1/+0Star
* | drm: Add support for alternate clocks of 4k modesLespiau, Damien2013-08-301-6/+62
* | drm/edid: Parse the HDMI CEA block and look for 4k modesLespiau, Damien2013-08-301-15/+109
* | drm/edid: Fix add_cea_modes() style issuesLespiau, Damien2013-08-301-5/+7
* | drm: Don't export drm_find_cea_extension() any moreLespiau, Damien2013-08-301-3/+2Star
* | drm: Set aspect ratio fields in the AVI infoframe even for non CEA modesDamien Lespiau2013-08-081-2/+0Star
* | drm: Handle the DBLCLK flag in the common infoframe helperDamien Lespiau2013-08-081-0/+3
* | drm: Don't generate invalid AVI infoframes for CEA modesDamien Lespiau2013-08-081-0/+1
|/
* drm: add assertion for checking null edid to drm_edid_block_validSeung-Woo Kim2013-07-041-3/+6
* drm/edid: Don't print messages regarding stereo or csync by defaultEgbert Eich2013-06-271-2/+2
* drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode listVille Syrjälä2013-06-111-14/+88
* drm/edid: Check both 60Hz and 59.94Hz when looking for a CEA modeVille Syrjälä2013-04-261-3/+24
* drm/edid: Populate vrefresh for CEA modesVille Syrjälä2013-04-261-64/+129
* drm: add drm_edid_to_eld helper extracting SADs from EDID (v2)Rafał Miłecki2013-04-241-0/+59
* KMS: fix EDID detailed timing frame rateTorsten Duwe2013-03-231-0/+1
* KMS: fix EDID detailed timing vsync parsingTorsten Duwe2013-03-231-1/+1
* drm: Add HDMI infoframe helpersThierry Reding2013-02-221-0/+33
* drm: Move mode tables to drm_edid.cThierry Reding2013-02-221-7/+746