summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-30Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie1-40/+37
2012-12-20drm/i915: disable shrinker lock stealing for create_mmap_offsetDaniel Vetter1-3/+9
2012-12-20drm/i915: optionally disable shrinker lock stealingDaniel Vetter1-0/+3
2012-12-19drm/i915: Preallocate the drm_mm_node prior to manipulating the GTT drm_mm ma...Chris Wilson1-37/+25
2012-12-17Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-159/+133
2012-12-10Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds1-3/+3
2012-12-03drm/i915: Decouple the object from the unbound list before freeing pagesChris Wilson1-1/+5
2012-11-29drm/i915: Set sync_seqno properly after seqno wrapMika Kuoppala1-1/+5
2012-11-29drm/i915: Rearrange code to only have a single method for waiting upon the ringChris Wilson1-24/+1
2012-11-29drm/i915: Simplify flushing activity on the ringChris Wilson1-7/+3
2012-11-29drm/i915: Preallocate next seqno before touching the ringChris Wilson1-27/+47
2012-11-29drm/i915: Wait upon the last request seqno, rather than a future seqnoChris Wilson1-2/+21
2012-11-21drm/i915: Borrow our struct_mutex for the direct reclaimChris Wilson1-3/+22
2012-11-21drm/i915: Defer assignment of obj->gtt_space until after all possible mallocsChris Wilson1-20/+19
2012-11-21drm/i915: Pin the object whilst faulting it inChris Wilson1-20/+9
2012-11-21drm/i915: Guard pages being reaped by OOM whilst binding-to-GTTChris Wilson1-1/+8
2012-11-20Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie1-77/+17
2012-11-12drm/i915: Move the remaining gtt codeBen Widawsky1-62/+0
2012-11-12drm/i915: Stop using AGP layer for GEN6+Ben Widawsky1-6/+6
2012-11-12drm/i915: extract l3_parity substruct from dev_privDaniel Vetter1-4/+4
2012-10-22Merge tag 'v3.7-rc2' into drm-intel-next-queuedDaniel Vetter1-25/+33
2012-10-22Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie1-2/+5
2012-10-19drm/i915: Initialize obj->pages before use by i915_gem_object_do_bit17_swizzle()Chris Wilson1-1/+2
2012-10-17drm/i915: shut up spurious WARN in the gtt fault handlerDaniel Vetter1-1/+3
2012-10-16Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie1-8/+11
2012-10-12drm/i915: HSW CRW stability magicRodrigo Vivi1-0/+3
2012-10-12drm/i915: Disallow preallocation of requestsChris Wilson1-7/+8
2012-10-08drm/i915: Align the retire_requests worker to the nearest secondChris Wilson1-3/+6
2012-10-08drm/i915: Align the hangcheck wakeup to the nearest secondChris Wilson1-2/+1
2012-10-08drm/i915: remove useless BUG_ON which caused a regression in 3.5.Willy Tarreau1-1/+0
2012-10-07Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie1-4/+10
2012-10-04drm/i915: print warning if vmi915_gem_fault error is not handledMika Kuoppala1-0/+1
2012-10-04drm/i915: EBUSY status handling added to i915_gem_fault().Dmitry Rogozhkin1-0/+5
2012-10-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-680/+834
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-09-27drm/i915: Fix set_caching lockingBen Widawsky1-4/+4
2012-09-26drm/i915: s/cacheing/caching/Ben Widawsky1-10/+10
2012-09-24Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter1-1/+2
2012-09-20drm/i915: Convert the dmabuf object to use the new i915_gem_object_opsChris Wilson1-5/+5
2012-09-20drm/i915: Replace the array of pages with a scatterlistChris Wilson1-24/+55
2012-09-20drm/i915: Pin backing pages for preadChris Wilson1-23/+13
2012-09-20drm/i915: Pin backing pages for pwriteChris Wilson1-24/+13
2012-09-20drm/i915: Pin backing pages whilst exporting through a dmabuf vmapChris Wilson1-2/+9
2012-09-20drm/i915: Introduce drm_i915_gem_object_opsChris Wilson1-23/+55
2012-09-17drm/i915: Reduce a pin-leak BUG into a WARNChris Wilson1-1/+2
2012-09-03Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie1-420/+518
2012-08-27drm/i915: Remove __GFP_NO_KSWAPDSedat Dilek1-3/+3
2012-08-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie1-2/+2
2012-08-24drm/i915: Use a non-blocking wait for set-to-domain ioctlChris Wilson1-0/+55