summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_pmu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-gt-next-2023-04-06' of git://anongit.freedesktop.org/drm...Daniel Vetter2023-04-061-6/+4
|\
| * drm/i915/pmu: Use functions common with sysfs to read actual freqAshutosh Dixit2023-03-211-6/+4
* | drm/i915: remove unnecessary intel_pm.h includesJani Nikula2023-03-061-1/+0
|/
* drm/i915/gt: Use RC6 residency types as arguments to residency functionsAshutosh Dixit2022-11-171-3/+3
* drm/i915: Use GEN12_RPSTAT register for GT freqDon Hiatt2022-11-171-2/+1
* Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2022-06-041-1/+1
|\
| * drm/i915/pmu: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-031-1/+1
* | drm/i915/pmu: Drop redundant IS_VALLEYVIEW check in __get_rc6()Ashutosh Dixit2022-04-061-4/+1
|/
* drm/i915: Move GT registers to their own header fileMatt Roper2022-02-021-0/+1
* Merge drm/drm-next into drm-intel-nextRodrigo Vivi2022-01-311-7/+7
|\
| * drm/i915: Use to_gt() helperMichał Winiarski2021-12-181-7/+7
* | drm/i915/gt: Move engine registers to their own headerMatt Roper2022-01-111-0/+1
|/
* drm/i915/guc/slpc: Sysfs hooks for SLPCVinay Belgaumkar2021-08-041-1/+1
* drm/i915: Use a table for i915_init/exit (v2)Jason Ekstrand2021-07-221-1/+3
* Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm...Dave Airlie2021-06-111-5/+3
|\
| * drm/i915: use DEVICE_ATTR_RO macroYueHaibing2021-06-021-5/+3
* | Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2021-06-101-4/+4
|\ \ | |/ |/|
| * drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-071-4/+4
* | drm/i915/pmu: Check actual RC6 statusTvrtko Ursulin2021-04-091-1/+3
|/
* drm/i915: Remove references to struct drm_device.pdevThomas Zimmermann2021-02-021-1/+1
* Merge tag 'drm-intel-gt-next-2021-01-14' of git://anongit.freedesktop.org/drm...Dave Airlie2021-01-151-46/+71
|\
| * drm/i915/gt: Track the overall awake/busy timeChris Wilson2020-12-171-0/+6
| * drm/i915/pmu: Remove !CONFIG_PM codeTvrtko Ursulin2020-12-141-14/+0
| * drm/i915/pmu: Use raw clock for rc6 estimationTvrtko Ursulin2020-12-141-5/+5
| * drm/i915/pmu: Don't grab wakeref when enabling eventsTvrtko Ursulin2020-12-141-23/+16
| * drm/i915/pmu: Deprecate I915_PMU_LAST and optimize state trackingTvrtko Ursulin2020-12-021-22/+62
* | Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-241-18/+1
|\ \ | |/ |/|
| * drm/i915/pmu: Replace open coded kstat_irqs() copyThomas Gleixner2020-12-151-18/+1
* | Merge tag 'drm-intel-gt-next-2020-11-12-1' of git://anongit.freedesktop.org/d...Dave Airlie2020-11-131-22/+74
|\ \ | |/ |/|
| * drm/i915/pmu: Fix CPU hotplug with multiple GPUsTvrtko Ursulin2020-10-221-20/+37
| * drm/i915/pmu: Handle PCI unbindTvrtko Ursulin2020-10-221-2/+37
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
|/
* drm/i915: Provide the perf pmu.moduleChris Wilson2020-08-191-5/+2
* drm/i915/gt: Always report the sample time for busy-statsChris Wilson2020-06-181-1/+4
* drm/i915/pmu: avoid an maybe-uninitialized warningArnd Bergmann2020-05-271-42/+42
* drm/i915/pmu: Prefer drm_WARN_ON over WARN_ONPankaj Bharadiya2020-05-191-3/+9
* drm/i915/pmu: Keep a reference to module while activeChris Wilson2020-05-011-1/+4
* drm/i915/gt: Always enable busy-stats for execlistsChris Wilson2020-04-301-31/+1
* drm/i915/pmu: prefer struct drm_device based loggingJani Nikula2020-04-081-2/+2
* drm/i915/pmu: Avoid using globals for PMU eventsMichał Winiarski2020-02-211-19/+22
* drm/i915/pmu: Avoid using globals for CPU hotplug stateMichał Winiarski2020-02-211-9/+9
* drm/i915: Make WARN* drm specific where drm_priv ptr is availablePankaj Bharadiya2020-01-221-3/+3
* drm/i915/pmu: Correct the rc6 offset upon enablingChris Wilson2020-01-141-0/+12
* drm/i915/pmu: Do not use colons or dashes in PMU namesTvrtko Ursulin2020-01-131-3/+8
* drm/i915/pmu: Ensure monotonic rc6Tvrtko Ursulin2019-12-181-53/+20
* drm/i915/pmu: Skip sampling engines if gt is asleepChris Wilson2019-12-181-0/+3
* drm/i915/rps: Add frequency translation helpersAndi Shyti2019-12-131-1/+1
* drm/i915/pmu: Report frequency as zero while GPU is sleepingTvrtko Ursulin2019-12-061-21/+31
* drm/i915: Mark up the calling context for intel_wakeref_put()Chris Wilson2019-11-201-3/+3
* drm/i915/pmu: "Frequency" is reported as accumulated cyclesChris Wilson2019-11-111-2/+2