summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2010-09-15drm/i915: Allow get_fence_reg() to be uninterruptibleChris Wilson4-22/+31
2010-09-15drm/i915: Push pipelining of display plane flushes to the callerChris Wilson5-29/+43
2010-09-14drm/i915: Fix regression in ba3d8d749bChris Wilson1-2/+6
2010-09-14drm/i915: Consolidate flushing the display planeChris Wilson4-50/+17
2010-09-14drm/i915: Reduce hangcheck frequencyChris Wilson3-6/+11
2010-09-13drm/i915: Remove redundant initialisation of crtc->pipeChris Wilson1-4/+2
2010-09-13drm/i915: Initialize intel_crtc->activeChris Wilson1-0/+1
2010-09-13drm/i915: Fix an overlay regression from 7e7d76cChris Wilson3-6/+21
2010-09-13drm/i915: Share crtc setup and teardown between dpms and disable/enableChris Wilson2-81/+46
2010-09-13drm/i915/lvds: Move private data to the connector from the device.Chris Wilson2-79/+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 Wilson4-63/+105
2010-09-12drm/i915/bios: Prevent NULL dereference after allocation failureChris Wilson1-0/+2
2010-09-12drm/i915/sdvo: Poll command status 5 times without delay on readChris Wilson1-35/+36
2010-09-12drm/i915: Use msleep instead of mdelay during wait_vblank_offChris Wilson2-6/+14
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-12drm/i915/i2c: The bit-banging interface controls the delay, drop oursChris Wilson1-19/+15
2010-09-12drm/i915/dp: Convert a udelay(17000) to a sleep during link-offChris Wilson1-3/+2
2010-09-11drm/i915: Use macros to switch between equivalent pipe registersChris Wilson5-546/+507
2010-09-11drm/i915: Tidy Ironlake watermark computationChris Wilson2-115/+99
2010-09-11drm/i915: Fix updating FBCChris Wilson3-68/+90
2010-09-11drm/i915: enable thermal reporting for IPSJesse Barnes2-0/+8
2010-09-11Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson3-9/+27
2010-09-11drm/i915: Use the real FDI frequency for determining b/wChris Wilson3-1/+20
2010-09-11drm/i915: Only call udelay() when waiting for clocks to stabiliseChris Wilson1-3/+1
2010-09-11drm/i915: Ensure all PLL registers are flushed before a udelay()Chris Wilson1-0/+5
2010-09-11drm/i915: set FDI RX TU size to match transmit sizeJesse Barnes1-0/+6
2010-09-11drm/i915: don't write TU size to N1 regJesse Barnes1-1/+1
2010-09-11drm/i915: split Ironlake FDI enable functionJesse Barnes1-27/+45
2010-09-11drm/i915: enable PCH PLL, FDI training and transcoder even for eDPJesse Barnes1-123/+119
2010-09-11drm/i915: use i915 and Ironlake CRTC enable/disable functions in prepare/commitJesse Barnes1-9/+60
2010-09-11drm/i915: don't unlock panel regsJesse Barnes1-1/+1
2010-09-11drm/i915: split i9xx CRTC enable/disable codeJesse Barnes1-82/+103
2010-09-11drm/i915: split Ironlake CRTC enable/disable codeJesse Barnes1-281/+310
2010-09-10drm/i915: Adapt workqueue to new alloc_workqueue interfaceChris Wilson1-1/+16
2010-09-10drm/i915: don't enable self-refresh on IronlakeJesse Barnes2-2/+12
2010-09-09drm/i915/debug: Include Ironlake in self-refresh statusChris Wilson1-3/+5
2010-09-09drm/i915: Make the connector->encoder relationship explicitChris Wilson9-127/+130
2010-09-09drm/i915: Use the direct mapping of pipe->crtcChris Wilson4-15/+9
2010-09-09drm/i915: Rename intel_encoder->enc to base for consistencyChris Wilson11-146/+137
2010-09-09drm/i915: Double check that the wait_request is not pending before warningChris Wilson1-7/+15
2010-09-09drm/i915/dp: Flush the PLL register write before sleepingChris Wilson1-0/+1
2010-09-09drm/i915: make sure panel is sequenced off when starting a mode setJesse Barnes1-0/+1
2010-09-09drm/i915: make sure VDD AUX power has time to settleJesse Barnes1-0/+2
2010-09-09drm/i915: don't change VDD AUX status in panel power functionsJesse Barnes1-2/+2
2010-09-09drm/i915: split DP link training across panel power sequencingJesse Barnes1-56/+65
2010-09-09drm/i915: use VDD AUX for panel power around detection and in prepareJesse Barnes1-6/+29
2010-09-09drm/i915: use 125MHz reference clock for PCH attached eDPJesse Barnes1-1/+4
2010-09-09drm/i915: fix eDP detectionJesse Barnes1-3/+12