summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2010-12-01drm/i915/lvds: Disable panel-fitter on gen4 for 1:1 scale factorsChris Wilson1-12/+15
2010-11-30drm/i915/ringbuffer: Handle cliprects in the callerChris Wilson5-79/+67
2010-11-30drm/i915: Move instruction state invalidation from execbuffer to flushChris Wilson1-11/+4
2010-11-28drm/i915: Release fenced GTT mapping on suspendChris Wilson1-2/+9
2010-11-28Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2-84/+27
2010-11-28drm/i915/execbuffer: On error, starting unwinding from the previous objectChris Wilson1-0/+3
2010-11-28drm/i915: fix regression due to ba3d8d749b01548b9Daniel Vetter1-25/+18
2010-11-26drm/i915: Avoid allocation for execbuffer object listChris Wilson4-229/+199
2010-11-26drm/i915: Split i915_gem_execbuffer into its own file.Chris Wilson4-1152/+1188
2010-11-25drm/i915: Defer accounting until read from debugfsChris Wilson3-128/+95
2010-11-25drm/i915: Mark a few functions as __must_checkChris Wilson2-56/+58
2010-11-25drm/i915: Tweak on-error bbaddr parsing for clarityChris Wilson1-11/+8
2010-11-25drm/i915: Only save and restore fences for UMSChris Wilson2-53/+61
2010-11-25drm/i915: Add a mechanism for pipelining fence register updatesDaniel Vetter2-43/+98
2010-11-24drm/i915/sdvo: Always add a 30ms delay to make SDVO TV detection reliableChris Wilson1-3/+5
2010-11-24drm/i915: More accurately track last fence usage by the GPUChris Wilson3-52/+78
2010-11-24drm/i915: Rework execbuffer pinningChris Wilson1-23/+58
2010-11-24drm/i915/sdvo: Always fallback to querying the shared DDC lineChris Wilson1-45/+6
2010-11-23drm/i915: Thread the pipelining ring through the callers.Chris Wilson4-20/+18
2010-11-23drm/i915: Extend hangcheck timeoutChris Wilson1-1/+1
2010-11-23drm/i915: Remove a defunct BUG_ONChris Wilson1-1/+0
2010-11-23drm/i915: Move the implementation details of PIPE_CONTROL to the ringbufferChris Wilson3-81/+97
2010-11-23drm/i915: Record fence registers on error.Chris Wilson3-0/+34
2010-11-23drm/i915: Not all mappable regions require GTT fence regionsChris Wilson1-31/+22
2010-11-23drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson16-1157/+1019
2010-11-23drm/i915: no more agp for gemDaniel Vetter2-22/+50
2010-11-23drm/i915: move gtt handling to i915_gem_gtt.cDaniel Vetter3-11/+33
2010-11-23drm/i915: restore gtt on resume in the drm instead of in intel-gtt.koDaniel Vetter4-0/+54
2010-11-23drm/i915: track objects in the gttDaniel Vetter2-0/+8
2010-11-23drm: kill drm_agp_chipset_flushDaniel Vetter1-6/+0
2010-11-23drm/i915/gtt: call chipset flush directlyDaniel Vetter1-5/+4
2010-11-23drm/i915|intel-gtt: consolidate intel-gtt.h headersDaniel Vetter1-1/+0
2010-11-23Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2-179/+307
2010-11-23drm/i915: Handle pagefaults in execbuffer user relocationsChris Wilson1-168/+293
2010-11-23drm/i915: Contract the magic IPS constants into a direct LUTChris Wilson1-160/+144
2010-11-23agp/intel: Remove confusion of stolen entries not stolen memoryChris Wilson2-3/+3
2010-11-23drm/i915: Compute physical addresses from base of stolen memoryChris Wilson2-122/+77
2010-11-23drm/i915/panel: Restore saved value of BLC_PWM_CTLChris Wilson1-10/+42
2010-11-23drm/i915: Avoid oops when capturing NULL ring for inactive pinned buffersChris Wilson2-4/+4
2010-11-22drm/i915/sdvo: Only enable HDMI encodings only if the commandset is supportedChris Wilson1-11/+14
2010-11-22drm/i915: Fix restore of 965 fence regs since the register tracing change.Keith Packard1-32/+36
2010-11-22drm/i915: Add support for GPU reset on gen6.Eric Anholt2-0/+17
2010-11-22drm/i915: Also reinit the BSD and BLT rings after a GPU reset.Eric Anholt1-2/+7
2010-11-22drm/i915: Correct a comment about the use of the workqueue.Eric Anholt1-1/+1
2010-11-22Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson57-430/+964
2010-11-22Merge remote branch 'linus' into drm-intel-fixesChris Wilson53-307/+813
2010-11-22drm/i915: Capture interesting display registers on errorChris Wilson5-1/+127
2010-11-22drm/i915: Capture pinned buffers on errorChris Wilson3-56/+98
2010-11-21drm/i915: Only save/restore cursor regs if !KMSChris Wilson1-20/+20
2010-11-21drm/i915: Prevent integer overflow when validating the execbufferChris Wilson1-1/+8