summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-25drm/i915: Reset crtc after resumeChris Wilson1-3/+14
2011-01-18drm/i915: make the blitter report buffer modifications to the FBC unitJesse Barnes1-0/+21
2011-01-18drm/i915: set more FBC chicken bitsJesse Barnes1-1/+3
2011-01-13drm/i915: Add a module option to override the use of SSCChris Wilson1-6/+11
2011-01-11drm/i915: Include TLB miss overhead for computing WMChris Wilson1-2/+9
2011-01-11drm/i915: cleanup rc6 codeJesse Barnes1-39/+68
2011-01-11drm/i915: re-enable rc6 support for Ironlake+Jesse Barnes1-15/+17
2011-01-11drm/i915: avoid reading non-existent PLL reg on Ironlake+Jesse Barnes1-5/+7
2011-01-11drm/i915: fix the wrong latency value while computing wm0Yuanhan Liu1-5/+5
2011-01-11drm/i915: support low power watermarks on IronlakeJesse Barnes1-130/+128
2011-01-11drm/i915: Use the mappable sizes determined by GTT for consistency.Chris Wilson1-6/+1
2011-01-11drm/i915: support overclocking on Sandy BridgeJesse Barnes1-0/+27
2011-01-11drm/i915/panel: Only record the backlight level when it is enabledChris Wilson1-0/+2
2011-01-11drm/i915: check eDP encoder correctly when setting modesJesse Barnes1-1/+1
2011-01-05Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie1-1/+20
2010-12-23drm/i915: Verify Ironlake eDP presence on DP_A using the capability fuseChris Wilson1-1/+18
2010-12-23drm/i915: Set the required VFMUNIT clock gating disable on Ironlake.Eric Anholt1-0/+2
2010-12-18drm/i915: dynamic render p-state support for Sandy BridgeJesse Barnes1-6/+30
2010-12-17drm/i915: Enable EI mode for RCx decision making on SandybridgeChris Wilson1-0/+1
2010-12-16drm/i915: Add Guess-o-matic for pageflip timestamping.Mario Kleiner1-14/+20
2010-12-16drm/i915: Add support for precise vblank timestamping (v2)Mario Kleiner1-6/+23
2010-12-15drm/i915: Add frame buffer compression on SandybridgeYuanhan Liu1-1/+7
2010-12-15drm/i915: Add self-refresh support on SandybridgeYuanhan Liu1-17/+293
2010-12-15drm/i915: Wait for vblank before unpinning old fbChris Wilson1-1/+3
2010-12-14drm/i915: Pass clock limits down to PLL matcherChris Wilson1-18/+16
2010-12-09drm/i915: Enable RC6 autodownclocking on SandybridgeChris Wilson1-0/+89
2010-12-09drm/i915: Re-arm the idle timers if the device is still busyChris Wilson1-2/+16
2010-12-07drm/i915: Disable renderctx powersaving support for IronlakeChris Wilson1-1/+1
2010-12-05drm/i915: Uncouple render/power ctx before suspendingChris Wilson1-24/+31
2010-12-05drm/i915: Power Context register is only available for gen4 mobilesChris Wilson1-1/+1
2010-12-05Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-13/+59
2010-12-05drm/i915: Enable self-refresh for IronlakeChris Wilson1-1/+1
2010-12-05drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNBChris Wilson1-2/+2
2010-12-05drm/i915: Re-enable RC6 for power-savings.Chris Wilson1-1/+0
2010-12-05drm/i915: Enable CB tuning of the Display PLLChris Wilson1-1/+16
2010-12-05drm/i915: Explain why we need to write DPLL twiceChris Wilson1-5/+5
2010-12-04drm/i915: Factor in pixel-repeat in FDI M/N calculationChris Wilson1-0/+3
2010-12-03drm/i915: Death to the unnecessary 64bit divideChris Wilson1-13/+5
2010-12-03drm/i915: Clean conflicting modesetting registers upon initChris Wilson1-0/+51
2010-12-02Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-2/+9
2010-12-02drm/i915: Always set the DP transcoder config to 8BPC.Eric Anholt1-1/+3
2010-12-02drm/i915: Pipelined fencing [infrastructure]Chris Wilson1-1/+16
2010-11-29drm/i915: Clear pfit registers when not used by any outputsChris Wilson1-1/+6
2010-11-23drm/i915: Thread the pipelining ring through the callers.Chris Wilson1-3/+3
2010-11-23drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson1-133/+109
2010-11-22drm/i915: Capture interesting display registers on errorChris Wilson1-0/+110
2010-11-15Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-0/+12
2010-11-13drm/i915: Retire any pending operations on the old scanout when switchingChris Wilson1-0/+12
2010-11-11drm/i915: Remove the definitions for Primary Ring BufferChris Wilson1-5/+5
2010-11-10drm/i915: Unconditionally get the fence reg when pinning scanoutChris Wilson1-2/+1