aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAge
* drm/i915: Avoid unmapping pages from a NULL address spaceChris Wilson2011-03-23
* drm/i915: Fix use after free within tracepointChris Wilson2011-03-23
* drm/i915: Restore missing command flush before interrupt on BLT ringChris Wilson2011-03-23
* drm/i915: Fix computation of pitch for dumb bo creatorChris Wilson2011-03-23
* drm/i915: Fix tiling corruption from pipelined fencingChris Wilson2011-03-23
* drm/i915: Prevent racy removal of request from client listHerton Ronaldo Krzesinski2011-03-23
* Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie2011-03-14
|\
| * Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2011-03-07
| |\
| | * drm/i915: Rebind the buffer if its alignment constraints changes with tilingChris Wilson2011-03-07
| * | drm/i915: Use a device flag for non-interruptible phasesChris Wilson2011-02-22
| * | drm/i915: Protect against drm_gem_object not being the first memberChris Wilson2011-02-22
| * | drm/i915: i915_mutex_interruptible() returns -EINTRChris Wilson2011-02-11
| * | drm/i915: Skip the no-op domain changes when already in CPU|GTT domainsChris Wilson2011-02-07
| * | drm/i915: Refine tracepointsChris Wilson2011-02-07
| * | drm/i915: Fix infinite loop regression from 21dd3734Chris Wilson2011-02-07
| * | drm/i915: Defer reporting EIO until we try to use the GPUChris Wilson2011-01-27
| * | drm/i915: Check wedged status before throttlingChris Wilson2011-01-27
| * | drm/i915: Silence a few -Wunused-but-set-variableChris Wilson2011-01-25
| |/
* / drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie2011-02-06
|/
* drm/i915,agp/intel: Do not clear stolen entriesChris Wilson2011-01-24
* drm/i915: Fix use of invalid array size for ring->sync_seqnoChris Wilson2011-01-23
* drm/i915: If we hit OOM when allocating GTT pages, clear the apertureChris Wilson2011-01-11
* drm/i915: Periodically flush the active lists and requestsChris Wilson2011-01-11
* drm/i915: Propagate error from flushing the ringChris Wilson2011-01-11
* drm/i915: Handle ringbuffer stalls when flushingChris Wilson2011-01-11
* drm/i915: Enforce write ordering through the GTTChris Wilson2011-01-11
* drm/i915: Allow the application to choose the constant addressing modeChris Wilson2010-12-20
* drm/i915: Poll for seqno completion if IRQ is disabledChris Wilson2010-12-14
* drm/i915/ringbuffer: Make IRQ refcnting atomicChris Wilson2010-12-14
* Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-12-07
|\
| * drm/i915: Emit a request to clear a flushed and idle ring for unbusy boChris Wilson2010-12-07
* | drm/i915: Wait for the bo if a display flip is pipelined on the other ringChris Wilson2010-12-06
* | drm/i915: Only emit a flush if there is an outstanding gpu writeChris Wilson2010-12-06
* | drm/i915: Completely disable fence pipelining.Chris Wilson2010-12-05
* | drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNBChris Wilson2010-12-04
* | drm/i915: Kill the get_fence tracepointChris Wilson2010-12-02
* | 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