aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_edid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-09drm/edid: catch kmalloc failure in drm_edid_to_speaker_allocationAlex Deucher1-0/+2
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-0/+55
2013-08-30drm/edid: add a helper function to extract the speaker allocation data block (v3)Alex Deucher1-0/+52
2013-08-30drm/edid: add quirk for Medion MD30217PGAlex Deucher1-0/+3
2013-08-30video/hdmi: Rename HDMI_IDENTIFIER to HDMI_IEEE_OUILespiau, Damien1-1/+1
2013-08-30drm: Add a helper to forge HDMI vendor infoframesLespiau, Damien1-0/+36
2013-08-30drm/edid: Move HDMI_IDENTIFIER to hdmi.hLespiau, Damien1-1/+0
2013-08-30video/hdmi: Don't let the user of this API create invalid infoframesLespiau, Damien1-1/+0
2013-08-30drm: Add support for alternate clocks of 4k modesLespiau, Damien1-6/+62
2013-08-30drm/edid: Parse the HDMI CEA block and look for 4k modesLespiau, Damien1-15/+109
2013-08-30drm/edid: Fix add_cea_modes() style issuesLespiau, Damien1-5/+7
2013-08-30drm: Don't export drm_find_cea_extension() any moreLespiau, Damien1-3/+2
2013-08-08drm: Set aspect ratio fields in the AVI infoframe even for non CEA modesDamien Lespiau1-2/+0
2013-08-08drm: Handle the DBLCLK flag in the common infoframe helperDamien Lespiau1-0/+3
2013-08-08drm: Don't generate invalid AVI infoframes for CEA modesDamien Lespiau1-0/+1
2013-07-04drm: add assertion for checking null edid to drm_edid_block_validSeung-Woo Kim1-3/+6
2013-06-27drm/edid: Don't print messages regarding stereo or csync by defaultEgbert Eich1-2/+2
2013-06-11drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode listVille Syrjälä1-14/+88
2013-04-26drm/edid: Check both 60Hz and 59.94Hz when looking for a CEA modeVille Syrjälä1-3/+24
2013-04-26drm/edid: Populate vrefresh for CEA modesVille Syrjälä1-64/+129
2013-04-23drm: add drm_edid_to_eld helper extracting SADs from EDID (v2)Rafał Miłecki1-0/+59
2013-03-23KMS: fix EDID detailed timing frame rateTorsten Duwe1-0/+1
2013-03-23KMS: fix EDID detailed timing vsync parsingTorsten Duwe1-1/+1
2013-02-22drm: Add HDMI infoframe helpersThierry Reding1-0/+33
2013-02-22drm: Move mode tables to drm_edid.cThierry Reding1-7/+746
2013-02-22drm: Remove duplicate drm_mode_cea_vic()Thierry Reding1-23/+7
2013-02-20drm: don't add inferred modes for monitors that don't support themPaulo Zanoni1-1/+2
2013-02-15drm: shut up invalid edid messagesMaarten Lankhorst1-1/+5
2013-02-13Revert "drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S"Daniel Vetter1-3/+0
2013-01-20drm/edid: Add drm_rgb_quant_range_selectable()Ville Syrjälä1-0/+33
2012-12-16Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-0/+19
2012-11-29drm: add drm_mode_cea_vicPaulo Zanoni1-0/+19
2012-11-28drm/edid: tune down debug message in parse_hdmi_vsdbDaniel Vetter1-1/+1
2012-11-20drm: use memchr_inv()Akinobu Mita1-5/+2
2012-11-20drm: get cea video id code for a given display modeStephane Marchesin1-0/+20
2012-10-07Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-1/+2
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-65/+143
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-10-02drm: Export drm_probe_ddc()Adam Jackson1-1/+2
2012-09-24Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter1-0/+3
2012-09-17drm/edid: limit printk when facing bad edidJerome Glisse1-8/+14
2012-09-13drm: edid: add support for E-DDCShirish S1-3/+16
2012-09-13drm: edid: Refactor HDMI VSDB detectionVille Syrjälä1-16/+22
2012-09-13drm: edid: Add bounds checking to HDMI VSDB parsingVille Syrjälä1-12/+21
2012-09-13drm: edid: Add some bounds checkingVille Syrjälä1-26/+73
2012-08-30drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222SPaul Menzel1-0/+3
2012-08-24drm: remove the raw_edid field from struct drm_display_infoJani Nikula1-3/+0
2012-07-03drm: edid: Don't add inferred modes with higher resolutionTakashi Iwai1-3/+24
2012-06-21drm/edid: don't return stack garbage from supports_rbDaniel Vetter1-1/+1
2012-06-01drm/edid: Make the header fixup threshold tunableAdam Jackson1-2/+9