aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_dvo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-12drm/i915/dvo: set crtc timings again for panel fixed modesDaniel Vetter1-0/+2
2013-08-04drm/i915/dvo: use native encoder ->mode_set callbackDaniel Vetter1-17/+11
2013-08-04drm/i915/dvo: switch ->mode_fixup to ->compute_configDaniel Vetter1-6/+8
2013-08-04drm/i915/dvo: use intel_encoder to the upcast macroDaniel Vetter1-9/+9
2013-07-24drm/i915: Add some debug breadcrumbs to connector detectionChris Wilson1-0/+2
2013-07-08drm/i915: fix dvo DPLL regressionDaniel Vetter1-3/+0
2013-05-31drm/i915: document why dvo/sdvo/crt need a special dpms functionJani Nikula1-0/+3
2013-05-21drm/i915: add encoder get_config function v5Jesse Barnes1-0/+21
2013-05-21Merge tag 'v3.10-rc2' into drm-intel-next-queuedDaniel Vetter1-1/+12
2013-05-20drm/i915: add support for dvo Chrontel 7010Bbraggle@free.fr1-0/+7
2013-04-19drm/i915: Fall back to bit banging mode for DVO transmitter detectionDavid Müller (ELSOFT AG)1-1/+12
2013-02-14drm/i915: rip out helper->disable noop functionsDaniel Vetter1-1/+0
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-19/+96
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-3/+3
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-09-06drm/i915: improve modeset state checking after dpms callsDaniel Vetter1-1/+1
2012-09-06drm/i915: s/intel_encoder_disable/intel_encoder_noopDaniel Vetter1-1/+1
2012-09-06drm/i915: check connector hw/sw stateDaniel Vetter1-0/+2
2012-09-06drm/i915/dvo: implement get_hw_stateDaniel Vetter1-0/+27
2012-09-06drm/i915: rip out encoder->prepare/commitDaniel Vetter1-2/+0
2012-09-06drm/i915: convert dpms functions of dvo/sdvo/crtDaniel Vetter1-11/+28
2012-09-06drm/i915/dvo: convert to encoder disable/enableDaniel Vetter1-2/+30
2012-08-17drm/i915: simplify dvo dpms interfaceDaniel Vetter1-2/+2
2012-07-25drm/i915: Support for ns2501-DVOThomas Richter1-1/+9
2012-07-25drm/i915: simplify possible_clones computationDaniel Vetter1-5/+2
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart1-1/+1
2012-03-28drm/i915/intel_i2c: refactor using intel_gmbus_get_adapterDaniel Kurtz1-3/+3
2012-02-10drm/i915: fixup interlaced vertical timings confusion, part 1Daniel Vetter1-1/+0
2011-02-07drm/i915: cleanup per-pipe reg usageJesse Barnes1-1/+1
2010-09-28drm/i915/dvo: Fix panel and DDC i2c pinsChris Wilson1-9/+3
2010-09-21drm/i915: Use the correct DPB GMBUS port for GPIOEChris Wilson1-2/+2
2010-09-21Merge branch 'drm-intel-fixes' into HEADChris Wilson1-1/+2
2010-09-18drm/i915: use GMBUS to manage i2c linksChris Wilson1-21/+12
2010-09-15drm/i915: call drm_encoder_init firstChris Wilson1-2/+3
2010-09-14drm/i915/i2c: Track the parent encoder rather than just the devChris Wilson1-4/+5
2010-09-14drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson1-2/+1
2010-09-13drm: Use a nondestructive mode for output detect when pollingChris Wilson1-1/+3
2010-09-09drm/i915: Make the connector->encoder relationship explicitChris Wilson1-12/+12
2010-09-09drm/i915: Use the direct mapping of pipe->crtcChris Wilson1-1/+1
2010-09-09drm/i915: Rename intel_encoder->enc to base for consistencyChris Wilson1-4/+4
2010-08-09drm/i915: Subclass intel_encoder.Chris Wilson1-71/+65
2010-04-20Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next into drm-core-nextDave Airlie1-68/+35
2010-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intelLinus Torvalds1-46/+46
2010-04-12drm/i915: convert DVO driver to new encoder/connector structureZhenyu Wang1-36/+34
2010-04-12drm/i915: Remove dead KMS encoder save/restore code.Eric Anholt1-31/+0
2010-04-09drm/i915: change intel_ddc_get_modes() function parametersZhenyu Wang1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-25drm/i915: Rename intel_output to intel_encoder.Eric Anholt1-46/+46
2009-08-24drm/i915: Set crtc/clone mask in different output devicesMa Ling1-0/+6
2009-06-18drm/i915: Change I2C api to pass around i2c_adaptersKeith Packard1-10/+6