summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds1-3/+1
2012-04-12drm/i915: clear fencing tracking state when retiring requestsDaniel Vetter1-0/+2
2012-04-01drm/i915: Mark untiled BLT commands as fenced on gen2/3Chris Wilson1-6/+9
2012-04-01drm/i915: properly restore the ppgtt page directory on resumeDaniel Vetter1-1/+21
2012-03-01drm/i915: Only clear the GPU domains upon a successful finishChris Wilson1-2/+5
2012-02-27drm/i915: Silence the error message from i915_wait_request()Chris Wilson1-5/+0
2012-02-15drm/i915: Record the tail at each request and use it to estimate the headChris Wilson1-1/+16
2012-02-13drm/i915: fixup seqno allocation logic for lazy_requestDaniel Vetter1-0/+23
2012-02-13drm/i915: outstanding_lazy_request is a u32Daniel Vetter1-1/+1
2012-02-09drm/i915: enable ppgttDaniel Vetter1-0/+39
2012-02-09drm/i915: ppgtt binding/unbinding supportDaniel Vetter1-0/+11
2012-02-08drm/i915: consolidate swizzling control bit frobbingDaniel Vetter1-1/+4
2012-02-08drm/i915: swizzling support for snb/ivbDaniel Vetter1-2/+21
2012-01-30drm/i915: rewrite shmem_pread_slow to use copy_to_userDaniel Vetter1-134/+57
2012-01-30drm/i915: rewrite shmem_pwrite_slow to use copy_from_userDaniel Vetter1-62/+65
2012-01-30drm/i915: fall through pwrite_gtt_slow to the shmem slow pathDaniel Vetter1-12/+21
2012-01-30drm/i915: Remove the upper limit on the bo size for mapping into the CPU domainChris Wilson1-6/+0
2012-01-29drm/i915: don't trash the gtt when running out of fencesDaniel Vetter1-1/+1
2012-01-29drm/i915: Separate fence pin counting from normal bind pin countingChris Wilson1-2/+5
2012-01-26drm/i915: argument to control retiring behaviorBen Widawsky1-12/+16
2012-01-17drm/i915: add a LLC feature flag in device descriptionEugeni Dodonov1-2/+2
2012-01-03drm/i915: Make the fallback IRQ wait not sleep.Eric Anholt1-5/+5
2012-01-03drm/i915: Do the fallback non-IRQ wait in ring throttle, too.Eric Anholt1-0/+4
2011-12-16Revert "drm/i915: fix infinite recursion on unbind due to ilk vt-d w/a"Linus Torvalds1-6/+1
2011-12-07drm/i915: fix infinite recursion on unbind due to ilk vt-d w/aDaniel Vetter1-1/+6
2011-11-17drm, i915: Fix memory leak in i915_gem_busy_ioctl().Rakib Mullick1-2/+4
2011-11-03drm/i915: enable cacheable objects on IvybridgeJesse Barnes1-1/+1
2011-11-03drm/i915: add constants to size fence arrays and fieldsDaniel Vetter1-2/+2
2011-11-01drm/i915: Fix object refcount leak on mmappable size limit error path.Eric Anholt1-1/+1
2011-10-20drm/i915: Remove early exit on i915_gpu_idleBen Widawsky1-6/+0
2011-10-20drm/i915: drop KM_USER0 argument to k(un)map_atomicDaniel Vetter1-2/+2
2011-10-20drm/i915: Defend against userspace creating a gem object with size==0Chris Wilson1-0/+2
2011-10-20drm/i915: simplify swapin/out swizzle checking a bitDaniel Vetter1-2/+2
2011-09-20Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux i...Dave Airlie1-6/+6
2011-09-19Drivers: i915: Fix all space related issues.Akshay Joshi1-6/+6
2011-08-30drm/i915: use common functions for mmap offset creationRob Clark1-83/+2
2011-07-22Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard1-36/+35
2011-07-21drm/i915: Skip GPU wait for scanout pin while wedgedKeith Packard1-1/+1
2011-07-18drm/i915: Fix unfenced alignment on pre-G33 hardwareChris Wilson1-36/+35
2011-06-29Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard1-22/+16
2011-06-29drm/i915: hangcheck disable parameterBen Widawsky1-2/+5
2011-06-28Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2011-06-28Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard1-2/+2
2011-06-28drm/i915: Use chipset-specific irq installersChris Wilson1-2/+2
2011-06-27drm/i915: use shmem_truncate_rangeHugh Dickins1-5/+2
2011-06-27drm/i915: use shmem_read_mapping_pageHugh Dickins1-17/+14
2011-06-24drm/i915: i915_gem_object_finish_gtt must always release gtt mmapKeith Packard1-3/+3
2011-06-21Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard1-8/+8
2011-06-21Revert "drm/i915: Kill GTT mappings when moving from GTT domain"Eric Anholt1-6/+4
2011-06-14drm/i915: Don't leak in i915_gem_shmem_pread_slow()Jesper Juhl1-2/+4