summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_edid.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/edid: const cleanupAdam Jackson2009-09-241-1/+3
* drm: shut the EDID warnings up.Adam Jackson2009-09-081-3/+0Star
* 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/+35Star
|\
| * drm/edid: fixup detailed timings like the X server.Dave Airlie2009-08-151-38/+34Star
* | 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-131-73/+1Star
|\
| * drm: Eliminate magic I2C frobbing when reading EDIDKeith Packard2009-06-121-73/+1Star
* | drm: ignore EDID with really tiny modes.Adam Jackson2009-06-041-0/+5
|/
* drm: fix EDID backward compat checkJesse Barnes2009-04-031-4/+2Star
* 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