summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem/selftests/i915_gem_context.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-15drm/i915: Use kmap_local_page() in gem/selftests/i915_gem_context.cZhao Liu1-4/+4
2023-06-06drm/i915/selftests: Add some missing error propagationTvrtko Ursulin1-4/+10
2023-05-20drm/i915: Fix memory leaks in function live_nop_switchCong Liu1-6/+8
2023-04-19drm/i915/gem: Consider multi-gt instead of to_gt()Tejas Upadhyay1-2/+2
2023-01-09drm/i915/selftest: use igt_vma_move_to_active_unlocked if possibleAndrzej Hajda1-6/+2
2022-12-30drm/i915/gem: Typecheck page lookupsChris Wilson1-5/+7
2022-12-06drm/i915: Wrap all access to i915_vma.node.start|sizeChris Wilson1-6/+9
2022-11-16drm/i915: call i915_request_await_object from _i915_vma_move_to_activeAndrzej Hajda1-12/+4
2022-10-21drm/i915/selftests: Stop using kthread_stop()Tvrtko Ursulin1-52/+66
2022-06-23drm/i915/selftests: Increase timeout for live_parallel_switchAkeem G Abodunrin1-1/+1
2022-04-11Merge drm/drm-next into drm-intel-nextJani Nikula1-3/+5
2022-03-02drm/i915: Use str_yes_no()Lucas De Marchi1-3/+4
2022-03-02drm/i915/xehp: CCS should use RCS setup functionsMatt Roper1-3/+5
2022-02-23Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...Rodrigo Vivi1-1/+1
2022-02-11drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula1-0/+1
2022-02-02drm/i915: Parameterize R_PWR_CLK_STATE register definitionMatt Roper1-1/+2
2022-01-05drm/i915/gem: Use to_gt() helper for GGTT accessesMichał Winiarski1-1/+1
2021-12-20drm/i915: Ensure gem_contexts selftests work with unbind changes, v2.Maarten Lankhorst1-24/+35
2021-12-18drm/i915/gem: Use to_gt() helperMichał Winiarski1-5/+5
2021-12-07drm/i915/selftests: Follow up on increase timeout in i915_gem_contexts selftestsBruce Chang1-1/+1
2021-09-06drm/i915: Drop __rcu from gem_context->vmDaniel Vetter1-15/+9
2021-09-06drm/i915: Add i915_gem_context_is_full_ppgttDaniel Vetter1-3/+3
2021-09-06drm/i915: Rename i915_gem_context_get_vm_rcu to i915_gem_context_get_eb_vmDaniel Vetter1-2/+2
2021-08-25drm/i915/selftests: Increase timeout in i915_gem_contexts selftestsMatthew Brost1-1/+1
2021-07-08i915/gem/selftests: Assign the VM at context creation in igt_shared_ctx_execJason Ekstrand1-5/+1
2021-07-08drm/i915/selftests: Take a VM in kernel_context()Jason Ekstrand1-2/+2
2021-07-08drm/i915/gem: Don't allow changing the VM on running contexts (v4)Jason Ekstrand1-119/+0
2021-06-06drm/i915/gem: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-8/+8
2021-04-27drm/i915/gtt: map the PD up frontMatthew Auld1-9/+2
2021-03-24drm/i915/selftests: Prepare context tests for obj->mm.lock removal.Maarten Lankhorst1-5/+5
2020-09-21drm/i915/selftest: Create mock_destroy_deviceDaniel Vetter1-1/+1
2020-09-07drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v3.Maarten Lankhorst1-56/+50
2020-09-07drm/i915: Add ww context handling to context_barrier_taskMaarten Lankhorst1-14/+8
2020-09-07drm/i915: Remove locking from i915_gem_object_prepare_read/writeMaarten Lankhorst1-3/+9
2020-09-07drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.Maarten Lankhorst1-2/+2
2020-09-07drm/i915/gt: Switch to object allocations for page directoriesChris Wilson1-1/+1
2020-07-08drm/i915/sseu: Move sseu_info under gt_infoVenkata Sandeep Dhanalakota1-1/+4
2020-05-11drm/i915: Emit await(batch) before MI_BB_STARTChris Wilson1-17/+32
2020-04-24drm/i915: Only close vma we openChris Wilson1-1/+0
2020-03-26drm/i915: Drop final few uses of drm_i915_private.engineChris Wilson1-1/+1
2020-03-12drm/i915/selftests: Use igt_random_offset()Chris Wilson1-5/+4
2020-03-04drm/i915: Apply i915_request_skip() on submissionChris Wilson1-3/+3
2020-01-28drm/i915/selftests: Lock the drm_mm as we searchChris Wilson1-3/+6
2020-01-25drm/i915/gt: Poison GTT scratch pagesChris Wilson1-38/+116
2019-12-21drm/i915: Remove i915->kernel_contextChris Wilson1-3/+2
2019-11-28drm/i915/selftests: Drop local vm reference!Chris Wilson1-19/+15
2019-11-28drm/i915/selftests: Count the number of engines usedChris Wilson1-9/+16
2019-11-25drm/i915: Serialise with engine-pm around requests on the kernel_contextChris Wilson1-1/+6
2019-11-22drm/i915/selftests: Shorten infinite wait for sseuChris Wilson1-2/+1
2019-11-20drm/i915/selftests: Take a ref to the request we wait uponChris Wilson1-9/+30