aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_edid.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-1/+1
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-1/+1
|\
| * drm/edid: don't return stack garbage from supports_rbDaniel Vetter2012-07-161-1/+1
* | samsung update 1codeworkx2012-06-021-23/+238
|/
* drm: Separate EDID Header Check from EDID Block CheckThomas Reim2011-08-151-6/+18
* drm/radeon: workaround a hw bug on some radeon chipsets with all-0 EDIDs.Dave Airlie2011-06-161-0/+15
* drm: make debug levels match in edid failure code.Dave Airlie2011-06-161-2/+2
* drm: parse color format support for digital displaysJesse Barnes2011-04-281-0/+7
* drm: add bit depth parsingJesse Barnes2011-04-281-2/+52
* drm: export drm_find_cea_extension to driversBen Skeggs2011-04-011-1/+2
* drm: Retry i2c transfer of EDID block after failureChris Wilson2011-03-161-16/+24
* drm: Mark constant arrays of drm_display_mode constChris Wilson2011-02-231-9/+10
* DRM: ignore invalid EDID extensionsSam Tygier2010-11-091-6/+20
* drm/edid: add helper function to detect monitor audio capabilityZhenyu Wang2010-10-191-14/+78
* drm/i915: use GMBUS to manage i2c linksChris Wilson2010-09-181-1/+0
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-121-567/+273
|\
| * drm/edid: Split mode lists out to their own header for readabilityAdam Jackson2010-08-101-353/+1
| * drm/edid: Rewrite mode parse to use the generic detailed block walkAdam Jackson2010-08-101-253/+273
| * drm/edid: Add detailed block walk for VTB extensionsAdam Jackson2010-08-101-0/+16
| * drm/edid: Add detailed block walk for CEA extensionsAdam Jackson2010-08-101-1/+37
| * drm: Remove unused fields from drm_display_infoAdam Jackson2010-08-101-15/+0
* | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-051-2/+2
|\ \ | |/
| * Merge remote branch 'origin/master' into drm-intel-nextEric Anholt2010-08-011-2/+2
| |\
| * | drm: Add support for platform devices to register as DRM devicesJordan Crouse2010-06-011-2/+2
* | | Merge branch 'master' into for-nextJiri Kosina2010-08-041-2/+2
|\ \ \ | | |/ | |/|
| * | drm/edid: Fix the HDTV hack sync adjustmentAdam Jackson2010-07-291-2/+2
| |/
* | drm: drm_edid: use ARRAY_SIZEKulikov Vasiliy2010-07-201-5/+2
|/
* drm/edid: Allow non-fatal checksum errors in CEA blocksAdam Jackson2010-05-261-1/+4
* drm/edid: fix typo in 1600x1200@75 modeAlex Deucher2010-05-211-1/+1
* drm/fbdev: fix cloning on fbconDave Airlie2010-05-181-8/+9
* drm: off by one in drm_edid.cDan Carpenter2010-05-181-1/+1
* drm/edid: Fix 1024x768@85HzAdam Jackson2010-05-181-1/+1
* drm/edid: remove an unneeded variableDan Carpenter2010-05-181-2/+0
* Merge branch 'drm-edid-fixes' into drm-core-nextDave Airlie2010-04-201-246/+543
|\
| * drm/edid: When checking duplicate standard modes, walked the probed listAdam Jackson2010-04-101-1/+1
| * drm/modes: Fix interlaced mode namesAdam Jackson2010-04-061-2/+2
| * drm/edid: Add secondary GTF curve supportAdam Jackson2010-04-061-27/+92
| * drm/edid: Strengthen the algorithm for standard mode codesAdam Jackson2010-04-061-10/+18
| * drm/edid: Fix the HDTV hack.Adam Jackson2010-04-061-3/+13
| * drm/edid: Extend range-based mode addition for EDID 1.4Adam Jackson2010-04-061-23/+78
| * drm/edid: Add test for monitor reduced blanking support.Adam Jackson2010-04-061-4/+43
| * drm/edid: Fix preferred mode parse for EDID 1.4Adam Jackson2010-04-061-1/+4
| * drm/edid: Remove some silly commentsAdam Jackson2010-04-061-14/+3
| * drm/edid: Remove arbitrary EDID extension limitAdam Jackson2010-04-061-14/+5
| * drm/edid: Add modes for Established Timings III sectionAdam Jackson2010-04-061-0/+91
| * drm/edid: Reshuffle mode list construction to closer match the specAdam Jackson2010-04-061-2/+16
| * drm/edid: Remove a redundant checkAdam Jackson2010-04-061-4/+0
| * drm/edid: Remove some misleading commentsAdam Jackson2010-04-061-8/+0
| * drm/edid: Fix secondary block fetch.Adam Jackson2010-04-061-143/+187
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-04-091-0/+2
|\ \