aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_edid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-28drm: Add the basic check for the detailed timing in EDIDZhao Yakui1-0/+15
2009-09-25drm/kms: start adding command line interface using fb.Dave Airlie1-2/+4
2009-09-24drm/edid: Fix standard timing parse for EDID <= 1.2Adam Jackson1-5/+12
2009-09-24drm/edid: Detailed standard timing blocks have six timings, not five.Adam Jackson1-2/+1
2009-09-24drm/edid: Ignore bad standard timings.Adam Jackson1-0/+16
2009-09-24drm/edid: const cleanupAdam Jackson1-1/+3
2009-09-08drm: shut the EDID warnings up.Adam Jackson1-3/+0
2009-09-07drm/kms: add a function that can add the mode for the output device without EDIDZhao Yakui1-0/+46
2009-09-07drm/kms: try to find the std mode in DMT tableZhao Yakui1-7/+33
2009-09-07drm/kms: Add the default mode tableZhao Yakui1-0/+237
2009-08-31drm/kms: Parse the detailed time info in CEA-EDIDZhao Yakui1-1/+119
2009-08-20Merge Linus master to drm-nextDave Airlie1-39/+35
2009-08-15drm/edid: fixup detailed timings like the X server.Dave Airlie1-38/+34
2009-07-15drm/mode: get the modeline for standard timing in EDID by using CVT/GTFZhao Yakui1-12/+58
2009-06-24drm: Fix shifts which were miscalculated when converting from bitfields.Michel Dänzer1-6/+6
2009-06-19drm: EDID endianness fixes.Michel Dänzer1-48/+52
2009-06-12Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-73/+1
2009-06-12drm: Eliminate magic I2C frobbing when reading EDIDKeith Packard1-73/+1
2009-06-04drm: ignore EDID with really tiny modes.Adam Jackson1-0/+5
2009-04-03drm: fix EDID backward compat checkJesse Barnes1-4/+2
2009-04-03drm: fix typo in edid vendor parsing.Dave Airlie1-1/+1
2009-03-29drm: detect hdmi monitor by hdmi identifier (v3)Ma Ling1-0/+62
2009-03-29drm: read EDID extensions from monitorMa Ling1-28/+93
2009-02-25drm: edid revision 0 is validKyle McMartin1-1/+1
2009-02-25drm: Fix shifts of EDID vsync offset/width fields.Linus Torvalds1-2/+2
2009-01-22drm: don't whine about not reading EDID dataJesse Barnes1-1/+1
2008-12-29drm: fix useless gcc unused variable warningDave Airlie1-1/+1
2008-12-29DRM: add mode setting supportDave Airlie1-0/+732