aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_edid.c
Commit message (Expand)AuthorAge
* Merge remote branch 'korg/drm-radeon-testing' into drm-next-stageDave Airlie2010-02-26
|\
| * drm/radeon/kms: add support for hardcoded edids in rom (v2)Alex Deucher2010-02-08
* | drm/edid: Fix interlaced detailed timings to be frame size, not field.Adam Jackson2010-02-18
|/
* drm: EDID accept separate sync video modeJerome Glisse2010-01-14
* drm/edid: Fix CVT width/height decodeAdam Jackson2010-01-06
* drm/edid: Skip empty CVT codepointsAdam Jackson2010-01-06
* drm/kms: silencing a false positive warning.Marin Mitov2009-12-22
* Merge branch 'drm-core-next' into drm-linusDave Airlie2009-12-07
|\
| * drm/edid: Decode 3-byte CVT codes from EDID 1.4Adam Jackson2009-12-03
| * drm/edid: Add DMT modes to the pool if the monitor is GTF-capableAdam Jackson2009-12-03
| * drm/edid: Unify detailed block parsing between base and extension blocksAdam Jackson2009-12-03
| * drm/edid: Fix up partially corrupted headersAdam Jackson2009-11-23
| * drm/edid: Retry EDID fetch up to four timesAdam Jackson2009-11-23
| * drm/modes: Limit fallback modes to 60HzAdam Jackson2009-11-23
* | drm: work around EDIDs with bad htotal/vtotal valuesJesse Barnes2009-11-23
|/
* drm: Add the basic check for the detailed timing in EDIDZhao Yakui2009-10-27
* drm/kms: start adding command line interface using fb.Dave Airlie2009-09-24
* drm/edid: Fix standard timing parse for EDID <= 1.2Adam Jackson2009-09-23
* drm/edid: Detailed standard timing blocks have six timings, not five.Adam Jackson2009-09-23
* drm/edid: Ignore bad standard timings.Adam Jackson2009-09-23
* drm/edid: const cleanupAdam Jackson2009-09-23
* drm: shut the EDID warnings up.Adam Jackson2009-09-07
* drm/kms: add a function that can add the mode for the output device without EDIDZhao Yakui2009-09-07
* drm/kms: try to find the std mode in DMT tableZhao Yakui2009-09-07
* drm/kms: Add the default mode tableZhao Yakui2009-09-07
* drm/kms: Parse the detailed time info in CEA-EDIDZhao Yakui2009-08-30
* Merge Linus master to drm-nextDave Airlie2009-08-19
|\
| * drm/edid: fixup detailed timings like the X server.Dave Airlie2009-08-14
* | drm/mode: get the modeline for standard timing in EDID by using CVT/GTFZhao Yakui2009-07-15
|/
* drm: Fix shifts which were miscalculated when converting from bitfields.Michel Dänzer2009-06-24
* drm: EDID endianness fixes.Michel Dänzer2009-06-18
* Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-06-12
|\
| * drm: Eliminate magic I2C frobbing when reading EDIDKeith Packard2009-06-12
* | drm: ignore EDID with really tiny modes.Adam Jackson2009-06-03
|/
* drm: fix EDID backward compat checkJesse Barnes2009-04-02
* drm: fix typo in edid vendor parsing.Dave Airlie2009-04-02
* drm: detect hdmi monitor by hdmi identifier (v3)Ma Ling2009-03-29
* drm: read EDID extensions from monitorMa Ling2009-03-29
* drm: edid revision 0 is validKyle McMartin2009-02-24
* drm: Fix shifts of EDID vsync offset/width fields.Linus Torvalds2009-02-24
* drm: don't whine about not reading EDID dataJesse Barnes2009-01-22
* drm: fix useless gcc unused variable warningDave Airlie2008-12-29
* DRM: add mode setting supportDave Airlie2008-12-29