summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_edid.c
Commit message (Expand)AuthorAgeFilesLines
* drm: remove unneeded redefinition of DDC_ADDRMatt Turner2012-03-211-1/+0Star
* drm: allow loading an EDID as firmware to override broken monitorCarsten Emde2012-03-201-2/+2
* drm/edid: drm modes have to be free with drm_mode_destroySascha Hauer2012-02-031-1/+1
* drm: give up on edid retries when i2c bus is not respondingEugeni Dodonov2012-02-031-0/+5
* Fix wrong assumptions in cea_for_each_detailed_block v2Christian Schmidt2011-12-201-17/+2Star
* drm_edid_to_eld: check for CEA data blocks only from structure revision 3 onChristian Schmidt2011-12-201-19/+22
* drm/edid: support CEA video modes.Christian Schmidt2011-12-191-0/+43
* gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker2011-11-011-0/+1
* drm: support routines for HDMI/DP ELDWu Fengguang2011-09-211-0/+171
* drm: Separate EDID Header Check from EDID Block CheckThomas Reim2011-08-041-6/+18
* Merge branch 'drm-intel-next' of ssh://master.kernel.org/pub/scm/linux/kernel...Dave Airlie2011-08-041-0/+9
|\
| * drm: track CEA version number if presentJesse Barnes2011-08-041-0/+9
* | drm: really make debug levels match in edid failure codeTormod Volden2011-07-251-2/+2
|/
* drm/radeon: workaround a hw bug on some radeon chipsets with all-0 EDIDs.Dave Airlie2011-06-161-0/+15
* drm: make debug levels match in edid failure code.Dave Airlie2011-06-161-2/+2
* drm: parse color format support for digital displaysJesse Barnes2011-04-281-0/+7
* drm: add bit depth parsingJesse Barnes2011-04-281-2/+52
* drm: export drm_find_cea_extension to driversBen Skeggs2011-04-011-1/+2
* drm: Retry i2c transfer of EDID block after failureChris Wilson2011-03-161-16/+24
* drm: Mark constant arrays of drm_display_mode constChris Wilson2011-02-231-9/+10
* DRM: ignore invalid EDID extensionsSam Tygier2010-11-091-6/+20
* drm/edid: add helper function to detect monitor audio capabilityZhenyu Wang2010-10-191-14/+78
* drm/i915: use GMBUS to manage i2c linksChris Wilson2010-09-181-1/+0Star
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-121-567/+273Star
|\
| * drm/edid: Split mode lists out to their own header for readabilityAdam Jackson2010-08-101-353/+1Star
| * drm/edid: Rewrite mode parse to use the generic detailed block walkAdam Jackson2010-08-101-253/+273
| * drm/edid: Add detailed block walk for VTB extensionsAdam Jackson2010-08-101-0/+16
| * drm/edid: Add detailed block walk for CEA extensionsAdam Jackson2010-08-101-1/+37
| * drm: Remove unused fields from drm_display_infoAdam Jackson2010-08-101-15/+0Star
* | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-061-2/+2
|\|
| * Merge remote branch 'origin/master' into drm-intel-nextEric Anholt2010-08-021-2/+2
| |\
| * | drm: Add support for platform devices to register as DRM devicesJordan Crouse2010-06-011-2/+2
* | | Merge branch 'master' into for-nextJiri Kosina2010-08-041-2/+2
|\ \ \ | | |/ | |/|
| * | drm/edid: Fix the HDTV hack sync adjustmentAdam Jackson2010-07-291-2/+2
| |/
* / drm: drm_edid: use ARRAY_SIZEKulikov Vasiliy2010-07-201-5/+2Star
|/
* drm/edid: Allow non-fatal checksum errors in CEA blocksAdam Jackson2010-05-261-1/+4
* drm/edid: fix typo in 1600x1200@75 modeAlex Deucher2010-05-211-1/+1
* drm/fbdev: fix cloning on fbconDave Airlie2010-05-181-8/+9
* drm: off by one in drm_edid.cDan Carpenter2010-05-181-1/+1
* drm/edid: Fix 1024x768@85HzAdam Jackson2010-05-181-1/+1
* drm/edid: remove an unneeded variableDan Carpenter2010-05-181-2/+0Star
* Merge branch 'drm-edid-fixes' into drm-core-nextDave Airlie2010-04-201-246/+543
|\
| * drm/edid: When checking duplicate standard modes, walked the probed listAdam Jackson2010-04-101-1/+1
| * drm/modes: Fix interlaced mode namesAdam Jackson2010-04-061-2/+2
| * drm/edid: Add secondary GTF curve supportAdam Jackson2010-04-061-27/+92
| * drm/edid: Strengthen the algorithm for standard mode codesAdam Jackson2010-04-061-10/+18
| * drm/edid: Fix the HDTV hack.Adam Jackson2010-04-061-3/+13
| * drm/edid: Extend range-based mode addition for EDID 1.4Adam Jackson2010-04-061-23/+78
| * drm/edid: Add test for monitor reduced blanking support.Adam Jackson2010-04-061-4/+43
| * drm/edid: Fix preferred mode parse for EDID 1.4Adam Jackson2010-04-061-1/+4