summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_pmu.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02drm/i915: Remove references to struct drm_device.pdevThomas Zimmermann1-1/+1
2021-01-15Merge tag 'drm-intel-gt-next-2021-01-14' of git://anongit.freedesktop.org/drm...Dave Airlie1-46/+71
2020-12-25Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-18/+1
2020-12-18drm/i915/gt: Track the overall awake/busy timeChris Wilson1-0/+6
2020-12-15drm/i915/pmu: Replace open coded kstat_irqs() copyThomas Gleixner1-18/+1
2020-12-14drm/i915/pmu: Remove !CONFIG_PM codeTvrtko Ursulin1-14/+0
2020-12-14drm/i915/pmu: Use raw clock for rc6 estimationTvrtko Ursulin1-5/+5
2020-12-14drm/i915/pmu: Don't grab wakeref when enabling eventsTvrtko Ursulin1-23/+16
2020-12-02drm/i915/pmu: Deprecate I915_PMU_LAST and optimize state trackingTvrtko Ursulin1-22/+62
2020-11-13Merge tag 'drm-intel-gt-next-2020-11-12-1' of git://anongit.freedesktop.org/d...Dave Airlie1-22/+74
2020-10-22drm/i915/pmu: Fix CPU hotplug with multiple GPUsTvrtko Ursulin1-20/+37
2020-10-22drm/i915/pmu: Handle PCI unbindTvrtko Ursulin1-2/+37
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-19drm/i915: Provide the perf pmu.moduleChris Wilson1-5/+2
2020-06-18drm/i915/gt: Always report the sample time for busy-statsChris Wilson1-1/+4
2020-05-27drm/i915/pmu: avoid an maybe-uninitialized warningArnd Bergmann1-42/+42
2020-05-19drm/i915/pmu: Prefer drm_WARN_ON over WARN_ONPankaj Bharadiya1-3/+9
2020-05-01drm/i915/pmu: Keep a reference to module while activeChris Wilson1-1/+4
2020-04-30drm/i915/gt: Always enable busy-stats for execlistsChris Wilson1-31/+1
2020-04-08drm/i915/pmu: prefer struct drm_device based loggingJani Nikula1-2/+2
2020-02-21drm/i915/pmu: Avoid using globals for PMU eventsMichał Winiarski1-19/+22
2020-02-21drm/i915/pmu: Avoid using globals for CPU hotplug stateMichał Winiarski1-9/+9
2020-01-22drm/i915: Make WARN* drm specific where drm_priv ptr is availablePankaj Bharadiya1-3/+3
2020-01-14drm/i915/pmu: Correct the rc6 offset upon enablingChris Wilson1-0/+12
2020-01-13drm/i915/pmu: Do not use colons or dashes in PMU namesTvrtko Ursulin1-3/+8
2019-12-18drm/i915/pmu: Ensure monotonic rc6Tvrtko Ursulin1-53/+20
2019-12-18drm/i915/pmu: Skip sampling engines if gt is asleepChris Wilson1-0/+3
2019-12-14drm/i915/rps: Add frequency translation helpersAndi Shyti1-1/+1
2019-12-06drm/i915/pmu: Report frequency as zero while GPU is sleepingTvrtko Ursulin1-21/+31
2019-11-20drm/i915: Mark up the calling context for intel_wakeref_put()Chris Wilson1-3/+3
2019-11-11drm/i915/pmu: "Frequency" is reported as accumulated cyclesChris Wilson1-2/+2
2019-11-08drm/i915/pmu: Only use exclusive mmio access for gen7Chris Wilson1-2/+19
2019-11-08drm/i915/pmu: Cheat when reading the actual frequency to avoid fwChris Wilson1-2/+15
2019-10-26drm/i915: Extract GT render power state managementAndi Shyti1-4/+6
2019-10-26drm/i915/pmu: Initialise the spinlock before registeringChris Wilson1-18/+19
2019-10-18drm/i915/gt: Convert the leftover for_each_engine(gt)Chris Wilson1-1/+1
2019-10-18drm/i915/pmu: Fix uninitialized variable on error pathTvrtko Ursulin1-4/+2
2019-10-17drm/i915/pmu: Support multiple GPUsTvrtko Ursulin1-2/+27
2019-09-27drm/i915: Extract GT render sleep (rc6) managementAndi Shyti1-4/+5
2019-09-12drm/i915/pmu: Use GT parked for estimating RC6 while asleepChris Wilson1-107/+135
2019-09-12drm/i915/pmu: Skip busyness sampling when and where not neededTvrtko Ursulin1-0/+4
2019-08-15drm/i915: Convert a few more bland dmesg info to be device specificChris Wilson1-1/+1
2019-08-06drm/i915/gt: Move the [class][inst] lookup for engines onto the GTChris Wilson1-4/+4
2019-08-02drm/i915/pmu: Atomically acquire the gt_pm wakerefChris Wilson1-23/+17
2019-08-02drm/i915/pmu: Make get_rc6 take intel_gtTvrtko Ursulin1-5/+7
2019-08-02drm/i915/pmu: Convert sampling to gtTvrtko Ursulin1-20/+23
2019-08-02drm/i915/pmu: Convert engine sampling to uncore mmioTvrtko Ursulin1-10/+11
2019-08-02drm/i915/pmu: Make more struct i915_pmu centricTvrtko Ursulin1-90/+104
2019-07-04drm/i915: Show support for accurate sw PMU busyness trackingChris Wilson1-3/+1
2019-06-14drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio1-1/+2