aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_dvo.c
Commit message (Expand)AuthorAgeFilesLines
* remove firmware files, merge more uncritical stuff from 3.0.101Wolfgang Wiedmeyer2015-10-231-0/+1
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-1/+12
* samsung update 1codeworkx2012-06-021-1/+0
* drm/i915: cleanup per-pipe reg usageJesse Barnes2011-02-071-1/+1
* drm/i915/dvo: Fix panel and DDC i2c pinsChris Wilson2010-09-281-9/+3
* drm/i915: Use the correct DPB GMBUS port for GPIOEChris Wilson2010-09-211-2/+2
* Merge branch 'drm-intel-fixes' into HEADChris Wilson2010-09-211-1/+2
|\
| * drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson2010-09-141-2/+1
| * drm: Use a nondestructive mode for output detect when pollingChris Wilson2010-09-131-1/+3
* | drm/i915: use GMBUS to manage i2c linksChris Wilson2010-09-181-21/+12
* | drm/i915: call drm_encoder_init firstChris Wilson2010-09-151-2/+3
* | drm/i915/i2c: Track the parent encoder rather than just the devChris Wilson2010-09-141-4/+5
* | drm/i915: Make the connector->encoder relationship explicitChris Wilson2010-09-091-12/+12
* | drm/i915: Use the direct mapping of pipe->crtcChris Wilson2010-09-091-1/+1
* | drm/i915: Rename intel_encoder->enc to base for consistencyChris Wilson2010-09-091-4/+4
|/
* drm/i915: Subclass intel_encoder.Chris Wilson2010-08-091-71/+65
* Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next ...Dave Airlie2010-04-201-68/+35
|\
| * drm/i915: convert DVO driver to new encoder/connector structureZhenyu Wang2010-04-121-36/+34
| * drm/i915: Remove dead KMS encoder save/restore code.Eric Anholt2010-04-121-31/+0
| * drm/i915: change intel_ddc_get_modes() function parametersZhenyu Wang2010-04-091-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-04-171-46/+46
|\ \ | |/
| * drm/i915: Rename intel_output to intel_encoder.Eric Anholt2010-03-251-46/+46
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* drm/i915: Set crtc/clone mask in different output devicesMa Ling2009-08-241-0/+6
* drm/i915: Change I2C api to pass around i2c_adaptersKeith Packard2009-06-181-10/+6
* drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_d...Keith Packard2009-06-041-0/+1
* drm/i915: fix sparse warnings: move 'extern' decls to header fileHannes Eder2008-12-291-6/+0
* drm/i915: fix sparse warnings: make symbols staticHannes Eder2008-12-291-2/+2
* DRM: i915: add mode setting supportJesse Barnes2008-12-291-0/+501