summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_edid.c
Commit message (Expand)AuthorAgeFilesLines
* drm: EDID accept separate sync video modeJerome Glisse2010-01-151-2/+1
* 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-041-0/+48
| * drm/edid: Add DMT modes to the pool if the monitor is GTF-capableAdam Jackson2009-12-041-4/+65
| * drm/edid: Unify detailed block parsing between base and extension blocksAdam Jackson2009-12-041-102/+61
| * 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/+1
* drm/edid: Ignore bad standard timings.Adam Jackson2009-09-241-0/+16
* drm/edid: const cleanupAdam Jackson2009-09-241-1/+3
* drm: shut the EDID warnings up.Adam Jackson2009-09-081-3/+0
* drm/kms: add a function that can add the mode for the output device without EDIDZhao Yakui2009-09-071-0/+46
* drm/kms: try to find the std mode in DMT tableZhao Yakui2009-09-071-7/+33
* drm/kms: Add the default mode tableZhao Yakui2009-09-071-0/+237
* drm/kms: Parse the detailed time info in CEA-EDIDZhao Yakui2009-08-311-1/+119
* Merge Linus master to drm-nextDave Airlie2009-08-201-39/+35
|\
| * drm/edid: fixup detailed timings like the X server.Dave Airlie2009-08-151-38/+34
* | drm/mode: get the modeline for standard timing in EDID by using CVT/GTFZhao Yakui2009-07-151-12/+58
|/
* drm: Fix shifts which were miscalculated when converting from bitfields.Michel Dänzer2009-06-241-6/+6
* drm: EDID endianness fixes.Michel Dänzer2009-06-191-48/+52
* Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-06-121-73/+1
|\
| * drm: Eliminate magic I2C frobbing when reading EDIDKeith Packard2009-06-121-73/+1
* | drm: ignore EDID with really tiny modes.Adam Jackson2009-06-041-0/+5
|/
* drm: fix EDID backward compat checkJesse Barnes2009-04-031-4/+2
* drm: fix typo in edid vendor parsing.Dave Airlie2009-04-031-1/+1
* drm: detect hdmi monitor by hdmi identifier (v3)Ma Ling2009-03-291-0/+62
* drm: read EDID extensions from monitorMa Ling2009-03-291-28/+93
* drm: edid revision 0 is validKyle McMartin2009-02-251-1/+1
* drm: Fix shifts of EDID vsync offset/width fields.Linus Torvalds2009-02-251-2/+2
* drm: don't whine about not reading EDID dataJesse Barnes2009-01-221-1/+1
* drm: fix useless gcc unused variable warningDave Airlie2008-12-291-1/+1
* DRM: add mode setting supportDave Airlie2008-12-291-0/+732