aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAge
* drm/i915: Only run idle processing from i915_gem_retire_requests_workerChris Wilson2013-01-31
* drm/i915: use gem_set_seqno() on hardware initMika Kuoppala2013-01-22
* drm/i915: create a race-free reset detectionDaniel Vetter2013-01-21
* drm/i915: Only apply the mb() when flushing the GTT domain during a finishChris Wilson2013-01-20
* drm/i915: Only insert the mb() before updating the fence parameterChris Wilson2013-01-20
* drm/i915: clear up wedged transitionsDaniel Vetter2013-01-20
* drm/i915: fix reset handling in the throttle ioctlDaniel Vetter2013-01-20
* drm/i915: move wedged to the other gpu error handling stuffDaniel Vetter2013-01-20
* drm/i915: extract hangcheck/reset/error_state state into substructDaniel Vetter2013-01-20
* drm/i915: Remove use of gtt_mappable_entriesBen Widawsky2013-01-20
* drm/i915: Create a gtt structureBen Widawsky2013-01-17
* drm/i915: Bail if we attempt to allocate pages for a purged objectChris Wilson2013-01-17
* drm/i915: Add a debug interface to forcibly evict and shrink our object cachesChris Wilson2013-01-17
* drm/i915: use gtt_get_size() instead of open coding itImre Deak2013-01-17
* drm/i915: merge {i965, sandybridge}_write_fence_reg()Imre Deak2013-01-17
* drm/i915: merge get_gtt_alignment/get_unfenced_gtt_alignment()Imre Deak2013-01-17
* Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet...Dave Airlie2013-01-17
|\
| * drm/i915: Move even more gtt code to i915_gem_gttBen Widawsky2012-12-20
| * drm/i915: Introduce i915_gem_set_seqno()Mika Kuoppala2012-12-19
| * drm/i915: Always clear semaphore mboxes on seqno wrapMika Kuoppala2012-12-19
| * drm/i915: Initialize hardware semaphore state on ring initMika Kuoppala2012-12-19
| * drm/i915: Bug on unsupported swizzled platformsBen Widawsky2012-12-18
| * drm/i915: BUG() if fences are used on unsupported platformBen Widawsky2012-12-18
| * drm/i915: Access to snooped system memory through the GTT is incoherentChris Wilson2012-12-17
| * drm/i915: Set initial seqno value close to wrap boundaryMika Kuoppala2012-12-11
| * drm/i915: Open-code i915_gpu_idle() for handling seqno wrappingChris Wilson2012-12-11
| * drm/i915: Don't emit semaphore wait if wrap happenedMika Kuoppala2012-12-11
| * drm/i915: Reduce memory pressure during shrinker by preallocating swizzle pagesChris Wilson2012-12-06
| * drm/i915: Add intel_ring_handle_seqno wrapMika Kuoppala2012-12-06
| * drm/i915: fixup sparse warningsDaniel Vetter2012-12-03
| * drm/i915: Fix dieing -> dying typoDamien Lespiau2012-12-03
| * drm/i915: Use a slab for object allocationChris Wilson2012-11-30
| * drm/i915: Introduce i915_gem_object_create_stolen()Chris Wilson2012-11-30
| * drm/i915: optimize the shmem_pwrite slowpath handlingDaniel Vetter2012-11-29
| * drm/i915: simplify shmem pwrite/pread slowpath handlingDaniel Vetter2012-11-29
* | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-12-29
|\ \
| * | drm/i915: disable shrinker lock stealing for create_mmap_offsetDaniel Vetter2012-12-20
| * | drm/i915: optionally disable shrinker lock stealingDaniel Vetter2012-12-20
| * | drm/i915: Preallocate the drm_mm_node prior to manipulating the GTT drm_mm ma...Chris Wilson2012-12-18
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-12-17
|\| |
| * | drm/i915: Decouple the object from the unbound list before freeing pagesChris Wilson2012-12-03
| |/
| * drm/i915: Set sync_seqno properly after seqno wrapMika Kuoppala2012-11-29
| * drm/i915: Rearrange code to only have a single method for waiting upon the ringChris Wilson2012-11-29
| * drm/i915: Simplify flushing activity on the ringChris Wilson2012-11-29
| * drm/i915: Preallocate next seqno before touching the ringChris Wilson2012-11-29
| * drm/i915: Wait upon the last request seqno, rather than a future seqnoChris Wilson2012-11-29
| * drm/i915: Borrow our struct_mutex for the direct reclaimChris Wilson2012-11-21
| * drm/i915: Defer assignment of obj->gtt_space until after all possible mallocsChris Wilson2012-11-21
| * drm/i915: Pin the object whilst faulting it inChris Wilson2012-11-21
| * drm/i915: Guard pages being reaped by OOM whilst binding-to-GTTChris Wilson2012-11-21