summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Avoid circular locking from intel_fbdev_fini()Chris Wilson2010-10-041-2/+0
* drm/i915: avoid struct mutex output_poll mutex lock loop on unloadKeith Packard2010-10-041-1/+1
* Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-10-031-22/+35
|\
| * drm/i915: Use pipe state to tell when pipe is offKeith Packard2010-10-031-24/+38
* | drm/i915: Only hold a process-local lock whilst throttling.Chris Wilson2010-09-241-1/+1
* | drm/i915: Parse the eDP link configuration from the vBIOSChris Wilson2010-09-241-1/+1
* | drm/i915: Use an uninterruptible wait for page-flips during modesetChris Wilson2010-09-241-9/+20
* | drm/i915: Remove idle timer debugging messagesChris Wilson2010-09-241-4/+0
* | drm/i915: Remove the broken flush_ring from page-flipChris Wilson2010-09-231-6/+1
* | drm/i915: Disable "disabled FBC" message when a no-opChris Wilson2010-09-221-0/+3
* | drm/i915: Drop crtc->fb pin on disable.Chris Wilson2010-09-211-0/+15
* | drm/i915: Drain any pending flips on the fb prior to unpinningChris Wilson2010-09-211-19/+22
* | drm/i915: Merge ring flushing and lazy requestsChris Wilson2010-09-211-1/+1
* | drm/i915: Use ring->flush() instead of MI_FLUSHChris Wilson2010-09-211-16/+15
* | drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965gChris Wilson2010-09-211-37/+37
* | Merge branch 'drm-intel-fixes' into HEADChris Wilson2010-09-211-0/+8
|\|
| * drm/i915: Ensure that the crtcinfo is populated during mode_fixup()Chris Wilson2010-09-121-0/+8
* | drm/i915: use GMBUS to manage i2c linksChris Wilson2010-09-181-6/+0
* | drm/i915: Allow get_fence_reg() to be uninterruptibleChris Wilson2010-09-141-1/+1
* | drm/i915: Push pipelining of display plane flushes to the callerChris Wilson2010-09-141-23/+33
* | drm/i915: Consolidate flushing the display planeChris Wilson2010-09-141-10/+6
* | drm/i915: Remove redundant initialisation of crtc->pipeChris Wilson2010-09-131-4/+2
* | drm/i915: Initialize intel_crtc->activeChris Wilson2010-09-131-0/+1
* | drm/i915: Fix an overlay regression from 7e7d76cChris Wilson2010-09-131-1/+17
* | drm/i915: Share crtc setup and teardown between dpms and disable/enableChris Wilson2010-09-131-80/+45
* | drm/i915/lvds: Ensure panel is unlocked for Ironlake or the panel fitterChris Wilson2010-09-131-31/+0
* | drm/i915: Use msleep instead of mdelay during wait_vblank_offChris Wilson2010-09-121-6/+7
* | drm/i915: Use macros to switch between equivalent pipe registersChris Wilson2010-09-111-491/+421
* | drm/i915: Tidy Ironlake watermark computationChris Wilson2010-09-111-113/+97
* | drm/i915: Fix updating FBCChris Wilson2010-09-111-68/+84
* | drm/i915: enable thermal reporting for IPSJesse Barnes2010-09-111-0/+4
* | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-09-111-2/+4
|\|
| * drm/i915: don't enable self-refresh on IronlakeJesse Barnes2010-09-101-2/+4
* | drm/i915: Use the real FDI frequency for determining b/wChris Wilson2010-09-111-1/+16
* | drm/i915: Only call udelay() when waiting for clocks to stabiliseChris Wilson2010-09-111-3/+1
* | drm/i915: Ensure all PLL registers are flushed before a udelay()Chris Wilson2010-09-111-0/+5
* | drm/i915: set FDI RX TU size to match transmit sizeJesse Barnes2010-09-111-0/+6
* | drm/i915: don't write TU size to N1 regJesse Barnes2010-09-111-1/+1
* | drm/i915: split Ironlake FDI enable functionJesse Barnes2010-09-111-27/+45
* | drm/i915: enable PCH PLL, FDI training and transcoder even for eDPJesse Barnes2010-09-111-123/+119
* | drm/i915: use i915 and Ironlake CRTC enable/disable functions in prepare/commitJesse Barnes2010-09-111-9/+60
* | drm/i915: split i9xx CRTC enable/disable codeJesse Barnes2010-09-101-82/+103
* | drm/i915: split Ironlake CRTC enable/disable codeJesse Barnes2010-09-101-281/+310
* | drm/i915: Make the connector->encoder relationship explicitChris Wilson2010-09-091-18/+9
* | drm/i915: Use the direct mapping of pipe->crtcChris Wilson2010-09-091-12/+0
* | drm/i915: Rename intel_encoder->enc to base for consistencyChris Wilson2010-09-091-29/+23
* | drm/i915: set dither bits on eDP panels tooJesse Barnes2010-09-081-18/+17
* | drm/i915: fix pipeconf dither bit definitionsJesse Barnes2010-09-081-4/+4
* | drm/i915: Clear scanline waits after disabling the pipe.Chris Wilson2010-09-081-2/+29
* | drm/i915/overlay: Make the overlay control struct opaque.Chris Wilson2010-09-081-4/+4