aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAge
...
* | drm/i915: Remove inactive LRU tracking from set_domain_ioctlChris Wilson2010-12-02
* | drm/i915: Pipelined fencing [infrastructure]Chris Wilson2010-12-02
* | drm/i915: Prevent stalling for a GTT read back from a read-only GPU targetChris Wilson2010-12-02
* | drm/i915: Release fenced GTT mapping on suspendChris Wilson2010-11-28
* | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-11-28
|\|
| * drm/i915: fix regression due to ba3d8d749b01548b9Daniel Vetter2010-11-28
* | drm/i915: Avoid allocation for execbuffer object listChris Wilson2010-11-25
* | drm/i915: Split i915_gem_execbuffer into its own file.Chris Wilson2010-11-25
* | drm/i915: Defer accounting until read from debugfsChris Wilson2010-11-25
* | drm/i915: Mark a few functions as __must_checkChris Wilson2010-11-25
* | drm/i915: Only save and restore fences for UMSChris Wilson2010-11-25
* | drm/i915: Add a mechanism for pipelining fence register updatesDaniel Vetter2010-11-25
* | drm/i915: More accurately track last fence usage by the GPUChris Wilson2010-11-24
* | drm/i915: Rework execbuffer pinningChris Wilson2010-11-24
* | drm/i915: Thread the pipelining ring through the callers.Chris Wilson2010-11-23
* | drm/i915: Remove a defunct BUG_ONChris Wilson2010-11-23
* | drm/i915: Move the implementation details of PIPE_CONTROL to the ringbufferChris Wilson2010-11-23
* | drm/i915: Not all mappable regions require GTT fence regionsChris Wilson2010-11-23
* | drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson2010-11-23
* | drm/i915: move gtt handling to i915_gem_gtt.cDaniel Vetter2010-11-23
* | drm/i915: track objects in the gttDaniel Vetter2010-11-23
* | drm/i915/gtt: call chipset flush directlyDaniel Vetter2010-11-23
* | drm/i915|intel-gtt: consolidate intel-gtt.h headersDaniel Vetter2010-11-23
* | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-11-23
|\|
| * drm/i915: Handle pagefaults in execbuffer user relocationsChris Wilson2010-11-23
* | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-11-22
|\|
| * drm/i915: Prevent integer overflow when validating the execbufferChris Wilson2010-11-21
| * drm/i915: Do not hold mutex when faulting in user addressesChris Wilson2010-11-19
* | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-11-15
|\|
| * Merge remote branch 'airlied/drm-fixes' into drm-intel-fixesChris Wilson2010-11-15
| |\
| | * drivers/gpu/drm: Update WARN usesJoe Perches2010-11-08
| * | drm/i915: Retire any pending operations on the old scanout when switchingChris Wilson2010-11-13
| |/
| * drm/i915: Avoid might_fault during pwrite whilst holding our mutexChris Wilson2010-11-08
* | drm/i915: fix relaxed tiling for gen <= 3 && !g33Daniel Vetter2010-11-15
* | drm/i915: Only add the lazy request if we end up waiting for it.Chris Wilson2010-11-10
* | drm/i915: Handle GPU hangs during fault gracefully.Chris Wilson2010-11-07
* | drm/i915: kill mappable/fenceable disdinctionDaniel Vetter2010-11-04
* | drm/i915: Ensure that if we ever try to pin+fence it is mappable.Chris Wilson2010-11-03
* | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-11-01
|\|
| * drm/i915: Apply big hammer to serialise buffer access between ringsChris Wilson2010-11-01
| * drm/i915: Flush read-only buffers from the active list upon idle as wellChris Wilson2010-10-28
* | drm/i915: Move the invalidate|flush information out of the device structChris Wilson2010-11-01
* | drm/i915: Apply big hammer to serialise buffer access between ringsChris Wilson2010-11-01
* | drm/i915: Evict just the purgeable GTT entries on the first passChris Wilson2010-10-31
* | drm/i915: Fix typo from e5281ccd in i915_gem_attach_phys_object()Chris Wilson2010-10-30
* | drm/i915: Remove the duplicate domain-change tracepoint for GPU flushChris Wilson2010-10-29
* | drm/i915: Only enforce fence limits inside the GTT.Chris Wilson2010-10-29
* | drm/i915: Convert BUG_ON(pin_count) from an impossible conditionChris Wilson2010-10-29
* | drm/i915: Do not return -1 from shrinker when nr_to_scan == 0Chris Wilson2010-10-28
* | drm/i915: Kill GTT mappings when moving from GTT domainChris Wilson2010-10-28