summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-10-221-2/+5
|\
| * drm/i915: Initialize obj->pages before use by i915_gem_object_do_bit17_swizzle()Chris Wilson2012-10-191-1/+2
| * drm/i915: shut up spurious WARN in the gtt fault handlerDaniel Vetter2012-10-171-1/+3
* | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-10-161-8/+11
|\|
| * drm/i915: HSW CRW stability magicRodrigo Vivi2012-10-121-0/+3
| * drm/i915: Disallow preallocation of requestsChris Wilson2012-10-121-7/+8
| * drm/i915: remove useless BUG_ON which caused a regression in 3.5.Willy Tarreau2012-10-071-1/+0Star
* | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-10-071-4/+10
|\|
| * drm/i915: print warning if vmi915_gem_fault error is not handledMika Kuoppala2012-10-041-0/+1
| * drm/i915: EBUSY status handling added to i915_gem_fault().Dmitry Rogozhkin2012-10-041-0/+5
| * drm/i915: Fix set_caching lockingBen Widawsky2012-09-271-4/+4
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-041-680/+834
|\|
| * drm/i915: s/cacheing/caching/Ben Widawsky2012-09-261-10/+10
| * Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter2012-09-241-1/+2
| |\
| * | drm/i915: Convert the dmabuf object to use the new i915_gem_object_opsChris Wilson2012-09-201-5/+5
| * | drm/i915: Replace the array of pages with a scatterlistChris Wilson2012-09-201-24/+55
| * | drm/i915: Pin backing pages for preadChris Wilson2012-09-201-23/+13Star
| * | drm/i915: Pin backing pages for pwriteChris Wilson2012-09-201-24/+13Star
| * | drm/i915: Pin backing pages whilst exporting through a dmabuf vmapChris Wilson2012-09-201-2/+9
| * | drm/i915: Introduce drm_i915_gem_object_opsChris Wilson2012-09-201-23/+55
| * | Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie2012-09-031-420/+518
| |\ \
| | * | drm/i915: Remove __GFP_NO_KSWAPDSedat Dilek2012-08-271-3/+3
| | * | drm/i915: Use a non-blocking wait for set-to-domain ioctlChris Wilson2012-08-241-0/+55
| | * | drm/i915: Juggle code order to ease flow of the next patchChris Wilson2012-08-241-191/+188Star
| | * | drm/i915: Extract general object init routineChris Wilson2012-08-241-12/+18
| | * | drm/i915: Protect private gem objects from truncate (such as imported dmabuf)Chris Wilson2012-08-241-2/+5
| | * | drm/i915: Only pwrite through the GTT if there is space in the apertureChris Wilson2012-08-241-13/+16
| | * | drm/i915: Try harder to allocate an mmap_offsetChris Wilson2012-08-211-9/+41
| | * | drm/i915: Add some sanity checks to unbound trackingChris Wilson2012-08-211-0/+4
| | * | drm/i915: Track unbound pagesChris Wilson2012-08-211-145/+143Star
| | * | drm/i915: move functions aroundDaniel Vetter2012-08-201-58/+58
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie2012-08-271-2/+2
| |\ \ \ | | |/ / | |/| |
| * | | drm/i915: Lazily apply the SNB+ seqno w/aChris Wilson2012-08-101-3/+3
| * | | drm/i915: Export ability of changing cache levels to userspaceChris Wilson2012-07-261-0/+62
| * | | drm/i915: Segregate memory domains in the GTT using coloringChris Wilson2012-07-261-10/+101
| * | | drm/i915: Avoid concurrent access when marking the device as idle/busyChris Wilson2012-07-251-3/+10
| * | | drm/i915: Split i915_gem_flush_ring() into seperate invalidate/flush funcsChris Wilson2012-07-251-26/+3Star
| * | | drm/i915: Remove the explicit flush of the GPU write domainChris Wilson2012-07-251-34/+0Star
| * | | drm/i915: Remove explicit flush from i915_gem_object_flush_fence()Chris Wilson2012-07-251-14/+2Star
| * | | drm/i915: Remove the per-ring write listChris Wilson2012-07-251-52/+1Star
| * | | drm/i915: Remove the defunct flushing listChris Wilson2012-07-251-49/+10Star
| * | | drm/i915: Replace the pending_gpu_write flag with an explicit seqnoChris Wilson2012-07-251-27/+39
| * | | drm/i915: Remove assertion over write domain after i915_gem_object_sync()Chris Wilson2012-07-251-1/+1
| * | | drm/i915: Allow late allocation of request for i915_add_request()Chris Wilson2012-07-251-27/+17Star
| * | | drm/i915: Return a mask of the active rings in the high word of busy_ioctlChris Wilson2012-07-251-0/+4
* | | | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
* | | | UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2012-10-021-1/+0Star
| |_|/ |/| |
* | | drm/i915: Reduce a pin-leak BUG into a WARNChris Wilson2012-09-171-1/+2
| |/ |/|
* | drm/i915/contexts: fix list corruptionBen Widawsky2012-08-171-4/+4
|/
* drm/i915: Add -EIO to the list of known errors for __wait_seqnoChris Wilson2012-07-251-0/+1