summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Capture interesting display registers on errorChris Wilson2010-11-221-0/+110
* Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-11-151-0/+12
|\
| * drm/i915: Retire any pending operations on the old scanout when switchingChris Wilson2010-11-131-0/+12
* | drm/i915: Remove the definitions for Primary Ring BufferChris Wilson2010-11-111-5/+5
* | drm/i915: Unconditionally get the fence reg when pinning scanoutChris Wilson2010-11-101-2/+1
* | drm/i915: Apply display workaround required according to the B-Spec.Eric Anholt2010-11-081-0/+4
* | drm/i915: Apply B-spec mandated workaround for read flushes on Ironlake.Eric Anholt2010-11-081-0/+6
* | drm/i915: kill mappable/fenceable disdinctionDaniel Vetter2010-11-041-4/+3
* | drm/i915: revert pageflip/mappable related abi breakageDaniel Vetter2010-11-041-2/+1
* | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-11-041-24/+37
|\ \ | |/
| * drm/i915; Don't apply Ironlake FDI clock workaround to SandybridgeZhenyu Wang2010-11-041-3/+4
| * drm/i915: Fix KMS regression on Sandybridge/CPTZhenyu Wang2010-11-041-21/+33
* | drm/i915: Ensure that if we ever try to pin+fence it is mappable.Chris Wilson2010-11-031-1/+2
* | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-11-021-5/+4
|\ \ | |/
| * drm/i915: Fix the graphics frequency clamping at init and when IPS is active.Jesse Barnes2010-11-021-5/+4
* | drm/i915: Only enforce fence limits inside the GTT.Chris Wilson2010-10-291-3/+4
* | drm/i915: range-restricted bind_to_gttDaniel Vetter2010-10-271-3/+3
* | drm/i915: Propagate errors from writing to ringbufferChris Wilson2010-10-271-22/+29
|/
* drm/i915: Fix current fb blocking for page flipChia-I Wu2010-10-211-5/+8
* drm/i915: IS_IRONLAKE is synonymous with gen == 5Chris Wilson2010-10-211-4/+4
* drm/i915: restore fixed FDI link rate on SandybridgeChris Wilson2010-10-191-2/+5
* Merge remote branch 'airlied/drm-core-next' into tmpChris Wilson2010-10-191-2/+3
|\
| * drm, kdb, kms: Change mode_set_base_atomic() enter argument to be an enumJason Wessel2010-10-191-2/+3
* | drm/i915: diasable clock gating for the panel power sequencerJesse Barnes2010-10-081-0/+7
* | drm/i915: don't program FDI RX/TX in mode_setJesse Barnes2010-10-081-21/+0
* | drm/i915: fix ironlake CRTC enable/disableJesse Barnes2010-10-081-4/+4
* | drm/i915: use DPLL_DVO_HIGH_SPEED for PCH eDPJesse Barnes2010-10-081-1/+1
* | drm/i915: use 120MHz refclk in PCH eDP case tooJesse Barnes2010-10-081-1/+2
* | drm/i915: fix PCH eDP SSC supportJesse Barnes2010-10-081-3/+15
* | drm/i915: add Ironlake clock gating workaround for FDI link trainingJesse Barnes2010-10-081-0/+8
* | drm/i915: add _DSM supportJesse Barnes2010-10-081-0/+3
* | drm/i915: fix CPU vs PCH eDP confusionJesse Barnes2010-10-081-35/+32
* | drm/i915: remove broken intel_pch_has_edp functionJesse Barnes2010-10-081-3/+2
* | drm/i915: Wait for pending flips on the GPUChris Wilson2010-10-071-3/+4
|/
* drm, kdb, kms: Add an enter argument to mode_set_base_atomic() APIJason Wessel2010-10-061-2/+2
* 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
OpenPOWER on IntegriCloud