summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_crt.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-09Revert "drm/i915/crt: Do not rely upon the HPD presence pin"Linus Torvalds1-5/+3
2012-05-31drm/i915/crt: Do not rely upon the HPD presence pinChris Wilson1-3/+5
2012-05-20drm/i915: account for only one PCH receiver on HaswellEugeni Dodonov1-1/+5
2012-05-07Merge tag 'v3.4-rc6' into drm-intel-nextDaniel Vetter1-18/+11
2012-04-22drm/i915: fixup load-detect on enabled, but not active pipeDaniel Vetter1-18/+11
2012-04-18drm/i915: IBX+ doesn't have separate vsync/hsync controls on the VGA DACJesse Barnes1-11/+43
2012-04-09drm/i915: make quirks more verboseDaniel Vetter1-1/+1
2012-03-28drm/i915/intel_i2c: refactor using intel_gmbus_get_adapterDaniel Kurtz1-6/+8
2012-02-10drm/i915: don't allow interlaced pipeconf on gen2Daniel Vetter1-1/+4
2012-01-13CHROMIUM: i915: Add DMI override to skip CRT initialization on ZGBDuncan Laurie1-0/+23
2011-10-21drm/i915: use transcoder select bits on VGA and HDMI on CPTJesse Barnes1-11/+7
2011-09-20Drivers: i915: Fix all space related issues.Akshay Joshi1-1/+1
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