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