summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-23drm/i915: Avoid unmapping pages from a NULL address spaceChris Wilson1-3/+4
2011-03-23drm/i915: Fix use after free within tracepointChris Wilson1-2/+2
2011-03-23drm/i915: Restore missing command flush before interrupt on BLT ringChris Wilson1-1/+6
2011-03-23drm/i915: Fix computation of pitch for dumb bo creatorChris Wilson1-1/+1
2011-03-23drm/i915: Fix tiling corruption from pipelined fencingChris Wilson1-27/+17
2011-03-23drm/i915: Prevent racy removal of request from client listHerton Ronaldo Krzesinski1-2/+4
2011-03-14Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie1-157/+148
2011-03-07Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-1/+1
2011-03-07drm/i915: Rebind the buffer if its alignment constraints changes with tilingChris Wilson1-1/+1
2011-02-22drm/i915: Use a device flag for non-interruptible phasesChris Wilson1-36/+22
2011-02-22drm/i915: Protect against drm_gem_object not being the first memberChris Wilson1-9/+9
2011-02-11drm/i915: i915_mutex_interruptible() returns -EINTRChris Wilson1-0/+1
2011-02-07drm/i915: Skip the no-op domain changes when already in CPU|GTT domainsChris Wilson1-0/+6
2011-02-07drm/i915: Refine tracepointsChris Wilson1-94/+80
2011-02-07drm/i915: Fix infinite loop regression from 21dd3734Chris Wilson1-5/+25
2011-02-07drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie1-30/+73
2011-01-27drm/i915: Defer reporting EIO until we try to use the GPUChris Wilson1-22/+14
2011-01-27drm/i915: Check wedged status before throttlingChris Wilson1-0/+3
2011-01-25drm/i915: Silence a few -Wunused-but-set-variableChris Wilson1-3/+0
2011-01-24drm/i915,agp/intel: Do not clear stolen entriesChris Wilson1-3/+7
2011-01-23drm/i915: Fix use of invalid array size for ring->sync_seqnoChris Wilson1-1/+1
2011-01-12drm/i915: If we hit OOM when allocating GTT pages, clear the apertureChris Wilson1-8/+4
2011-01-12drm/i915: Periodically flush the active lists and requestsChris Wilson1-4/+26
2011-01-11drm/i915: Propagate error from flushing the ringChris Wilson1-34/+68
2011-01-11drm/i915: Handle ringbuffer stalls when flushingChris Wilson1-2/+2
2011-01-11drm/i915: Enforce write ordering through the GTTChris Wilson1-1/+13
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