summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20drm/i915: Allow the application to choose the constant addressing modeChris Wilson1-0/+2
2010-12-14drm/i915: Poll for seqno completion if IRQ is disabledChris Wilson1-2/+4
2010-12-14drm/i915/ringbuffer: Make IRQ refcnting atomicChris Wilson1-17/+20
2010-12-08Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-1/+16
2010-12-07drm/i915: Emit a request to clear a flushed and idle ring for unbusy boChris Wilson1-1/+11
2010-12-06drm/i915: Wait for the bo if a display flip is pipelined on the other ringChris Wilson1-1/+1
2010-12-06drm/i915: Only emit a flush if there is an outstanding gpu writeChris Wilson1-2/+3
2010-12-06drm/i915: Completely disable fence pipelining.Chris Wilson1-2/+4
2010-12-05drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNBChris Wilson1-44/+42
2010-12-02drm/i915: Kill the get_fence tracepointChris Wilson1-3/+0
2010-12-02drm/i915: Remove inactive LRU tracking from set_domain_ioctlChris Wilson1-17/+0
2010-12-02drm/i915: Pipelined fencing [infrastructure]Chris Wilson1-138/+222
2010-12-02drm/i915: Prevent stalling for a GTT read back from a read-only GPU targetChris Wilson1-3/+6
2010-11-28drm/i915: Release fenced GTT mapping on suspendChris Wilson1-2/+9
2010-11-28Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-36/+16
2010-11-28drm/i915: fix regression due to ba3d8d749b01548b9Daniel Vetter1-25/+18
2010-11-26drm/i915: Avoid allocation for execbuffer object listChris Wilson1-0/+1
2010-11-26drm/i915: Split i915_gem_execbuffer into its own file.Chris Wilson1-1151/+13
2010-11-25drm/i915: Defer accounting until read from debugfsChris Wilson1-106/+22
2010-11-25drm/i915: Mark a few functions as __must_checkChris Wilson1-21/+16
2010-11-25drm/i915: Only save and restore fences for UMSChris Wilson1-10/+15
2010-11-25drm/i915: Add a mechanism for pipelining fence register updatesDaniel Vetter1-42/+91
2010-11-24drm/i915: More accurately track last fence usage by the GPUChris Wilson1-46/+64
2010-11-24drm/i915: Rework execbuffer pinningChris Wilson1-23/+58
2010-11-23drm/i915: Thread the pipelining ring through the callers.Chris Wilson1-15/+13
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 Wilson1-69/+1
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 Wilson1-673/+595
2010-11-23drm/i915: move gtt handling to i915_gem_gtt.cDaniel Vetter1-11/+3
2010-11-23drm/i915: track objects in the gttDaniel Vetter1-0/+4
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 Wilson1-168/+293
2010-11-23drm/i915: Handle pagefaults in execbuffer user relocationsChris Wilson1-168/+293
2010-11-22Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-37/+35
2010-11-21drm/i915: Prevent integer overflow when validating the execbufferChris Wilson1-1/+8
2010-11-19drm/i915: Do not hold mutex when faulting in user addressesChris Wilson1-36/+27
2010-11-15Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-9/+30
2010-11-15Merge remote branch 'airlied/drm-fixes' into drm-intel-fixesChris Wilson1-2/+1
2010-11-15drm/i915: fix relaxed tiling for gen <= 3 && !g33Daniel Vetter1-3/+40
2010-11-13drm/i915: Retire any pending operations on the old scanout when switchingChris Wilson1-0/+14
2010-11-10drm/i915: Only add the lazy request if we end up waiting for it.Chris Wilson1-6/+3
2010-11-09drivers/gpu/drm: Update WARN usesJoe Perches1-2/+1
2010-11-08drm/i915: Avoid might_fault during pwrite whilst holding our mutexChris Wilson1-9/+16
2010-11-07drm/i915: Handle GPU hangs during fault gracefully.Chris Wilson1-1/+2
2010-11-04drm/i915: kill mappable/fenceable disdinctionDaniel Vetter1-43/+41
2010-11-03drm/i915: Ensure that if we ever try to pin+fence it is mappable.Chris Wilson1-0/+1
2010-11-01Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-4/+2
2010-11-01drm/i915: Apply big hammer to serialise buffer access between ringsChris Wilson1-28/+52