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