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