summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie2011-01-041-1/+20
|\
| * drm/i915: Verify Ironlake eDP presence on DP_A using the capability fuseChris Wilson2010-12-231-1/+18
| * drm/i915: Set the required VFMUNIT clock gating disable on Ironlake.Eric Anholt2010-12-231-0/+2
* | drm/i915: dynamic render p-state support for Sandy BridgeJesse Barnes2010-12-181-6/+30
* | drm/i915: Enable EI mode for RCx decision making on SandybridgeChris Wilson2010-12-171-0/+1
* | drm/i915: Add Guess-o-matic for pageflip timestamping.Mario Kleiner2010-12-161-14/+20
* | drm/i915: Add support for precise vblank timestamping (v2)Mario Kleiner2010-12-161-6/+23
* | drm/i915: Add frame buffer compression on SandybridgeYuanhan Liu2010-12-151-1/+7
* | drm/i915: Add self-refresh support on SandybridgeYuanhan Liu2010-12-151-17/+293
* | drm/i915: Wait for vblank before unpinning old fbChris Wilson2010-12-151-1/+3
* | drm/i915: Pass clock limits down to PLL matcherChris Wilson2010-12-141-18/+16
* | drm/i915: Enable RC6 autodownclocking on SandybridgeChris Wilson2010-12-091-0/+89
* | drm/i915: Re-arm the idle timers if the device is still busyChris Wilson2010-12-091-2/+16
* | drm/i915: Disable renderctx powersaving support for IronlakeChris Wilson2010-12-081-1/+1
* | drm/i915: Uncouple render/power ctx before suspendingChris Wilson2010-12-061-24/+31
* | drm/i915: Power Context register is only available for gen4 mobilesChris Wilson2010-12-061-1/+1
* | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-12-051-13/+59
|\|
| * 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-041-13/+5
| * drm/i915: Clean conflicting modesetting registers upon initChris Wilson2010-12-031-0/+51
* | drm/i915: Enable self-refresh for IronlakeChris Wilson2010-12-051-1/+1
* | drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNBChris Wilson2010-12-051-2/+2
* | drm/i915: Re-enable RC6 for power-savings.Chris Wilson2010-12-051-1/+0
* | drm/i915: Enable CB tuning of the Display PLLChris Wilson2010-12-051-1/+16
* | drm/i915: Explain why we need to write DPLL twiceChris Wilson2010-12-051-5/+5
* | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-12-031-2/+9
|\|
| * 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: Pipelined fencing [infrastructure]Chris Wilson2010-12-021-1/+16
* | drm/i915: Thread the pipelining ring through the callers.Chris Wilson2010-11-231-3/+3
* | drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson2010-11-231-133/+109
* | 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-281-3/+3
* | drm/i915: Propagate errors from writing to ringbufferChris Wilson2010-10-281-22/+29
|/
* drm/i915: Fix current fb blocking for page flipChia-I Wu2010-10-211-5/+8