summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915,agp/intel: Do not clear stolen entriesChris Wilson2011-01-241-3/+7
* drm/i915: Fix use of invalid array size for ring->sync_seqnoChris Wilson2011-01-231-1/+1
* drm/i915: If we hit OOM when allocating GTT pages, clear the apertureChris Wilson2011-01-111-8/+4
* drm/i915: Periodically flush the active lists and requestsChris Wilson2011-01-111-4/+26
* drm/i915: Propagate error from flushing the ringChris Wilson2011-01-111-34/+68
* drm/i915: Handle ringbuffer stalls when flushingChris Wilson2011-01-111-2/+2
* drm/i915: Enforce write ordering through the GTTChris Wilson2011-01-111-1/+13
* drm/i915: Allow the application to choose the constant addressing modeChris Wilson2010-12-201-0/+2
* drm/i915: Poll for seqno completion if IRQ is disabledChris Wilson2010-12-141-2/+4
* drm/i915/ringbuffer: Make IRQ refcnting atomicChris Wilson2010-12-141-17/+20
* Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-12-071-1/+16
|\
| * drm/i915: Emit a request to clear a flushed and idle ring for unbusy boChris Wilson2010-12-071-1/+11
* | drm/i915: Wait for the bo if a display flip is pipelined on the other ringChris Wilson2010-12-061-1/+1
* | drm/i915: Only emit a flush if there is an outstanding gpu writeChris Wilson2010-12-061-2/+3
* | drm/i915: Completely disable fence pipelining.Chris Wilson2010-12-051-2/+4
* | drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNBChris Wilson2010-12-051-44/+42
* | drm/i915: Kill the get_fence tracepointChris Wilson2010-12-021-3/+0
* | drm/i915: Remove inactive LRU tracking from set_domain_ioctlChris Wilson2010-12-021-17/+0
* | drm/i915: Pipelined fencing [infrastructure]Chris Wilson2010-12-021-138/+222
* | drm/i915: Prevent stalling for a GTT read back from a read-only GPU targetChris Wilson2010-12-021-3/+6
* | drm/i915: Release fenced GTT mapping on suspendChris Wilson2010-11-281-2/+9
* | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-11-281-36/+16
|\ \ | |/
| * drm/i915: fix regression due to ba3d8d749b01548b9Daniel Vetter2010-11-281-25/+18
* | drm/i915: Avoid allocation for execbuffer object listChris Wilson2010-11-251-0/+1
* | drm/i915: Split i915_gem_execbuffer into its own file.Chris Wilson2010-11-251-1151/+13
* | drm/i915: Defer accounting until read from debugfsChris Wilson2010-11-251-106/+22
* | drm/i915: Mark a few functions as __must_checkChris Wilson2010-11-251-21/+16
* | drm/i915: Only save and restore fences for UMSChris Wilson2010-11-251-10/+15
* | drm/i915: Add a mechanism for pipelining fence register updatesDaniel Vetter2010-11-251-42/+91
* | drm/i915: More accurately track last fence usage by the GPUChris Wilson2010-11-241-46/+64
* | drm/i915: Rework execbuffer pinningChris Wilson2010-11-241-23/+58
* | drm/i915: Thread the pipelining ring through the callers.Chris Wilson2010-11-231-15/+13
* | drm/i915: Remove a defunct BUG_ONChris Wilson2010-11-231-1/+0
* | drm/i915: Move the implementation details of PIPE_CONTROL to the ringbufferChris Wilson2010-11-231-69/+1
* | drm/i915: Not all mappable regions require GTT fence regionsChris Wilson2010-11-231-31/+22
* | drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson2010-11-231-673/+595
* | drm/i915: move gtt handling to i915_gem_gtt.cDaniel Vetter2010-11-231-11/+3
* | drm/i915: track objects in the gttDaniel Vetter2010-11-231-0/+4
* | drm/i915/gtt: call chipset flush directlyDaniel Vetter2010-11-231-5/+4
* | drm/i915|intel-gtt: consolidate intel-gtt.h headersDaniel Vetter2010-11-231-1/+0
* | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-11-231-168/+293
|\ \ | |/
| * drm/i915: Handle pagefaults in execbuffer user relocationsChris Wilson2010-11-231-168/+293
* | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-11-221-37/+35
|\ \ | |/
| * drm/i915: Prevent integer overflow when validating the execbufferChris Wilson2010-11-211-1/+8
| * drm/i915: Do not hold mutex when faulting in user addressesChris Wilson2010-11-191-36/+27
* | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-11-151-9/+30
|\ \ | |/
| * Merge remote branch 'airlied/drm-fixes' into drm-intel-fixesChris Wilson2010-11-151-2/+1
| |\
| | * drivers/gpu/drm: Update WARN usesJoe Perches2010-11-091-2/+1
| * | drm/i915: Retire any pending operations on the old scanout when switchingChris Wilson2010-11-131-0/+14
| |/
| * drm/i915: Avoid might_fault during pwrite whilst holding our mutexChris Wilson2010-11-081-9/+16
OpenPOWER on IntegriCloud