aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAge
* drm/i915: Clear GPU read domains on resetChris Wilson2010-09-21
* drm/i915: Clear flushing lists on GPU resetChris Wilson2010-09-21
* drm/i915: Only emit a flush request on the active ring.Chris Wilson2010-09-21
* drm/i915: Inline i915_gem_ring_retire_request()Chris Wilson2010-09-21
* drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965gChris Wilson2010-09-21
* Merge branch 'drm-intel-fixes' into HEADChris Wilson2010-09-21
|\
| * drm/i915: Fix Sandybridge fence registersChris Wilson2010-09-17
* | drm/i915: Remove unused intel_ringbuffer->ring_flagChris Wilson2010-09-14
* | drm/i915: Allow get_fence_reg() to be uninterruptibleChris Wilson2010-09-14
* | drm/i915: Push pipelining of display plane flushes to the callerChris Wilson2010-09-14
* | drm/i915: Fix regression in ba3d8d749bChris Wilson2010-09-14
* | drm/i915: Consolidate flushing the display planeChris Wilson2010-09-14
* | drm/i915: Reduce hangcheck frequencyChris Wilson2010-09-14
* | drm/i915: Quieten sparse warnings for missing prototypes.Chris Wilson2010-09-08
* | drm/i915: Kill the active list spinlockChris Wilson2010-09-08
* | drm/i915: Preallocate requestsChris Wilson2010-09-08
* | drm/i915: drop i915_add_request right in front of i915_wait_requestDaniel Vetter2010-09-08
* | drm/i915: move the wait_rendering call into flush_gpu_write_domainDaniel Vetter2010-09-08
* | drm/i915: drop seqno argument from i915_gem_object_move_to_activeDaniel Vetter2010-09-08
* | drm/i915: kill a no longer necessary BUG_ONDaniel Vetter2010-09-08
* | drm/i915: move flushing list processing to i915_retire_commandsDaniel Vetter2010-09-08
* | drm/i915: only one interrupt per batchbuffer is not enough!Daniel Vetter2010-09-08
* | drm/i915: move flushing list processing to i915_gem_flushDaniel Vetter2010-09-08
* | drm/i915: allow lazy emitting of requestsDaniel Vetter2010-09-08
* | drm/i915: unload: fix retire_work racesDaniel Vetter2010-09-08
* | drm/i915: unload: fix error_work racesDaniel Vetter2010-09-08
|/
* agp/intel: Fix cache control for SandybridgeZhenyu Wang2010-09-07
* i915: return -EFAULT if copy_to_user failsDan Carpenter2010-09-06
* Revert "drm/i915: Unreference object not handle on creation"Chris Wilson2010-09-06
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-08-22
|\
| * drm/i915: Remove the conflicting BUG_ON()Chris Wilson2010-08-22
| * drm/i915: Apply i830 errata for cursor alignmentChris Wilson2010-08-09
| * drm/i915: Truncate the shmem backing pages on purgeChris Wilson2010-08-09
| * drm/i915: Maintain LRU order of inactive objects upon access by CPU (v2)Chris Wilson2010-08-09
| * drm/i915: Move the eviction logic to its own file.Chris Wilson2010-08-09
| * drm/i915: Use a common seqno for all rings.Chris Wilson2010-08-09
| * drm/i915: prepare for fair lru evictionDaniel Vetter2010-08-09
| * drm/i915: Append the object onto the inactive list on binding.Chris Wilson2010-08-09
| * drm/i915: Emit a backtrace if we attempt to rebind a pinned bufferChris Wilson2010-08-09
| * drm/i915: report all active objects as busyChris Wilson2010-08-09
| * drm/i915: Only emit flushes on active rings.Chris Wilson2010-08-09
* | drm: Use ENOENT consistently for the error return for an unmatched handle.Chris Wilson2010-08-09
|/
* drm,io-mapping: Specify slot to use for atomic mappingsChris Wilson2010-08-04
* drm/i915: Unreference object not handle on creationChris Wilson2010-08-01
* drm/i915: Attempt to uncouple object after catastrophic failure in unbindChris Wilson2010-08-01
* drm/i915: Repeat unbinding during free if interrupted (v6)Chris Wilson2010-08-01
* drm/i915: Refactor i915_gem_retire_requests()Chris Wilson2010-08-01
* drm/i915: Propagate error from i915_gem_object_flush_gpu_write_domain()Chris Wilson2010-08-01
* drm/i915: Propagate error from drm_install_irq() during EnterVTChris Wilson2010-08-01
* drm/i915: Explosion following OOM in do_execbuffer.Chris Wilson2010-08-01