summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem/selftests
AgeCommit message (Expand)Author
2022-01-05drm/i915/gem: Use to_gt() helper for GGTT accessesMichał Winiarski
2021-12-20drm/i915: Ensure gem_contexts selftests work with unbind changes, v2.Maarten Lankhorst
2021-12-17drm/i915/gem: Use to_gt() helperMichał Winiarski
2021-12-07drm/i915/selftests: Follow up on increase timeout in i915_gem_contexts selftestsBruce Chang
2021-11-25drm/i915/ttm: Drop region reference countingThomas Hellström
2021-11-05drm/i915/selftests: Rework context handling in hugepages selftestsMaarten Lankhorst
2021-11-05drm/i915/ttm: Failsafe migration blitsThomas Hellström
2021-10-25drm/i915/selftests: Fix inconsistent IS_ERR and PTR_ERRKai Song
2021-10-20drm/i915/selftests: mark up hugepages object with start_cpu_writeMatthew Auld
2021-10-12drm/i915: Stop using I915_TILING_* in client blit selftestMatt Roper
2021-10-04drm/i915/pxp: interfaces for using protected objectsDaniele Ceraolo Spurio
2021-09-24drm/i915/selftests: exercise shmem_writeback with THPMatthew Auld
2021-09-24drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström
2021-09-15drm/i915: Add mmap lock around vma_lookup() in the mman selftest.Maarten Lankhorst
2021-09-14drm/i915/selftests: Always initialize err in igt_dmabuf_import_same_driver_lm...Nathan Chancellor
2021-09-14drm/i915/selftests: Do not use import_obj uninitializedNathan Chancellor
2021-09-08drm/i915/selftests: fixup igt_shrink_thpMatthew Auld
2021-09-06drm/i915: Drop __rcu from gem_context->vmDaniel Vetter
2021-09-06drm/i915: Add i915_gem_context_is_full_ppgttDaniel Vetter
2021-09-06drm/i915: Rename i915_gem_context_get_vm_rcu to i915_gem_context_get_eb_vmDaniel Vetter
2021-09-06drm/i915: Release i915_gem_context from a workerDaniel Vetter
2021-09-02drm/i915/gem: Fix the mman selftestThomas Hellström
2021-08-27drm/i915: Actually delete gpu reloc selftestsDaniel Vetter
2021-08-24drm/i915/selftests: Increase timeout in i915_gem_contexts selftestsMatthew Brost
2021-07-30drm/i915/selftests: prefer the create_user helperMatthew Auld
2021-07-26drm/i915/gem: Migrate to system at dma-buf attach time (v7)Thomas Hellström
2021-07-26drm/i915/gem: Correct the locking and pin pattern for dma-buf (v8)Thomas Hellström
2021-07-26drm/i915/gem: Check object_can_migrate from object_migrateJason Ekstrand
2021-07-21drm/i915: Add TTM offset argument to mmap.Maarten Lankhorst
2021-07-16drm/i915: Revert "drm/i915/gem: Asynchronous cmdparser"Jason Ekstrand
2021-07-13Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi
2021-07-08drm/i915/gem: Roll all of context creation togetherJason Ekstrand
2021-07-08i915/gem/selftests: Assign the VM at context creation in igt_shared_ctx_execJason Ekstrand
2021-07-08drm/i915/selftests: Take a VM in kernel_context()Jason Ekstrand
2021-07-08drm/i915/gem: Don't allow changing the VM on running contexts (v4)Jason Ekstrand
2021-07-08drm/i915/gem: Delay context creation (v3)Jason Ekstrand
2021-07-08drm/i915/gem: Optionally set SSEU in intel_context_set_gemJason Ekstrand
2021-07-08drm/i915/gem: Add an intermediate proto_context struct (v5)Jason Ekstrand
2021-07-01Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-06-30drm/i915: support forcing the page size with lmemMatthew Auld
2021-06-30drm/i915/gem: Introduce a selftest for the gem object migrate functionalityMatthew Auld
2021-06-29drm/i915/selftests: use vma_lookup() in __igt_mmap()Liam Howlett
2021-06-24drm/i915: Update object placement flags to be mutableThomas Hellström
2021-06-17drm/i915/gem: Zap the i915_gem_object_blt codeThomas Hellström
2021-06-17drm/i915/gem: Zap the client blt codeThomas Hellström
2021-06-11drm/i915: Use ttm mmap handling for ttm bo's.Maarten Lankhorst
2021-06-05drm/i915/gem: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi
2021-05-04drm/i915/uapi: implement object placement extensionMatthew Auld
2021-04-27drm/i915/gtt: map the PD up frontMatthew Auld
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie