summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/selftest_timeline.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: use direct alias for i915 in requestsAndrzej Hajda2023-07-241-2/+2
* drm/i915: use pat_index instead of cache_levelFei Yang2023-05-111-1/+1
* drm/i915/selftests: keep same cache settings as timelineFei Yang2023-03-171-3/+11
* drm/i915: Use str_yes_no()Lucas De Marchi2022-03-021-1/+2
* Merge drm/drm-next into drm-intel-nextRodrigo Vivi2022-01-311-3/+3
|\
| * drm/i915/gt: Use to_gt() helperMichaƂ Winiarski2021-12-171-3/+3
* | drm/i915/gt: Move engine registers to their own headerMatt Roper2022-01-111-0/+1
|/
* drm/i915: Stop storing the ring size in the ring pointer (v3)Jason Ekstrand2021-07-081-1/+1
* drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-051-3/+3
* Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie2021-04-081-2/+1
|\
| * drm/i915/gt: SPDX cleanupChris Wilson2021-03-241-2/+1
* | drm/i915/selftests: Prepare timeline tests for obj->mm.lock removalMaarten Lankhorst2021-03-241-5/+25
* | drm/i915: Pin timeline map after first timeline pin, v4.Maarten Lankhorst2021-03-241-30/+31
* | drm/i915: Do not share hwsp across contexts any more, v8.Maarten Lankhorst2021-03-241-34/+54
|/
* drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.hChris Wilson2020-12-161-0/+1
* drm/i915/selftests: Small tweak to put the termination conditions togetherChris Wilson2020-11-201-7/+6
* Merge tag 'drm-intel-gt-next-2020-11-12-1' of git://anongit.freedesktop.org/d...Dave Airlie2020-11-131-2/+376
|\
| * drm/i915/selftests: Exercise intel_timeline_read_hwsp()Chris Wilson2020-10-231-2/+376
* | drm/i915/selftest: Create mock_destroy_deviceDaniel Vetter2020-09-211-1/+1
|/
* drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst2020-09-071-2/+2
* drm/i915/gt: Support multiple pinned timelinesChris Wilson2020-09-071-3/+3
* drm/i915/selftests: Add compiler paranoia for checking HWSP valuesChris Wilson2020-08-171-11/+13
* drm/i915/gt: Trace placement of timeline HWSPChris Wilson2020-07-151-5/+8
* drm/i915/selftests: Enable selftesting of busy-statsChris Wilson2020-06-181-18/+3
* drm/i915: Drop i915_request.i915 backpointerChris Wilson2020-06-031-2/+2
* drm/i915/selftests: Restore to default heartbeatChris Wilson2020-05-191-9/+6
* drm/i915/selftests: Remove erroneous intel_engine_pm_putChris Wilson2020-02-091-1/+0
* drm/i915/selftests: Add a simple rollover test for the kernel contextChris Wilson2020-02-041-0/+187
* drm/i915: Serialise with engine-pm around requests on the kernel_contextChris Wilson2019-11-251-4/+2
* drm/i915/gt: Split intel_ring_submissionChris Wilson2019-10-241-0/+1
* drm/i915: Pass in intel_gt at some for_each_engine sitesTvrtko Ursulin2019-10-181-4/+4
* drm/i915/selftests: Teach timelines to take intel_gt as its argumentChris Wilson2019-10-161-23/+25
* drm/i915: Move request runtime management onto gtChris Wilson2019-10-041-3/+5
* drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson2019-10-041-52/+39
* drm/i915: Markup expected timeline locks for i915_activeChris Wilson2019-08-161-0/+4
* drm/i915/gt: Track timeline activeness in enter/exitChris Wilson2019-08-151-2/+0
* drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson2019-07-121-1/+2
* drm/i915/selftests: Common live setup/teardownChris Wilson2019-07-031-3/+1
* drm/i915: Rename i915_timeline to intel_timeline and move under gtTvrtko Ursulin2019-06-211-0/+845