aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)Author
2011-03-27drm/i915: Prevent racy removal of request from client listHerton Ronaldo Krzesinski
2011-03-07drm/i915: Rebind the buffer if its alignment constraints changes with tilingChris Wilson
2011-01-24drm/i915,agp/intel: Do not clear stolen entriesChris Wilson
2011-01-23drm/i915: Fix use of invalid array size for ring->sync_seqnoChris Wilson
2011-01-11drm/i915: If we hit OOM when allocating GTT pages, clear the apertureChris Wilson
2011-01-11drm/i915: Periodically flush the active lists and requestsChris Wilson
2011-01-11drm/i915: Propagate error from flushing the ringChris Wilson
2011-01-11drm/i915: Handle ringbuffer stalls when flushingChris Wilson
2011-01-11drm/i915: Enforce write ordering through the GTTChris Wilson
2010-12-20drm/i915: Allow the application to choose the constant addressing modeChris Wilson
2010-12-14drm/i915: Poll for seqno completion if IRQ is disabledChris Wilson
2010-12-14drm/i915/ringbuffer: Make IRQ refcnting atomicChris Wilson
2010-12-07Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2010-12-07drm/i915: Emit a request to clear a flushed and idle ring for unbusy boChris Wilson
2010-12-06drm/i915: Wait for the bo if a display flip is pipelined on the other ringChris Wilson
2010-12-06drm/i915: Only emit a flush if there is an outstanding gpu writeChris Wilson
2010-12-05drm/i915: Completely disable fence pipelining.Chris Wilson
2010-12-05drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNBChris Wilson
2010-12-02drm/i915: Kill the get_fence tracepointChris Wilson
2010-12-02drm/i915: Remove inactive LRU tracking from set_domain_ioctlChris Wilson
2010-12-02drm/i915: Pipelined fencing [infrastructure]Chris Wilson
2010-12-02drm/i915: Prevent stalling for a GTT read back from a read-only GPU targetChris Wilson
2010-11-28drm/i915: Release fenced GTT mapping on suspendChris Wilson
2010-11-28Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2010-11-28drm/i915: fix regression due to ba3d8d749b01548b9Daniel Vetter
2010-11-25drm/i915: Avoid allocation for execbuffer object listChris Wilson
2010-11-25drm/i915: Split i915_gem_execbuffer into its own file.Chris Wilson
2010-11-25drm/i915: Defer accounting until read from debugfsChris Wilson
2010-11-25drm/i915: Mark a few functions as __must_checkChris Wilson
2010-11-25drm/i915: Only save and restore fences for UMSChris Wilson
2010-11-25drm/i915: Add a mechanism for pipelining fence register updatesDaniel Vetter
2010-11-24drm/i915: More accurately track last fence usage by the GPUChris Wilson
2010-11-24drm/i915: Rework execbuffer pinningChris Wilson
2010-11-23drm/i915: Thread the pipelining ring through the callers.Chris Wilson
2010-11-23drm/i915: Remove a defunct BUG_ONChris Wilson
2010-11-23drm/i915: Move the implementation details of PIPE_CONTROL to the ringbufferChris Wilson
2010-11-23drm/i915: Not all mappable regions require GTT fence regionsChris Wilson
2010-11-23drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson
2010-11-23drm/i915: move gtt handling to i915_gem_gtt.cDaniel Vetter
2010-11-23drm/i915: track objects in the gttDaniel Vetter
2010-11-23drm/i915/gtt: call chipset flush directlyDaniel Vetter
2010-11-23drm/i915|intel-gtt: consolidate intel-gtt.h headersDaniel Vetter
2010-11-23Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2010-11-23drm/i915: Handle pagefaults in execbuffer user relocationsChris Wilson
2010-11-22Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2010-11-21drm/i915: Prevent integer overflow when validating the execbufferChris Wilson
2010-11-19drm/i915: Do not hold mutex when faulting in user addressesChris Wilson
2010-11-15Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2010-11-15Merge remote branch 'airlied/drm-fixes' into drm-intel-fixesChris Wilson
2010-11-15drm/i915: fix relaxed tiling for gen <= 3 && !g33Daniel Vetter