summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/selftests
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-gt-next-2022-04-27' of git://anongit.freedesktop.org/drm...Dave Airlie2022-04-283-11/+12
|\
| * Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi2022-04-213-7/+11
| |\
| * | drm/i915: consider min_page_size when migratingMatthew Auld2022-04-211-1/+3
| * | Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen2022-04-121-1/+4
| |\ \
| * | | drm/i915: Rename INTEL_REGION_LMEM with INTEL_REGION_LMEM_0Andi Shyti2022-03-212-7/+7
| * | | drm/i915: Remove the vm open countThomas Hellström2022-03-071-3/+2
* | | | Merge drm/drm-next into drm-misc-nextPaul Cercueil2022-04-183-7/+11
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'drm-intel-next-2022-04-13-1' of git://anongit.freedesktop.org/drm/...Dave Airlie2022-04-143-7/+11
| |\ \ \ | | |_|/ | |/| |
| | * | Merge drm/drm-next into drm-intel-nextJani Nikula2022-04-114-15/+411
| | |\|
| | * | drm/i915: include linux/highmem.h and linux/swap.h where neededJani Nikula2022-03-042-0/+2
| | * | drm/i915: Use str_yes_no()Lucas De Marchi2022-03-022-7/+9
* | | | drm/i915: drop bo->moving dependencyChristian König2022-04-072-4/+2
* | | | dma-buf: specify usage while adding fences to dma_resv obj v7Christian König2022-04-072-3/+4
* | | | dma-buf: add enum dma_resv_usage v4Christian König2022-04-071-1/+2
|/ / /
* | / dma-buf/drivers: make reserving a shared slot mandatory v4Christian König2022-04-061-1/+4
| |/ |/|
* | drm/i915/xehp: CCS should use RCS setup functionsMatt Roper2022-03-021-3/+5
* | drm/i915/selftests: exercise mmap migrationMatthew Auld2022-03-011-0/+329
* | drm/i915/selftests: handle allocation failuresMatthew Auld2022-03-011-1/+1
* | drm/i915: Clarify vma lifetimeThomas Hellström2022-02-281-2/+2
* | drm/i915: add io_size plumbingMatthew Auld2022-02-281-1/+1
* | Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin2022-02-258-10/+18
|\|
| * Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...Rodrigo Vivi2022-02-236-50/+214
| |\
| * | drm/i915: split out i915_file_private.h from i915_drv.hJani Nikula2022-02-141-0/+1
| * | drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula2022-02-114-2/+7
| * | dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-072-6/+6
| * | drm/i915: Move GT registers to their own header fileMatt Roper2022-02-021-1/+2
| * | drm/i915: Parameterize R_PWR_CLK_STATE register definitionMatt Roper2022-02-021-1/+2
| * | drm/i915/ttm: add unmap_virtual callbackMatthew Auld2022-01-101-14/+4
* | | drm/i915: support 64K GTT pages for discrete cardsMatthew Auld2022-02-191-0/+60
* | | drm/i915: enforce min GTT alignment for discrete cardsMatthew Auld2022-02-191-8/+13
| |/ |/|
* | drm/i915: Add i915_vma_unbind_unlocked, and take obj lock for i915_vma_unbind...Maarten Lankhorst2022-01-183-2/+8
* | drm/i915: Asynchronous migration selftestThomas Hellström2022-01-111-15/+177
* | drm/i915: Use the vma resource as argument for gtt binding / unbindingThomas Hellström2022-01-111-21/+16
* | drm/i915/ttm: add unmap_virtual callbackMatthew Auld2022-01-101-14/+4
* | drm/i915/gem: Use to_gt() helper for GGTT accessesMichał Winiarski2022-01-054-12/+13
|/
* drm/i915: Ensure gem_contexts selftests work with unbind changes, v2.Maarten Lankhorst2021-12-201-24/+35
* drm/i915/gem: Use to_gt() helperMichał Winiarski2021-12-175-21/+23
* drm/i915/selftests: Follow up on increase timeout in i915_gem_contexts selftestsBruce Chang2021-12-071-1/+1
* drm/i915/ttm: Drop region reference countingThomas Hellström2021-11-251-1/+1
* drm/i915/selftests: Rework context handling in hugepages selftestsMaarten Lankhorst2021-11-051-48/+80
* drm/i915/ttm: Failsafe migration blitsThomas Hellström2021-11-051-1/+23
* drm/i915/selftests: Fix inconsistent IS_ERR and PTR_ERRKai Song2021-10-251-2/+2
* drm/i915/selftests: mark up hugepages object with start_cpu_writeMatthew Auld2021-10-201-1/+6
* drm/i915: Stop using I915_TILING_* in client blit selftestMatt Roper2021-10-121-11/+18
* drm/i915/pxp: interfaces for using protected objectsDaniele Ceraolo Spurio2021-10-041-2/+2
* drm/i915/selftests: exercise shmem_writeback with THPMatthew Auld2021-09-241-1/+2
* drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström2021-09-241-1/+1
* drm/i915: Add mmap lock around vma_lookup() in the mman selftest.Maarten Lankhorst2021-09-151-0/+2
* drm/i915/selftests: Always initialize err in igt_dmabuf_import_same_driver_lm...Nathan Chancellor2021-09-141-0/+2
* drm/i915/selftests: Do not use import_obj uninitializedNathan Chancellor2021-09-141-3/+2