summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)Author
2010-09-24drm/i915: Only hold a process-local lock whilst throttling.Chris Wilson
2010-09-24drm/i915: Parse the eDP link configuration from the vBIOSChris Wilson
2010-09-24drm/i915: Use an uninterruptible wait for page-flips during modesetChris Wilson
2010-09-24drm/i915: Remove idle timer debugging messagesChris Wilson
2010-09-23drm/i915: Remove the broken flush_ring from page-flipChris Wilson
2010-09-22drm/i915: Disable "disabled FBC" message when a no-opChris Wilson
2010-09-21drm/i915: Drop crtc->fb pin on disable.Chris Wilson
2010-09-21drm/i915: Drain any pending flips on the fb prior to unpinningChris Wilson
2010-09-21drm/i915: Merge ring flushing and lazy requestsChris Wilson
2010-09-21drm/i915: Use ring->flush() instead of MI_FLUSHChris Wilson
2010-09-21drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965gChris Wilson
2010-09-21Merge branch 'drm-intel-fixes' into HEADChris Wilson
2010-09-18drm/i915: use GMBUS to manage i2c linksChris Wilson
2010-09-14drm/i915: Allow get_fence_reg() to be uninterruptibleChris Wilson
2010-09-14drm/i915: Push pipelining of display plane flushes to the callerChris Wilson
2010-09-14drm/i915: Consolidate flushing the display planeChris Wilson
2010-09-13drm/i915: Remove redundant initialisation of crtc->pipeChris Wilson
2010-09-13drm/i915: Initialize intel_crtc->activeChris Wilson
2010-09-13drm/i915: Fix an overlay regression from 7e7d76cChris Wilson
2010-09-13drm/i915: Share crtc setup and teardown between dpms and disable/enableChris Wilson
2010-09-13drm/i915/lvds: Ensure panel is unlocked for Ironlake or the panel fitterChris Wilson
2010-09-12drm/i915: Ensure that the crtcinfo is populated during mode_fixup()Chris Wilson
2010-09-12drm/i915: Use msleep instead of mdelay during wait_vblank_offChris Wilson
2010-09-11drm/i915: Use macros to switch between equivalent pipe registersChris Wilson
2010-09-11drm/i915: Tidy Ironlake watermark computationChris Wilson
2010-09-11drm/i915: Fix updating FBCChris Wilson
2010-09-11drm/i915: enable thermal reporting for IPSJesse Barnes
2010-09-11Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2010-09-10drm/i915: Use the real FDI frequency for determining b/wChris Wilson
2010-09-10drm/i915: Only call udelay() when waiting for clocks to stabiliseChris Wilson
2010-09-10drm/i915: Ensure all PLL registers are flushed before a udelay()Chris Wilson
2010-09-10drm/i915: set FDI RX TU size to match transmit sizeJesse Barnes
2010-09-10drm/i915: don't write TU size to N1 regJesse Barnes
2010-09-10drm/i915: split Ironlake FDI enable functionJesse Barnes
2010-09-10drm/i915: enable PCH PLL, FDI training and transcoder even for eDPJesse Barnes
2010-09-10drm/i915: use i915 and Ironlake CRTC enable/disable functions in prepare/commitJesse Barnes
2010-09-10drm/i915: split i9xx CRTC enable/disable codeJesse Barnes
2010-09-10drm/i915: split Ironlake CRTC enable/disable codeJesse Barnes
2010-09-10drm/i915: don't enable self-refresh on IronlakeJesse Barnes
2010-09-09drm/i915: Make the connector->encoder relationship explicitChris Wilson
2010-09-09drm/i915: Use the direct mapping of pipe->crtcChris Wilson
2010-09-09drm/i915: Rename intel_encoder->enc to base for consistencyChris Wilson
2010-09-08drm/i915: set dither bits on eDP panels tooJesse Barnes
2010-09-08drm/i915: fix pipeconf dither bit definitionsJesse Barnes
2010-09-08drm/i915: Clear scanline waits after disabling the pipe.Chris Wilson
2010-09-08drm/i915/overlay: Make the overlay control struct opaque.Chris Wilson
2010-09-08drm/i915/overlay: Pass interruptible to switch_off()Chris Wilson
2010-09-08drm/i915/sdvo: Preserve pixel-multiplierChris Wilson
2010-09-08drm/i915: Sanity check user framebuffer parameters on creationChris Wilson
2010-09-08drm/i915: Revert extra intel_wait_for_vblank to prevent stalls.Sitsofe Wheeler