summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_pmu.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Track gt pm wakerefsAndrzej Hajda2023-11-201-7/+9
* drm/i915/pmu: rearrange hrtimer pointer chasingJani Nikula2023-10-301-3/+2
* drm/i915/pmu: add event_to_pmu() helperJani Nikula2023-10-301-25/+20
* drm/i915/pmu: add pmu_to_i915() helperJani Nikula2023-10-301-3/+8
* drm/i915/pmu: Check if pmu is closed before stopping eventUmesh Nerlige Ramappa2023-10-251-0/+9
* drm/i915/pmu: Use local64_try_cmpxchg in i915_pmu_event_readUros Bizjak2023-10-051-5/+4
* drm/i915: rename I915_PMU_MAX_GTS to I915_PMU_MAX_GTMatt Atwood2023-06-061-1/+1
* drm/i915/pmu: Make PMU sample array two-dimensionalAshutosh Dixit2023-05-311-13/+3
* drm/i915/pmu: Turn off the timer to sample frequencies when GT is parkedAshutosh Dixit2023-05-311-11/+5
* drm/i915/pmu: Export counters from all tilesTvrtko Ursulin2023-05-221-27/+55
* drm/i915/pmu: Prepare for multi-tile non-engine countersTvrtko Ursulin2023-05-221-41/+105
* drm/i915/pmu: Add reference counting to the sampling timerTvrtko Ursulin2023-05-221-2/+10
* drm/i915/pmu: Transform PMU parking code to be GT basedTvrtko Ursulin2023-05-221-8/+8
* drm/i915/pmu: Skip sampling engines with no enabled countersTvrtko Ursulin2023-05-221-0/+3
* drm/i915/pmu: Support PMU for all enginesTvrtko Ursulin2023-05-221-3/+10
* drm/i915/pmu: Change bitmask of enabled events to u32Tvrtko Ursulin2023-05-221-8/+18
* 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-171-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-031-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-231-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