aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/selftest_rps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-05drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-8/+8
2021-05-20drm/i915/gt: fix typo issuewengjianfeng1-2/+2
2021-04-20drm/i915/selftests: Only query RAPL for integrated power measurementsChris Wilson1-1/+1
2020-11-21drm/i915/gt: Plug IPS into intel_rps_setChris Wilson1-1/+4
2020-10-23drm/i915/selftests: Skip RPS tests on Ironlake (only IPS)Chris Wilson1-4/+4
2020-09-07drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v3.Maarten Lankhorst1-12/+18
2020-08-17drm/i915/selftests: Downgrade severity of CS/SRM frequency scaling testsChris Wilson1-2/+2
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie1-4/+4
2020-07-14drm/i915/selftests: Fix compare functions provided for sortingSudeep Holla1-4/+4
2020-06-18drm/i915/selftests: Enable selftesting of busy-statsChris Wilson1-39/+29
2020-06-16drm/i915/selftests: Restore to default heartbeatChris Wilson1-41/+28
2020-05-19drm/i915/selftests: Restore to default heartbeatChris Wilson1-41/+28
2020-05-11drm/i915/selftests: Always flush before unpining after writingChris Wilson1-0/+2
2020-05-04drm/i915/selftests: Repeat the rps clock frequency measurementChris Wilson1-14/+40
2020-04-30drm/i915/gt: Track use of RPS interrupts in flagsChris Wilson1-1/+1
2020-04-30drm/i915/gt: Move rps.enabled/active to flagsChris Wilson1-11/+11
2020-04-28drm/i915/selftests: Tweak the tolerance for clock ticks to 12.5%Chris Wilson1-4/+4
2020-04-28drm/i915/gt: fix spelling mistake "evalution" -> "evaluation"Colin Ian King1-1/+1
2020-04-27drm/i915/gt: Fix up clock frequencyChris Wilson1-0/+139
2020-04-24drm/i915/gt: Use the RPM config register to determine clk frequenciesChris Wilson1-2/+5
2020-04-22drm/i915/selftests: Disable heartbeat around RPS interrupt testingChris Wilson1-4/+55
2020-04-21drm/i915/selftests: Unroll the CS frequency loopChris Wilson1-13/+20
2020-04-21drm/i915/selftests: Disable C-states when measuring RPS frequency responseChris Wilson1-0/+18
2020-04-21drm/i915/selftests: Show the full scaling curve on failureChris Wilson1-0/+40
2020-04-21drm/i915/selftests: Show the pstate limits on any failure to reset minChris Wilson1-0/+2
2020-04-20drm/i915/selftests: Exercise dynamic reclocking with RPSChris Wilson1-10/+102
2020-04-20drm/i915/selftests: Show the pcode frequency table on errorChris Wilson1-0/+39
2020-04-20drm/i915/selftests: Split RPS frequency measurementChris Wilson1-7/+150
2020-04-20drm/i915/selftests: Check RPS controlsChris Wilson1-24/+188
2020-04-20drm/i915/selftests: Skip energy consumption tests if not controlling freqChris Wilson1-14/+23
2020-04-20drm/i915/selftests: Verify frequency scaling with RPSChris Wilson1-12/+237
2020-04-17drm/i915/selftests: Check power consumption at min/max frequenciesChris Wilson1-0/+138
2020-04-17drm/i915/selftests: Take the engine wakeref around __rps_up_interruptChris Wilson1-5/+11
2020-04-17drm/i915/selftests: Delay spinner before waiting for an interruptChris Wilson1-12/+16
2020-04-16drm/i915/selftests: Exercise basic RPS interrupt generationChris Wilson1-0/+223