aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem
AgeCommit message (Expand)Author
2022-11-25drm/i915/dmabuf: fix sg_table handling in map_dma_bufMatthew Auld
2022-05-15drm/i915: Cast remain to unsigned long in eb_relocate_vmaNathan Chancellor
2022-01-29drm/i915: Flush TLBs before releasing backing storeTvrtko Ursulin
2021-05-19drm/i915: Avoid div-by-zero on gen2Ville Syrjälä
2021-01-12drm/i915: clear the gpu reloc batchMatthew Auld
2020-12-30drm/i915: Fix mismatch between misplaced vma check and vma insertChris Wilson
2020-11-18drm/i915/gem: Flush coherency domains on first set-domain-ioctlChris Wilson
2020-06-24drm/i915/gem: Avoid iterating an empty listChris Wilson
2020-06-17gup: document and work around "COW can break either way" issueLinus Torvalds
2020-04-17drm/i915/gem: Flush all the reloc_gpu batchChris Wilson
2020-03-18drm/i915: be more solid in checking the alignmentMatthew Auld
2020-03-12drm/i915/selftests: Fix return in assert_mmap_offset()Dan Carpenter
2020-02-28drm/i915: Wean off drm_pci_alloc/drm_pci_freeChris Wilson
2020-01-29drm/i915/userptr: fix size calculationMatthew Auld
2020-01-29drm/i915: Align engine->uabi_class/instance with i915_drm.hTvrtko Ursulin
2020-01-26drm/i915: Fix pid leak with banned clientsTvrtko Ursulin
2019-11-18drm/i915/userptr: Try to acquire the page lock around set_page_dirty()Chris Wilson
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