summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_edid.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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/+2Star
|/
* 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/+0Star
* 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/+3Star
| * drm/edid: Remove arbitrary EDID extension limitAdam Jackson2010-04-061-14/+5Star
| * 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/+0Star
| * drm/edid: Remove some misleading commentsAdam Jackson2010-04-061-8/+0Star
| * 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
|\ \
| * | drm/edid/quirks: Envision EN2028Adam Jackson2010-04-071-0/+2
| |/
* | Merge branch 'master' into export-slabhTejun Heo2010-04-051-9/+0Star
|\|
| * drm/edid: allow certain bogus edids to hit a fixup path rather than failBen Skeggs2010-03-151-9/+0Star
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Merge remote branch 'korg/drm-radeon-testing' into drm-next-stageDave Airlie2010-02-261-15/+15
|\
| * drm/radeon/kms: add support for hardcoded edids in rom (v2)Alex Deucher2010-02-091-15/+15
* | drm/edid: Fix interlaced detailed timings to be frame size, not field.Adam Jackson2010-02-181-2/+45
|/
* drm: EDID accept separate sync video modeJerome Glisse2010-01-151-2/+1Star
* drm/edid: Fix CVT width/height decodeAdam Jackson2010-01-071-5/+5
* drm/edid: Skip empty CVT codepointsAdam Jackson2010-01-071-0/+4
* drm/kms: silencing a false positive warning.Marin Mitov2009-12-231-1/+1
* Merge branch 'drm-core-next' into drm-linusDave Airlie2009-12-081-124/+204
|\
| * drm/edid: Decode 3-byte CVT codes from EDID 1.4Adam Jackson2009-12-031-0/+48
| * drm/edid: Add DMT modes to the pool if the monitor is GTF-capableAdam Jackson2009-12-031-4/+65
| * drm/edid: Unify detailed block parsing between base and extension blocksAdam Jackson2009-12-031-102/+61Star
| * drm/edid: Fix up partially corrupted headersAdam Jackson2009-11-241-6/+16
| * drm/edid: Retry EDID fetch up to four timesAdam Jackson2009-11-241-14/+14
| * drm/modes: Limit fallback modes to 60HzAdam Jackson2009-11-241-0/+2
* | drm: work around EDIDs with bad htotal/vtotal valuesJesse Barnes2009-11-241-0/+6
|/
* drm: Add the basic check for the detailed timing in EDIDZhao Yakui2009-10-281-0/+15
* drm/kms: start adding command line interface using fb.Dave Airlie2009-09-251-2/+4
* drm/edid: Fix standard timing parse for EDID <= 1.2Adam Jackson2009-09-241-5/+12
* drm/edid: Detailed standard timing blocks have six timings, not five.Adam Jackson2009-09-241-2/+1Star
* drm/edid: Ignore bad standard timings.Adam Jackson2009-09-241-0/+16