aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAge
* drm/i915: Revert shrinker changes from "Track unbound pages"Daniel Vetter2013-01-10
* drm/i915; Only increment the user-pin-count after successfully pinning the boChris Wilson2013-01-07
* 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
| * Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie2012-11-19
| |\
| | * drm/i915: Move the remaining gtt codeBen Widawsky2012-11-11
| | * drm/i915: Stop using AGP layer for GEN6+Ben Widawsky2012-11-11
| | * drm/i915: extract l3_parity substruct from dev_privDaniel Vetter2012-11-11
| | * Merge tag 'v3.7-rc2' into drm-intel-next-queuedDaniel Vetter2012-10-22
| | |\
| | * | drm/i915: Align the retire_requests worker to the nearest secondChris Wilson2012-10-08
| | * | drm/i915: Align the hangcheck wakeup to the nearest secondChris Wilson2012-10-08
* | | | Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds2012-12-10
|/ / /
* | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-10-21
|\ \ \ | |_|/ |/| |
| * | drm/i915: Initialize obj->pages before use by i915_gem_object_do_bit17_swizzle()Chris Wilson2012-10-19
| * | drm/i915: shut up spurious WARN in the gtt fault handlerDaniel Vetter2012-10-17
* | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-10-15
|\| |
| * | drm/i915: HSW CRW stability magicRodrigo Vivi2012-10-12
| * | drm/i915: Disallow preallocation of requestsChris Wilson2012-10-12
| * | drm/i915: remove useless BUG_ON which caused a regression in 3.5.Willy Tarreau2012-10-07
* | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-10-07
|\| |
| * | drm/i915: print warning if vmi915_gem_fault error is not handledMika Kuoppala2012-10-04
| * | drm/i915: EBUSY status handling added to i915_gem_fault().Dmitry Rogozhkin2012-10-04
| * | drm/i915: Fix set_caching lockingBen Widawsky2012-09-27
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-04
|\| |
| * | drm/i915: s/cacheing/caching/Ben Widawsky2012-09-26
| |/
| * Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter2012-09-24
| |\
| * | drm/i915: Convert the dmabuf object to use the new i915_gem_object_opsChris Wilson2012-09-20
| * | drm/i915: Replace the array of pages with a scatterlistChris Wilson2012-09-20
| * | drm/i915: Pin backing pages for preadChris Wilson2012-09-20
| * | drm/i915: Pin backing pages for pwriteChris Wilson2012-09-20
| * | drm/i915: Pin backing pages whilst exporting through a dmabuf vmapChris Wilson2012-09-20
| * | drm/i915: Introduce drm_i915_gem_object_opsChris Wilson2012-09-20
| * | Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie2012-09-02
| |\ \
| | * | drm/i915: Remove __GFP_NO_KSWAPDSedat Dilek2012-08-27
| | * | drm/i915: Use a non-blocking wait for set-to-domain ioctlChris Wilson2012-08-24
| | * | drm/i915: Juggle code order to ease flow of the next patchChris Wilson2012-08-24
| | * | drm/i915: Extract general object init routineChris Wilson2012-08-23