summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-15drm/i915: Allow get_fence_reg() to be uninterruptibleChris Wilson1-1/+1
2010-09-15drm/i915: Push pipelining of display plane flushes to the callerChris Wilson1-23/+33
2010-09-14drm/i915: Consolidate flushing the display planeChris Wilson1-10/+6
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 Wilson1-1/+17
2010-09-13drm/i915: Share crtc setup and teardown between dpms and disable/enableChris Wilson1-80/+45
2010-09-13drm/i915/lvds: Ensure panel is unlocked for Ironlake or the panel fitterChris Wilson1-31/+0
2010-09-12drm/i915: Use msleep instead of mdelay during wait_vblank_offChris Wilson1-6/+7
2010-09-11drm/i915: Use macros to switch between equivalent pipe registersChris Wilson1-491/+421
2010-09-11drm/i915: Tidy Ironlake watermark computationChris Wilson1-113/+97
2010-09-11drm/i915: Fix updating FBCChris Wilson1-68/+84
2010-09-11drm/i915: enable thermal reporting for IPSJesse Barnes1-0/+4
2010-09-11Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-2/+4
2010-09-11drm/i915: Use the real FDI frequency for determining b/wChris Wilson1-1/+16
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: 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: don't enable self-refresh on IronlakeJesse Barnes1-2/+4
2010-09-09drm/i915: Make the connector->encoder relationship explicitChris Wilson1-18/+9
2010-09-09drm/i915: Use the direct mapping of pipe->crtcChris Wilson1-12/+0
2010-09-09drm/i915: Rename intel_encoder->enc to base for consistencyChris Wilson1-29/+23
2010-09-08drm/i915: set dither bits on eDP panels tooJesse Barnes1-18/+17
2010-09-08drm/i915: fix pipeconf dither bit definitionsJesse Barnes1-4/+4
2010-09-08drm/i915: Clear scanline waits after disabling the pipe.Chris Wilson1-2/+29
2010-09-08drm/i915/overlay: Make the overlay control struct opaque.Chris Wilson1-4/+4
2010-09-08drm/i915/overlay: Pass interruptible to switch_off()Chris Wilson1-22/+6
2010-09-08drm/i915/sdvo: Preserve pixel-multiplierChris Wilson1-9/+16
2010-09-08drm/i915: Sanity check user framebuffer parameters on creationChris Wilson1-0/+17
2010-09-08drm/i915: Revert extra intel_wait_for_vblank to prevent stalls.Sitsofe Wheeler1-2/+4
2010-09-08drm/i915: Drop the msleep parameter to wait_for()Chris Wilson1-8/+8
2010-09-08drm/i915: unload: fix unpin_work related racesDaniel Vetter1-0/+14
2010-09-08drm/i915: unload: fix idle_timer/idle_work racesDaniel Vetter1-12/+15
2010-09-08drm/i915: unload: fix hotplug_work racesDaniel Vetter1-0/+5
2010-09-08Revert "drm/i915: Warn if we run out of FIFO space for a mode"Chris Wilson1-7/+1
2010-09-08Revert "drm/i915: Enable RC6 on Ironlake."Chris Wilson1-6/+3
2010-09-07drm/i915: Prevent double dpms onChris Wilson1-1/+4
2010-09-07drm/i915: Avoid use of uninitialised values when disabling panel-fitterChris Wilson1-20/+15
2010-09-07drm/i915: Avoid pageflipping freeze when we miss the flip prepare interruptSimon Farnsworth1-10/+4
2010-09-07drm/i915: Tightly scope intel_encoder to prevent invalid useChris Wilson1-13/+12
2010-09-07drm/i915/dp: Boost timeout for enabling transcoder to 100msChris Wilson1-1/+1
2010-09-07drm/i915: Re-use set_base_atomic to share setting of the display registersChris Wilson1-71/+9
2010-09-07drm/i915: Fix offset page-flips on i965+Chris Wilson1-19/+48
2010-09-07drm/i915: Clear the vblank status bit before polling for the next vblankChris Wilson1-0/+16