summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)AuthorFilesLines
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-07drm/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-03Merge 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
2012-08-24drm/i915: Juggle code order to ease flow of the next patchChris Wilson1-191/+188
2012-08-24drm/i915: Extract general object init routineChris Wilson1-12/+18
2012-08-24drm/i915: Protect private gem objects from truncate (such as imported dmabuf)Chris Wilson1-2/+5
2012-08-24drm/i915: Only pwrite through the GTT if there is space in the apertureChris Wilson1-13/+16
2012-08-21drm/i915: Try harder to allocate an mmap_offsetChris Wilson1-9/+41
2012-08-21drm/i915: Add some sanity checks to unbound trackingChris Wilson1-0/+4
2012-08-21drm/i915: Track unbound pagesChris Wilson1-145/+143
2012-08-20drm/i915: move functions aroundDaniel Vetter1-58/+58
2012-08-17drm/i915/contexts: fix list corruptionBen Widawsky1-4/+4
2012-08-10drm/i915: Lazily apply the SNB+ seqno w/aChris Wilson1-3/+3
2012-07-26drm/i915: Export ability of changing cache levels to userspaceChris Wilson1-0/+62
2012-07-26drm/i915: Segregate memory domains in the GTT using coloringChris Wilson1-10/+101
2012-07-25drm/i915: Avoid concurrent access when marking the device as idle/busyChris Wilson1-3/+10
2012-07-25drm/i915: Split i915_gem_flush_ring() into seperate invalidate/flush funcsChris Wilson1-26/+3
2012-07-25drm/i915: Remove the explicit flush of the GPU write domainChris Wilson1-34/+0
2012-07-25drm/i915: Remove explicit flush from i915_gem_object_flush_fence()Chris Wilson1-14/+2
2012-07-25drm/i915: Remove the per-ring write listChris Wilson1-52/+1
2012-07-25drm/i915: Remove the defunct flushing listChris Wilson1-49/+10
2012-07-25drm/i915: Replace the pending_gpu_write flag with an explicit seqnoChris Wilson1-27/+39
2012-07-25drm/i915: Remove assertion over write domain after i915_gem_object_sync()Chris Wilson1-1/+1
2012-07-25drm/i915: Allow late allocation of request for i915_add_request()Chris Wilson1-27/+17
2012-07-25drm/i915: Return a mask of the active rings in the high word of busy_ioctlChris Wilson1-0/+4
2012-07-25drm/i915: Add -EIO to the list of known errors for __wait_seqnoChris Wilson1-0/+1
2012-07-20drm/i915: Disable the BLT on pre-production SNB hardwareChris Wilson1-1/+17
2012-07-16drm: Add colouring to the range allocatorChris Wilson1-3/+3
2012-07-05drm/i915: properly SIGBUS on I/O errorsDaniel Vetter1-0/+5