summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_sdvo.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-08drm/i915/sdvo: Include LVDS panels for the IS_DIGITAL checkChris Wilson1-8/+20
2012-02-08drm/i915: support 3 pipes on IVB+Jesse Barnes1-1/+1
2012-02-08drm/i915: Remove redundant bit shifting from intel_gmbus_set_speedAdam Jackson1-1/+1
2012-02-08drm/i915: Rename intel_sdvo_hdmi_sink_detectAdam Jackson1-2/+2
2012-02-08drm/i915: Fix multifunction SDVO detectionAdam Jackson1-2/+1
2012-02-08drm/i915: Remove "i2c_speed" nonsense from child device tableAdam Jackson1-7/+5
2012-02-08Drivers: i915: Fix all space related issues.Akshay Joshi1-114/+114
2012-02-08drm/i915: set the right SDVO transcoder for CPTPaulo Zanoni1-2/+6
2012-02-08drm/i915: Enable SDVO hotplug interrupts for HDMI and DVISimon Farnsworth1-59/+29
2012-02-03drm/i915/sdvo: always set positive sync polarityPaulo Zanoni1-5/+3
2011-06-04drm/i915: Share the common force-audio property between connectorsChris Wilson1-12/+2
2011-05-18drm/i915/sdvo: Reorder i2c initialisation before ddc proxyChris Wilson1-6/+4
2011-03-14Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie1-37/+86
2011-02-23drm: Mark constant arrays of drm_display_mode constChris Wilson1-1/+1
2011-02-22drm/i915: Add support for limited color range of broadcast outputsChris Wilson1-0/+20
2011-02-16Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-11/+55
2011-02-11drm/i915: Trigger modesetting if force-audio changesChris Wilson1-6/+28
2011-02-09drm/i915/sdvo: If we have an EDID confirm it matches the mode of the connectionChris Wilson1-5/+27
2011-02-01Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-23/+23
2011-01-26drm/i915/sdvo: Add BUILD_BUG_ON to warn if the structs are ever miscompiledChris Wilson1-0/+9
2011-01-26drm/i915/sdvo: Use a compact test for determining a multi-function deviceChris Wilson1-27/+3
2011-01-25drm/i915/sdvo: If at first we don't succeed in reading the response, waitChris Wilson1-23/+23
2011-01-11drm/i915/sdvo: Defer detection of output capabilities until probingChris Wilson1-22/+11
2011-01-05Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie1-1/+2
2010-12-23drm/i915/sdvo: Add hdmi connector properties after initing the connectorChris Wilson1-1/+2
2010-12-16drm/i915/sdvo: Border and stall select became test bits in gen5Chris Wilson1-2/+5
2010-12-09drm/i915/sdvo: Only use the SDVO pin if it is in the valid rangeChris Wilson1-3/+6
2010-11-24drm/i915/sdvo: Always add a 30ms delay to make SDVO TV detection reliableChris Wilson1-3/+5
2010-11-23drm/i915/sdvo: Always fallback to querying the shared DDC lineChris Wilson1-45/+6
2010-11-22drm/i915/sdvo: Only enable HDMI encodings only if the commandset is supportedChris Wilson1-11/+14
2010-10-22drm/i915/sdvo: Remove unused encoding memberChris Wilson1-23/+22
2010-10-22i915: enable AVI infoframe for intel_hdmi.c [v4]David Härdeman1-104/+22
2010-10-19drm/i915/sdvo: Add 'force_audio' propertyChris Wilson1-2/+46
2010-09-28Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-9/+6
2010-09-28drm/i915/sdvo: Fix GMBUSificationChris Wilson1-135/+197
2010-09-23drm/i915/sdvo: Handle unsupported GET_SUPPORTED_ENHANCEMENTS gracefullyChris Wilson1-5/+4
2010-09-23drm/i915/sdvo: Cleanup connector on error pathChris Wilson1-4/+2
2010-09-21drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965gChris Wilson1-2/+2
2010-09-21Merge branch 'drm-intel-fixes' into HEADChris Wilson1-2/+3
2010-09-18drm/i915: use GMBUS to manage i2c linksChris Wilson1-116/+47
2010-09-15drm/i915: call drm_encoder_init firstChris Wilson1-8/+7
2010-09-15drm/i915/sdvo: Mark the status as unknown if attached with EDIDChris Wilson1-1/+1
2010-09-15drm/i915/sdvo: Only create the analog encoder as requiredChris Wilson1-28/+41
2010-09-14drm/i915/sdvo: Propagate i2c error from switching DDC control bus.Chris Wilson1-9/+18
2010-09-14drm/i915/sdvo: Tidy intel_sdvo_hdmi_sink_detectChris Wilson1-31/+24
2010-09-14drm/i915/i2c: Track the parent encoder rather than just the devChris Wilson1-36/+26
2010-09-14drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson1-3/+2
2010-09-13drm: Use a nondestructive mode for output detect when pollingChris Wilson1-2/+4
2010-09-12drm/i915/sdvo: Poll command status 5 times without delay on readChris Wilson1-35/+36
2010-09-09drm/i915: Make the connector->encoder relationship explicitChris Wilson1-40/+46