summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/selftests/i915_gem_context.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Use kmap_local_page() in gem/selftests/i915_gem_context.cZhao Liu2023-12-151-4/+4
* drm/i915/selftests: Add some missing error propagationTvrtko Ursulin2023-06-061-4/+10
* drm/i915: Fix memory leaks in function live_nop_switchCong Liu2023-05-191-6/+8
* drm/i915/gem: Consider multi-gt instead of to_gt()Tejas Upadhyay2023-04-191-2/+2
* drm/i915/selftest: use igt_vma_move_to_active_unlocked if possibleAndrzej Hajda2023-01-091-6/+2
* drm/i915/gem: Typecheck page lookupsChris Wilson2022-12-301-5/+7
* drm/i915: Wrap all access to i915_vma.node.start|sizeChris Wilson2022-12-061-6/+9
* drm/i915: call i915_request_await_object from _i915_vma_move_to_activeAndrzej Hajda2022-11-161-12/+4
* drm/i915/selftests: Stop using kthread_stop()Tvrtko Ursulin2022-10-201-52/+66
* drm/i915/selftests: Increase timeout for live_parallel_switchAkeem G Abodunrin2022-06-231-1/+1
* Merge drm/drm-next into drm-intel-nextJani Nikula2022-04-111-3/+5
|\
| * drm/i915/xehp: CCS should use RCS setup functionsMatt Roper2022-03-021-3/+5
* | drm/i915: Use str_yes_no()Lucas De Marchi2022-03-021-3/+4
|/
* Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...Rodrigo Vivi2022-02-231-1/+1
|\
| * drm/i915/gem: Use to_gt() helper for GGTT accessesMichał Winiarski2022-01-051-1/+1
* | drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula2022-02-111-0/+1
* | drm/i915: Parameterize R_PWR_CLK_STATE register definitionMatt Roper2022-02-021-1/+2
|/
* 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-171-5/+5
* drm/i915/selftests: Follow up on increase timeout in i915_gem_contexts selftestsBruce Chang2021-12-071-1/+1
* drm/i915: Drop __rcu from gem_context->vmDaniel Vetter2021-09-061-15/+9
* drm/i915: Add i915_gem_context_is_full_ppgttDaniel Vetter2021-09-061-3/+3
* drm/i915: Rename i915_gem_context_get_vm_rcu to i915_gem_context_get_eb_vmDaniel Vetter2021-09-061-2/+2
* drm/i915/selftests: Increase timeout in i915_gem_contexts selftestsMatthew Brost2021-08-241-1/+1
* i915/gem/selftests: Assign the VM at context creation in igt_shared_ctx_execJason Ekstrand2021-07-081-5/+1
* drm/i915/selftests: Take a VM in kernel_context()Jason Ekstrand2021-07-081-2/+2
* drm/i915/gem: Don't allow changing the VM on running contexts (v4)Jason Ekstrand2021-07-081-119/+0
* drm/i915/gem: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-051-8/+8
* drm/i915/gtt: map the PD up frontMatthew Auld2021-04-271-9/+2
* drm/i915/selftests: Prepare context tests for obj->mm.lock removal.Maarten Lankhorst2021-03-241-5/+5
* drm/i915/selftest: Create mock_destroy_deviceDaniel Vetter2020-09-211-1/+1
* drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v3.Maarten Lankhorst2020-09-071-56/+50
* drm/i915: Add ww context handling to context_barrier_taskMaarten Lankhorst2020-09-071-14/+8
* drm/i915: Remove locking from i915_gem_object_prepare_read/writeMaarten Lankhorst2020-09-071-3/+9
* drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.Maarten Lankhorst2020-09-071-2/+2
* drm/i915/gt: Switch to object allocations for page directoriesChris Wilson2020-09-071-1/+1
* drm/i915/sseu: Move sseu_info under gt_infoVenkata Sandeep Dhanalakota2020-07-081-1/+4
* drm/i915: Emit await(batch) before MI_BB_STARTChris Wilson2020-05-111-17/+32
* drm/i915: Only close vma we openChris Wilson2020-04-241-1/+0
* drm/i915: Drop final few uses of drm_i915_private.engineChris Wilson2020-03-261-1/+1
* drm/i915/selftests: Use igt_random_offset()Chris Wilson2020-03-121-5/+4
* drm/i915: Apply i915_request_skip() on submissionChris Wilson2020-03-041-3/+3
* drm/i915/selftests: Lock the drm_mm as we searchChris Wilson2020-01-281-3/+6
* drm/i915/gt: Poison GTT scratch pagesChris Wilson2020-01-241-38/+116
* drm/i915: Remove i915->kernel_contextChris Wilson2019-12-211-3/+2
* drm/i915/selftests: Drop local vm reference!Chris Wilson2019-11-281-19/+15
* drm/i915/selftests: Count the number of engines usedChris Wilson2019-11-281-9/+16
* drm/i915: Serialise with engine-pm around requests on the kernel_contextChris Wilson2019-11-251-1/+6
* drm/i915/selftests: Shorten infinite wait for sseuChris Wilson2019-11-221-2/+1
* drm/i915/selftests: Take a ref to the request we wait uponChris Wilson2019-11-201-9/+30