summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/selftest_rps.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/pcode: Extend pcode functions for multiple gt'sAshutosh Dixit2022-05-201-1/+1
* drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula2022-02-111-0/+2
* drm/i915/pcode: rename sandybridge_pcode_* to snb_pcode_*Jani Nikula2022-01-131-3/+2
* drm/i915/gt: Move engine registers to their own headerMatt Roper2022-01-111-0/+1
* drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-051-8/+8
* drm/i915/gt: fix typo issuewengjianfeng2021-05-201-2/+2
* drm/i915/selftests: Only query RAPL for integrated power measurementsChris Wilson2021-04-201-1/+1
* drm/i915/gt: Plug IPS into intel_rps_setChris Wilson2020-11-211-1/+4
* drm/i915/selftests: Skip RPS tests on Ironlake (only IPS)Chris Wilson2020-10-231-4/+4
* drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v3.Maarten Lankhorst2020-09-071-12/+18
* drm/i915/selftests: Downgrade severity of CS/SRM frequency scaling testsChris Wilson2020-08-171-2/+2
* Merge v5.8-rc6 into drm-nextDave Airlie2020-07-241-4/+4
|\
| * drm/i915/selftests: Fix compare functions provided for sortingSudeep Holla2020-07-141-4/+4
| * drm/i915/selftests: Restore to default heartbeatChris Wilson2020-06-161-41/+28
* | drm/i915/selftests: Enable selftesting of busy-statsChris Wilson2020-06-181-39/+29
* | drm/i915/selftests: Restore to default heartbeatChris Wilson2020-05-191-41/+28
|/
* drm/i915/selftests: Always flush before unpining after writingChris Wilson2020-05-111-0/+2
* drm/i915/selftests: Repeat the rps clock frequency measurementChris Wilson2020-05-041-14/+40
* drm/i915/gt: Track use of RPS interrupts in flagsChris Wilson2020-04-301-1/+1
* drm/i915/gt: Move rps.enabled/active to flagsChris Wilson2020-04-301-11/+11
* drm/i915/selftests: Tweak the tolerance for clock ticks to 12.5%Chris Wilson2020-04-281-4/+4
* drm/i915/gt: fix spelling mistake "evalution" -> "evaluation"Colin Ian King2020-04-281-1/+1
* drm/i915/gt: Fix up clock frequencyChris Wilson2020-04-271-0/+139
* drm/i915/gt: Use the RPM config register to determine clk frequenciesChris Wilson2020-04-241-2/+5
* drm/i915/selftests: Disable heartbeat around RPS interrupt testingChris Wilson2020-04-221-4/+55
* drm/i915/selftests: Unroll the CS frequency loopChris Wilson2020-04-211-13/+20
* drm/i915/selftests: Disable C-states when measuring RPS frequency responseChris Wilson2020-04-211-0/+18
* drm/i915/selftests: Show the full scaling curve on failureChris Wilson2020-04-211-0/+40
* drm/i915/selftests: Show the pstate limits on any failure to reset minChris Wilson2020-04-211-0/+2
* drm/i915/selftests: Exercise dynamic reclocking with RPSChris Wilson2020-04-201-10/+102
* drm/i915/selftests: Show the pcode frequency table on errorChris Wilson2020-04-201-0/+39
* drm/i915/selftests: Split RPS frequency measurementChris Wilson2020-04-201-7/+150
* drm/i915/selftests: Check RPS controlsChris Wilson2020-04-201-24/+188
* drm/i915/selftests: Skip energy consumption tests if not controlling freqChris Wilson2020-04-201-14/+23
* drm/i915/selftests: Verify frequency scaling with RPSChris Wilson2020-04-201-12/+237
* drm/i915/selftests: Check power consumption at min/max frequenciesChris Wilson2020-04-171-0/+138
* drm/i915/selftests: Take the engine wakeref around __rps_up_interruptChris Wilson2020-04-171-5/+11
* drm/i915/selftests: Delay spinner before waiting for an interruptChris Wilson2020-04-171-12/+16
* drm/i915/selftests: Exercise basic RPS interrupt generationChris Wilson2020-04-161-0/+223