| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/edid: Fix CVT width/height decode | Adam Jackson | 2010-01-07 | 1 | -5/+5 |
* | drm/edid: Skip empty CVT codepoints | Adam Jackson | 2010-01-07 | 1 | -0/+4 |
* | drm/kms: silencing a false positive warning. | Marin Mitov | 2009-12-23 | 1 | -1/+1 |
* | Merge branch 'drm-core-next' into drm-linus | Dave Airlie | 2009-12-08 | 1 | -124/+204 |
|\ |
|
| * | drm/edid: Decode 3-byte CVT codes from EDID 1.4 | Adam Jackson | 2009-12-04 | 1 | -0/+48 |
| * | drm/edid: Add DMT modes to the pool if the monitor is GTF-capable | Adam Jackson | 2009-12-04 | 1 | -4/+65 |
| * | drm/edid: Unify detailed block parsing between base and extension blocks | Adam Jackson | 2009-12-04 | 1 | -102/+61 |
| * | drm/edid: Fix up partially corrupted headers | Adam Jackson | 2009-11-24 | 1 | -6/+16 |
| * | drm/edid: Retry EDID fetch up to four times | Adam Jackson | 2009-11-24 | 1 | -14/+14 |
| * | drm/modes: Limit fallback modes to 60Hz | Adam Jackson | 2009-11-24 | 1 | -0/+2 |
* | | drm: work around EDIDs with bad htotal/vtotal values | Jesse Barnes | 2009-11-24 | 1 | -0/+6 |
|/ |
|
* | drm: Add the basic check for the detailed timing in EDID | Zhao Yakui | 2009-10-28 | 1 | -0/+15 |
* | drm/kms: start adding command line interface using fb. | Dave Airlie | 2009-09-25 | 1 | -2/+4 |
* | drm/edid: Fix standard timing parse for EDID <= 1.2 | Adam Jackson | 2009-09-24 | 1 | -5/+12 |
* | drm/edid: Detailed standard timing blocks have six timings, not five. | Adam Jackson | 2009-09-24 | 1 | -2/+1 |
* | drm/edid: Ignore bad standard timings. | Adam Jackson | 2009-09-24 | 1 | -0/+16 |
* | drm/edid: const cleanup | Adam Jackson | 2009-09-24 | 1 | -1/+3 |
* | drm: shut the EDID warnings up. | Adam Jackson | 2009-09-08 | 1 | -3/+0 |
* | drm/kms: add a function that can add the mode for the output device without EDID | Zhao Yakui | 2009-09-07 | 1 | -0/+46 |
* | drm/kms: try to find the std mode in DMT table | Zhao Yakui | 2009-09-07 | 1 | -7/+33 |
* | drm/kms: Add the default mode table | Zhao Yakui | 2009-09-07 | 1 | -0/+237 |
* | drm/kms: Parse the detailed time info in CEA-EDID | Zhao Yakui | 2009-08-31 | 1 | -1/+119 |
* | Merge Linus master to drm-next | Dave Airlie | 2009-08-20 | 1 | -39/+35 |
|\ |
|
| * | drm/edid: fixup detailed timings like the X server. | Dave Airlie | 2009-08-15 | 1 | -38/+34 |
* | | drm/mode: get the modeline for standard timing in EDID by using CVT/GTF | Zhao Yakui | 2009-07-15 | 1 | -12/+58 |
|/ |
|
* | drm: Fix shifts which were miscalculated when converting from bitfields. | Michel Dänzer | 2009-06-24 | 1 | -6/+6 |
* | drm: EDID endianness fixes. | Michel Dänzer | 2009-06-19 | 1 | -48/+52 |
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2009-06-12 | 1 | -73/+1 |
|\ |
|
| * | drm: Eliminate magic I2C frobbing when reading EDID | Keith Packard | 2009-06-12 | 1 | -73/+1 |
* | | drm: ignore EDID with really tiny modes. | Adam Jackson | 2009-06-04 | 1 | -0/+5 |
|/ |
|
* | drm: fix EDID backward compat check | Jesse Barnes | 2009-04-03 | 1 | -4/+2 |
* | drm: fix typo in edid vendor parsing. | Dave Airlie | 2009-04-03 | 1 | -1/+1 |
* | drm: detect hdmi monitor by hdmi identifier (v3) | Ma Ling | 2009-03-29 | 1 | -0/+62 |
* | drm: read EDID extensions from monitor | Ma Ling | 2009-03-29 | 1 | -28/+93 |
* | drm: edid revision 0 is valid | Kyle McMartin | 2009-02-25 | 1 | -1/+1 |
* | drm: Fix shifts of EDID vsync offset/width fields. | Linus Torvalds | 2009-02-25 | 1 | -2/+2 |
* | drm: don't whine about not reading EDID data | Jesse Barnes | 2009-01-22 | 1 | -1/+1 |
* | drm: fix useless gcc unused variable warning | Dave Airlie | 2008-12-29 | 1 | -1/+1 |
* | DRM: add mode setting support | Dave Airlie | 2008-12-29 | 1 | -0/+732 |