summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Factor in pixel-repeat in FDI M/N calculationChris Wilson2010-12-041-0/+3
* drm/i915: Death to the unnecessary 64bit divideChris Wilson2010-12-031-13/+5
* drm/i915: Clean conflicting modesetting registers upon initChris Wilson2010-12-031-0/+51
* drm/i915: Always set the DP transcoder config to 8BPC.Eric Anholt2010-12-021-1/+3
* drm/i915: Clear pfit registers when not used by any outputsChris Wilson2010-11-291-1/+6
* drm/i915: Retire any pending operations on the old scanout when switchingChris Wilson2010-11-131-0/+12
* 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: Fix the graphics frequency clamping at init and when IPS is active.Jesse Barnes2010-11-021-5/+4
* 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
* | 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
OpenPOWER on IntegriCloud