aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/selftest_timeline.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-17drm/i915/gt: Use to_gt() helperMichaƂ Winiarski1-3/+3
2021-07-08drm/i915: Stop storing the ring size in the ring pointer (v3)Jason Ekstrand1-1/+1
2021-06-05drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-3/+3
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-2/+1
2021-03-24drm/i915/gt: SPDX cleanupChris Wilson1-2/+1
2021-03-24drm/i915/selftests: Prepare timeline tests for obj->mm.lock removalMaarten Lankhorst1-5/+25
2021-03-24drm/i915: Pin timeline map after first timeline pin, v4.Maarten Lankhorst1-30/+31
2021-03-24drm/i915: Do not share hwsp across contexts any more, v8.Maarten Lankhorst1-34/+54
2020-12-16drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.hChris Wilson1-0/+1
2020-11-20drm/i915/selftests: Small tweak to put the termination conditions togetherChris Wilson1-7/+6
2020-11-13Merge tag 'drm-intel-gt-next-2020-11-12-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-2/+376
2020-10-23drm/i915/selftests: Exercise intel_timeline_read_hwsp()Chris Wilson1-2/+376
2020-09-21drm/i915/selftest: Create mock_destroy_deviceDaniel Vetter1-1/+1
2020-09-07drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst1-2/+2
2020-09-07drm/i915/gt: Support multiple pinned timelinesChris Wilson1-3/+3
2020-08-17drm/i915/selftests: Add compiler paranoia for checking HWSP valuesChris Wilson1-11/+13
2020-07-15drm/i915/gt: Trace placement of timeline HWSPChris Wilson1-5/+8
2020-06-18drm/i915/selftests: Enable selftesting of busy-statsChris Wilson1-18/+3
2020-06-03drm/i915: Drop i915_request.i915 backpointerChris Wilson1-2/+2
2020-05-19drm/i915/selftests: Restore to default heartbeatChris Wilson1-9/+6
2020-02-09drm/i915/selftests: Remove erroneous intel_engine_pm_putChris Wilson1-1/+0
2020-02-04drm/i915/selftests: Add a simple rollover test for the kernel contextChris Wilson1-0/+187
2019-11-25drm/i915: Serialise with engine-pm around requests on the kernel_contextChris Wilson1-4/+2
2019-10-24drm/i915/gt: Split intel_ring_submissionChris Wilson1-0/+1
2019-10-18drm/i915: Pass in intel_gt at some for_each_engine sitesTvrtko Ursulin1-4/+4
2019-10-16drm/i915/selftests: Teach timelines to take intel_gt as its argumentChris Wilson1-23/+25
2019-10-04drm/i915: Move request runtime management onto gtChris Wilson1-3/+5
2019-10-04drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson1-52/+39
2019-08-16drm/i915: Markup expected timeline locks for i915_activeChris Wilson1-0/+4
2019-08-15drm/i915/gt: Track timeline activeness in enter/exitChris Wilson1-2/+0
2019-07-12drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson1-1/+2
2019-07-03drm/i915/selftests: Common live setup/teardownChris Wilson1-3/+1
2019-06-21drm/i915: Rename i915_timeline to intel_timeline and move under gtTvrtko Ursulin1-0/+845