summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_sdvo.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/sdvo: Handle unsupported GET_SUPPORTED_ENHANCEMENTS gracefullyChris Wilson2010-09-231-5/+4Star
* drm/i915/sdvo: Cleanup connector on error pathChris Wilson2010-09-231-4/+2Star
* drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson2010-09-141-3/+2Star
* drm: Use a nondestructive mode for output detect when pollingChris Wilson2010-09-131-2/+4
* drm/i915/sdvo: Restore guess of the DDC bus in absence of VBIOSChris Wilson2010-09-071-1/+39
* i915: revert some checks added by commit 32aad86fPavel Roskin2010-09-071-16/+13Star
* drm/i915: wait for actual vblank, not just 20msJesse Barnes2010-08-221-1/+2
* drm/i915/sdvo: Only set is_lvds if we have a valid fixed mode.Chris Wilson2010-08-091-7/+3Star
* drm/i915/sdvo: Markup a few constant strings.Chris Wilson2010-08-091-2/+2
* drm/i915/sdvo: Add dot crawl propertyChris Wilson2010-08-091-0/+24
* drm/i915/sdvo: Add missing TV filtersChris Wilson2010-08-091-360/+284Star
* drm/i915/sdvo: Check for allocation failure when constructing propertiesChris Wilson2010-08-091-2/+38
* drm/i915/sdvo: Use an integer mapping for supported tv format modesChris Wilson2010-08-091-23/+11Star
* drm/i915/sdvo: Propagate errors from reading/writing control bus.Chris Wilson2010-08-091-551/+379Star
* drm/i915: Subclass intel_connector.Chris Wilson2010-08-091-146/+130Star
* drm/i915: Subclass intel_encoder.Chris Wilson2010-08-091-502/+470Star
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-061-3/+5
|\
| * drm/i915/sdvo: Set sync polarity based on actual modeAdam Jackson2010-08-021-3/+5
* | drm: i915: use ARRAY_SIZEKulikov Vasiliy2010-07-201-2/+2
|/
* i915/intel_sdvo: remove unneeded null checkDan Carpenter2010-05-261-1/+1
* Merge remote branch 'anholt/drm-intel-next' into drm-nextDave Airlie2010-05-191-56/+30Star
|\
| * drm/i915: Be extra careful about A/D matching for multifunction SDVOAdam Jackson2010-05-101-24/+21Star
| * drm/i915: Fix DDC bus selection for multifunction SDVOAdam Jackson2010-05-101-32/+9Star
* | drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie2010-05-181-0/+2
|/
* Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next ...Dave Airlie2010-04-201-468/+465Star
|\
| * drm/i915: Fix the incorrect argument for SDVO SET_TV_format commandZhao Yakui2010-04-121-1/+1
| * drm/i915: Add support of SDVO on Ibexpeak PCHZhao Yakui2010-04-121-13/+31
| * Revert "drm/i915: Use a dmi quirk to skip a broken SDVO TV output."Zhenyu Wang2010-04-121-21/+1Star
| * drm/i915: implement multifunction SDVO device supportZhenyu Wang2010-04-121-236/+375
| * drm/i915: convert SDVO driver to new encoder/connector structureZhenyu Wang2010-04-121-66/+94
| * drm/i915: Remove dead KMS encoder save/restore code.Eric Anholt2010-04-121-161/+0Star
| * drm/i915: change intel_ddc_get_modes() function parametersZhenyu Wang2010-04-091-10/+3Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-04-171-363/+368
|\|
| * drm/i915: Rename many remaining uses of "output" to encoder or connector.Eric Anholt2010-03-251-88/+93
| * drm/i915: Rename intel_output to intel_encoder.Eric Anholt2010-03-251-286/+286
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* drm/i915: Use a dmi quirk to skip a broken SDVO TV output.Zhao Yakui2010-02-261-1/+22
* drm/i915: Add support for SDVO composite TVZhao Yakui2010-01-291-0/+8
* drm/i915: try another possible DDC bus for the SDVO device with multiple outputsZhao Yakui2010-01-121-0/+26
* drm/i915: Read the response after issuing DDC bus switch commandZhao Yakui2010-01-121-4/+53
* drm/i915: only enable hotplug for detected outputsJesse Barnes2009-12-161-0/+3
* Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-12-111-10/+4Star
|\
| * drm/i915: Add 30ms delay to make SDVO TV detection reliable.Zhao Yakui2009-12-011-0/+4
| * drm/i915: Enable the SDVO debug code, which is now under DEBUG_KMS.Eric Anholt2009-11-051-10/+0Star
* | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
|/
* drm/i915: Add the missing clone_mask for SDVO-VGA(RGB1)Zhao Yakui2009-09-101-0/+2
* drm/i915: Add the brightness property for SDVO-LVDSZhao Yakui2009-09-101-6/+8
* drm/i915: Add the enhancement property for SDVO-TVZhao Yakui2009-09-101-5/+495
* Merge intel drm-intel-next branchDave Airlie2009-09-071-69/+238
|\
| * drm/I915: Use the CRT DDC to get the EDID for DVI-connector on MacKeith Packard2009-09-041-22/+74