summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_crt.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-04drm/i915/crt: Explicitly return false if connected to a digital monitorChris Wilson1-0/+4
2011-05-11drm/i915: Don't store temporary load-detect variables in the generic encoderChris Wilson1-5/+6
2011-05-11drm/i915: Simplify return value from intel_get_load_detect_pipeChris Wilson1-10/+7
2011-04-05drm/i915/crt: Remove 0xa0 probe for VGAChris Wilson1-20/+0
2011-02-08drm/i915: cleanup per-pipe reg usageJesse Barnes1-23/+10
2011-01-25drm/i915/crt: Force the initial probe after resetChris Wilson1-0/+10
2011-01-11drm/i915/crt: Check for a analog monitor in case of DVI-IDavid Müller1-5/+25
2010-11-19drm/i915: Take advantage of auto-polling CRT hotplug detection on PCH hardwareKeith Packard1-38/+57
2010-11-19drm/i915/crt: Introduce struct intel_crtChris Wilson1-27/+37
2010-10-08drm/i915/crt: Make sure the hotplug interrupt is enabledYuanhan Liu1-1/+2
2010-09-22drm/i915/crt: Use a DDC probe on 0xA0 before load-detectChris Wilson1-4/+35
2010-09-21drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965gChris Wilson1-4/+4
2010-09-21Merge branch 'drm-intel-fixes' into HEADChris Wilson1-3/+7
2010-09-21Merge remote branch 'linus' into drm-intel-fixesChris Wilson1-1/+5
2010-09-18drm/i915: use GMBUS to manage i2c linksChris Wilson1-40/+8
2010-09-17drm/i915/crt: Downgrade warnings for hotplug failuresChris Wilson1-2/+2
2010-09-15drm/i915: call drm_encoder_init firstChris Wilson1-0/+4
2010-09-15drm/i915/i2c: Track the parent encoder rather than just the devChris Wilson1-5/+4
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-1/+6
2010-09-09drm/i915: Make the connector->encoder relationship explicitChris Wilson1-14/+11
2010-09-09drm/i915: Rename intel_encoder->enc to base for consistencyChris Wilson1-7/+7
2010-09-08drm/i915/crt: Flush register prior to waiting for vblank.Chris Wilson1-0/+1
2010-09-08drm/i915: Drop the msleep parameter to wait_for()Chris Wilson1-2/+2
2010-08-22i915: disable DAC on Ironlake also when doing CRT load detection.Dave Airlie1-11/+12
2010-08-22drm/i915: wait for actual vblank, not just 20msJesse Barnes1-1/+1
2010-08-09drm/i915: Ensure that while(INREG()) are bounded (v2)Chris Wilson1-10/+7
2010-08-09drm/i915: Subclass intel_encoder.Chris Wilson1-10/+1
2010-07-02drm/i915: Fix CRT hotplug regression in 2.6.35-rc1Andy Lutomirski1-6/+0
2010-05-27drm/i915/gen4: Extra CRT hotplug paranoiaAdam Jackson1-7/+14
2010-05-27drm/i915: Add support for interlaced display.Krzysztof Halasa1-1/+1
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie1-0/+5
2010-04-20Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next ...Dave Airlie1-32/+56
2010-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds1-34/+34
2010-04-12drm/i915: convert VGA driver to new encoder/connector structureZhenyu Wang1-13/+22
2010-04-12drm/i915: Fix CRT force detect on CougarpointZhenyu Wang1-6/+17
2010-04-12drm/i915: Support for Cougarpoint PCH display pipelineZhenyu Wang1-2/+8
2010-04-10drm/i915: change intel_ddc_get_modes() function parametersZhenyu Wang1-9/+6
2010-04-10drm/i915: passing drm connector param for load detectionZhenyu Wang1-2/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-25drm/i915: Rename intel_output to intel_encoder.Eric Anholt1-34/+34
2010-02-27drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.Eric Anholt1-7/+7
2010-01-25drm/i915: disable hotplug detect before Ironlake CRT detectZhenyu Wang1-0/+3
2009-12-17drm/i915: only enable hotplug for detected outputsJesse Barnes1-0/+2
2009-12-08Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie1-39/+11
2009-12-08drm/i915: Fix product names and #definesAdam Jackson1-9/+9
2009-12-01drm/i915: fix gpio register detection logic for BIOS without VBTShaohua Li1-1/+1
2009-11-30drm/i915: remove Pineview EOS protection supportShaohua Li1-28/+0
2009-11-25drm/i915: Fix CRT hotplug detect by checking really no channels attachedZhenyu Wang1-2/+2
2009-11-06drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMSZhao Yakui1-1/+1