index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_pmu.c
Age
Commit message (
Expand
)
Author
2023-11-20
drm/i915: Track gt pm wakerefs
Andrzej Hajda
2023-10-30
drm/i915/pmu: rearrange hrtimer pointer chasing
Jani Nikula
2023-10-30
drm/i915/pmu: add event_to_pmu() helper
Jani Nikula
2023-10-30
drm/i915/pmu: add pmu_to_i915() helper
Jani Nikula
2023-10-25
drm/i915/pmu: Check if pmu is closed before stopping event
Umesh Nerlige Ramappa
2023-10-05
drm/i915/pmu: Use local64_try_cmpxchg in i915_pmu_event_read
Uros Bizjak
2023-06-06
drm/i915: rename I915_PMU_MAX_GTS to I915_PMU_MAX_GT
Matt Atwood
2023-05-31
drm/i915/pmu: Make PMU sample array two-dimensional
Ashutosh Dixit
2023-05-31
drm/i915/pmu: Turn off the timer to sample frequencies when GT is parked
Ashutosh Dixit
2023-05-22
drm/i915/pmu: Export counters from all tiles
Tvrtko Ursulin
2023-05-22
drm/i915/pmu: Prepare for multi-tile non-engine counters
Tvrtko Ursulin
2023-05-22
drm/i915/pmu: Add reference counting to the sampling timer
Tvrtko Ursulin
2023-05-22
drm/i915/pmu: Transform PMU parking code to be GT based
Tvrtko Ursulin
2023-05-22
drm/i915/pmu: Skip sampling engines with no enabled counters
Tvrtko Ursulin
2023-05-22
drm/i915/pmu: Support PMU for all engines
Tvrtko Ursulin
2023-05-22
drm/i915/pmu: Change bitmask of enabled events to u32
Tvrtko Ursulin
2023-04-06
Merge tag 'drm-intel-gt-next-2023-04-06' of git://anongit.freedesktop.org/drm...
Daniel Vetter
2023-03-21
drm/i915/pmu: Use functions common with sysfs to read actual freq
Ashutosh Dixit
2023-03-06
drm/i915: remove unnecessary intel_pm.h includes
Jani Nikula
2022-11-17
drm/i915/gt: Use RC6 residency types as arguments to residency functions
Ashutosh Dixit
2022-11-17
drm/i915: Use GEN12_RPSTAT register for GT freq
Don Hiatt
2022-06-04
Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux
Linus Torvalds
2022-06-03
drm/i915/pmu: replace cpumask_weight with cpumask_empty where appropriate
Yury Norov
2022-04-06
drm/i915/pmu: Drop redundant IS_VALLEYVIEW check in __get_rc6()
Ashutosh Dixit
2022-02-02
drm/i915: Move GT registers to their own header file
Matt Roper
2022-01-31
Merge drm/drm-next into drm-intel-next
Rodrigo Vivi
2022-01-11
drm/i915/gt: Move engine registers to their own header
Matt Roper
2021-12-17
drm/i915: Use to_gt() helper
MichaĆ Winiarski
2021-08-03
drm/i915/guc/slpc: Sysfs hooks for SLPC
Vinay Belgaumkar
2021-07-22
drm/i915: Use a table for i915_init/exit (v2)
Jason Ekstrand
2021-06-11
Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm...
Dave Airlie
2021-06-10
Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2021-06-07
drm/i915: replace IS_GEN and friends with GRAPHICS_VER
Lucas De Marchi
2021-06-02
drm/i915: use DEVICE_ATTR_RO macro
YueHaibing
2021-04-09
drm/i915/pmu: Check actual RC6 status
Tvrtko Ursulin
2021-02-02
drm/i915: Remove references to struct drm_device.pdev
Thomas Zimmermann
2021-01-15
Merge tag 'drm-intel-gt-next-2021-01-14' of git://anongit.freedesktop.org/drm...
Dave Airlie
2020-12-24
Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-12-17
drm/i915/gt: Track the overall awake/busy time
Chris Wilson
2020-12-15
drm/i915/pmu: Replace open coded kstat_irqs() copy
Thomas Gleixner
2020-12-14
drm/i915/pmu: Remove !CONFIG_PM code
Tvrtko Ursulin
2020-12-14
drm/i915/pmu: Use raw clock for rc6 estimation
Tvrtko Ursulin
2020-12-14
drm/i915/pmu: Don't grab wakeref when enabling events
Tvrtko Ursulin
2020-12-02
drm/i915/pmu: Deprecate I915_PMU_LAST and optimize state tracking
Tvrtko Ursulin
2020-11-13
Merge tag 'drm-intel-gt-next-2020-11-12-1' of git://anongit.freedesktop.org/d...
Dave Airlie
2020-10-22
drm/i915/pmu: Fix CPU hotplug with multiple GPUs
Tvrtko Ursulin
2020-10-22
drm/i915/pmu: Handle PCI unbind
Tvrtko Ursulin
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-19
drm/i915: Provide the perf pmu.module
Chris Wilson
2020-06-18
drm/i915/gt: Always report the sample time for busy-stats
Chris Wilson
[next]