aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/i915_perf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-18drm/i915/selftests: Use correct selfest calls for live testsMatthew Brost1-1/+1
2021-12-17drm/i915/selftests: Use to_gt() helperAndi Shyti1-1/+1
2021-06-10Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-3/+3
2021-06-07drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-3/+3
2021-04-27drm/i915/gtt: map the PD up frontMatthew Auld1-2/+1
2020-12-23drm/i915/gt: Consolidate the CS timestamp clocksChris Wilson1-1/+1
2020-09-07drm/i915/gt: Switch to object allocations for page directoriesChris Wilson1-2/+2
2020-07-14drm/i915/selftest: Fix an error code in live_noa_gpr()Dan Carpenter1-0/+1
2020-07-13drm/i915/selftest: fix an error return path where err is not being setColin Ian King1-0/+1
2020-07-10drm/i915/selftest: Check that GPR are restored across noa_waitChris Wilson1-0/+131
2020-06-03drm/i915: Drop i915_request.i915 backpointerChris Wilson1-1/+1
2020-05-14drm/i915: Extract i915_cs_timestamp_{ns_to_ticks,tick_to_ns}()Ville Syrjälä1-2/+1
2020-05-14drm/i915: Store CS timestamp frequency in HzVille Syrjälä1-2/+2
2020-05-14drm/i915/selftests: Always call the provided engine->emit_init_breadcrumbChris Wilson1-2/+1
2020-03-17drm/i915/perf: remove generated codeLionel Landwerlin1-3/+95
2019-11-25drm/i915: Serialise with engine-pm around requests on the kernel_contextChris Wilson1-1/+1
2019-10-29drm/i915/perf: ensure selftests select valid formatLionel Landwerlin1-1/+2
2019-10-12drm/i915/perf: implement active wait for noa configurationsLionel Landwerlin1-0/+216