aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)Author
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
2012-11-20Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie
2012-11-11drm/i915: Move the remaining gtt codeBen Widawsky
2012-11-11drm/i915: Stop using AGP layer for GEN6+Ben Widawsky
2012-11-11drm/i915: extract l3_parity substruct from dev_privDaniel Vetter
2012-10-22Merge tag 'v3.7-rc2' into drm-intel-next-queuedDaniel Vetter
2012-10-22Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie
2012-10-19drm/i915: Initialize obj->pages before use by i915_gem_object_do_bit17_swizzle()Chris Wilson
2012-10-17drm/i915: shut up spurious WARN in the gtt fault handlerDaniel Vetter
2012-10-16Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie
2012-10-12drm/i915: HSW CRW stability magicRodrigo Vivi
2012-10-12drm/i915: Disallow preallocation of requestsChris Wilson
2012-10-08drm/i915: Align the retire_requests worker to the nearest secondChris Wilson
2012-10-08drm/i915: Align the hangcheck wakeup to the nearest secondChris Wilson
2012-10-07drm/i915: remove useless BUG_ON which caused a regression in 3.5.Willy Tarreau
2012-10-07Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie
2012-10-04drm/i915: print warning if vmi915_gem_fault error is not handledMika Kuoppala
2012-10-04drm/i915: EBUSY status handling added to i915_gem_fault().Dmitry Rogozhkin
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells
2012-09-27drm/i915: Fix set_caching lockingBen Widawsky
2012-09-26drm/i915: s/cacheing/caching/Ben Widawsky
2012-09-24Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter