summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem
AgeCommit message (Expand)AuthorLines
2019-11-05drm/i915/cmdparser: Add support for backward jumpsJon Bloomfield-8/+36
2019-11-05drm/i915: Allow parsing of unsized batchesJon Bloomfield-4/+5
2019-11-05drm/i915: Support ro ppgtt mapped cmdparser shadow buffersJon Bloomfield-17/+41
2019-11-05drm/i915: Add support for mandatory cmdparsingJon Bloomfield-1/+2
2019-11-05drm/i915: Remove Master tables from cmdparserJon Bloomfield-4/+3
2019-11-05drm/i915: Disable Secure Batches for gen6+Jon Bloomfield-2/+10
2019-10-16drm/i915/userptr: Never allow userptr into the mappable GGTTChris Wilson-1/+16
2019-10-07drm/i915: Mark contents as dirty on a write faultChris Wilson-1/+5
2019-10-07drm/i915: Don't mix srcu tag and negative error codesChris Wilson-4/+2
2019-10-07drm/i915: Perform GGTT restore much earlier during resumeChris Wilson-3/+0
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-1170/+1543
2019-09-12Revert "drm/i915/userptr: Acquire the page lock around set_page_dirty()"Chris Wilson-9/+1
2019-09-06drm/i915: Use NOEVICT for first pass on attemping to pin a GGTT mmapChris Wilson-1/+1
2019-08-22drm/i915: Replace i915_vma_put_fence()Chris Wilson-14/+30
2019-08-22drm/i915: Pull obj->userfault tracking under the ggtt->mutexChris Wilson-3/+7
2019-08-22drm/i915: Generalise the clflush dma-workerChris Wilson-80/+43
2019-08-22Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi-37/+32
2019-08-21drm/i915: Replace PIN_NONFAULT with calls to PIN_NOEVICTChris Wilson-6/+6
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-24/+24
2019-08-20drm/i915/tgl: add GEN12_MAX_CONTEXT_HW_IDDaniele Ceraolo Spurio-1/+3
2019-08-20drm/i915: Serialize insertion into the file->mm.request_listChris Wilson-2/+7
2019-08-19drm/i915: Use 0 for the unordered contextChris Wilson-10/+3
2019-08-19drm/i915: Serialize against vma movesChris Wilson-12/+34
2019-08-16drm/i915: Markup expected timeline locks for i915_activeChris Wilson-2/+2
2019-08-16dma-buf: Restore seqlock around dma_resv updatesChris Wilson-7/+17
2019-08-16drm/i915: Extract intel_frontbuffer active trackingChris Wilson-47/+10
2019-08-15drm/i915: Protect request retirement with timeline->mutexChris Wilson-80/+103
2019-08-15drm/i915/gt: Track timeline activeness in enter/exitChris Wilson-1/+0
2019-08-15drm/i915: Convert a few more bland dmesg info to be device specificChris Wilson-2/+6
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König-24/+24
2019-08-10drm/i915/blt: support copying objectsMatthew Auld-1/+318
2019-08-10drm/i915/selftests: move gpu-write-dw into utilsMatthew Auld-236/+169
2019-08-10drm/i915: use new reservation_object_fences helperChristian König-17/+7
2019-08-10drm/i915/blt: bump the size restrictionMatthew Auld-49/+180
2019-08-10drm/i915/blt: don't assume pinned intel_contextMatthew Auld-2/+4
2019-08-09drm/i915: Remove redundant user_access_end() from __copy_from_user() error pathJosh Poimboeuf-11/+9
2019-08-09drm/i915: Stop reconfiguring our shmemfs mountpointChris Wilson-22/+9
2019-08-09drm/i915: Lift timeline into intel_contextChris Wilson-9/+28
2019-08-09drm/i915: Push the ring creation flags to the backendChris Wilson-17/+26
2019-08-09drm/i915: Remove i915_gem_context_create_gvt()Chris Wilson-49/+0
2019-08-09drm/i915: Generalise BSD default selectionChris Wilson-1/+2
2019-08-09drm/i915: Replace global bsd_dispatch_index with random seedChris Wilson-2/+1
2019-08-09drm/i915: Check for a second VCS engine more carefullyChris Wilson-1/+7
2019-08-09drm/i915: Free the imported shmemfs file for phys objectsChris Wilson-0/+7
2019-08-09drm/i915: extract i915_gem_shrinker.h from i915_drv.hJani Nikula-0/+31
2019-08-09drm/i915: extract gem/i915_gem_stolen.h from i915_drv.hJani Nikula-0/+36
2019-08-09Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-16/+11
2019-08-08drm/i915: Defer final intel_wakeref_put to process contextChris Wilson-10/+3
2019-08-08drm/i915: Fix up the inverse mapping for default ctx->engines[]Chris Wilson-4/+5
2019-08-07drm/i915: stop using seqcount for fence pruningChristian König-9/+5