summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_lvds.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-06drm/i915/lvds: Always restore panel-fitter when enabling the LVDSChris Wilson1-44/+54
2010-11-29drm/i915: Clear pfit registers when not used by any outputsChris Wilson1-9/+10
2010-11-09drm/i915: Fix LVDS fixed-mode regression from 219adae1Chris Wilson1-5/+11
2010-09-28drm/i915: Disable LVDS i2c probing when using GPIO bit bangingChris Wilson1-0/+3
2010-09-24drm/i915: Parse the eDP link configuration from the vBIOSChris Wilson1-1/+1
2010-09-24drm/i915/lvds: Use the GMBUS pin if specified in VBTChris Wilson1-8/+13
2010-09-24drm/i915: Remove unused dev_priv->panel_wants_ditherChris Wilson1-1/+1
2010-09-24drm/i915/lvds: Probe DDC on creationChris Wilson1-0/+21
2010-09-21drm/i915/lvds: Unlock the PP register when panel-fittingChris Wilson1-2/+6
2010-09-21drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965gChris Wilson1-5/+5
2010-09-21drm/i915: Cache LVDS EDIDChris Wilson1-11/+8
2010-09-21Merge branch 'drm-intel-fixes' into HEADChris Wilson1-2/+5
2010-09-18drm/i915: use GMBUS to manage i2c linksChris Wilson1-13/+3
2010-09-15drm/i915/i2c: Track the parent encoder rather than just the devChris Wilson1-1/+2
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/+6
2010-09-13drm/i915/lvds: Move private data to the connector from the device.Chris Wilson1-77/+78
2010-09-13drm/i915/lvds: Remove incorrect mode lockingChris Wilson1-7/+0
2010-09-13drm/i915/lvds: Ensure panel is unlocked for Ironlake or the panel fitterChris Wilson1-28/+75
2010-09-12drm/i915/lvds: Remove busy wait for powering up the panel.Chris Wilson1-5/+1
2010-09-12drm/i915/lvds: Remove busy wait for powering down the panelChris Wilson1-9/+2
2010-09-09drm/i915: Make the connector->encoder relationship explicitChris Wilson1-7/+4
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-5/+5
2010-09-09drm/i915: Don't disable panel for modesetting if pfit hasn't changedMatthew Garrett1-2/+19
2010-09-08drm/i915: Refactor panel backlight controlsChris Wilson1-51/+5
2010-09-08drm/i915: Addin-offset is an unreliable indicator of LVDS presence (v2)Chris Wilson1-20/+26
2010-09-08drm/i915: Drop the msleep parameter to wait_for()Chris Wilson1-2/+2
2010-09-08Revert "drm/i915: Allow LVDS on pipe A on gen4+"Chris Wilson1-2/+0
2010-08-09drm/i915: Ensure that while(INREG()) are bounded (v2)Chris Wilson1-7/+5
2010-08-09drm/i915: Enable aspect/centering panel fitting for Ironlake.Chris Wilson1-22/+10
2010-08-09drm/i915: Subclass intel_encoder.Chris Wilson1-36/+26
2010-08-02drm/i915: Refactor panel fitting on the LVDS. (v2)Chris Wilson1-194/+105
2010-08-02drm/i915: Remove the redundant check for a fixed_panel_modeChris Wilson1-17/+15
2010-08-02gpu/drm/i915: Add a blacklist to omit modeset on LID openThomas Bächler1-0/+23
2010-07-02drm/i915: change default panel fitting mode to preserve aspect ratioJesse Barnes1-2/+2
2010-04-20Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next ...Dave Airlie1-84/+27
2010-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds1-34/+47
2010-04-12drm/i915: convert LVDS driver to new encoder/connector structureZhenyu Wang1-11/+23
2010-04-12drm/i915: Allow LVDS on pipe A on gen4+Adam Jackson1-0/+2
2010-04-12drm/i915: Remove dead KMS encoder save/restore code.Eric Anholt1-71/+0
2010-04-10drm/i915: Ignore LVDS EDID when it is unavailabe or invalidZhao Yakui1-4/+9
2010-04-10drm/i915: change intel_ddc_get_modes() function parametersZhenyu Wang1-2/+2
2010-04-03drm/i915: Add no_lvds entry for the Clientron U800Stefan Bader1-0/+8
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-32/+32
2010-03-23drm/i915: Stop trying to use ACPI lid status to determine LVDS connection.Eric Anholt1-51/+1
2010-02-27drm/i915: enable/disable LVDS port at DPMS timeJesse Barnes1-1/+9
2010-02-27drm/i915: More s/IS_IRONLAKE/HAS_PCH_SPLIT for Sandybridge.Eric Anholt1-12/+12
2010-02-27drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.Eric Anholt1-1/+1