aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/i915/i915_pmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-16drm/i915/pmu: Fix build error with GCOV and AutoFDO enabledTzung-Bi Shih1-2/+2
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-119/+1
2025-02-18drm/i915/pmu: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-05drm/i915/pmu: Drop custom hotplug codeLucas De Marchi1-113/+1
2025-01-21drm/i915/pmu: Remove i915_pmu_event_event_idx()Lucas De Marchi1-6/+0
2024-11-05drm/i915/pmu: Remove pointless synchronize_rcu() callLucas De Marchi1-6/+1
2024-11-05drm/i915/pmu: Replace closed with registeredLucas De Marchi1-12/+13
2024-11-05drm/i915/pmu: Stop setting event_init to NULLLucas De Marchi1-12/+6
2024-11-05drm/i915/pmu: Rename cpuhp_slot to cpuhp_stateLucas De Marchi1-7/+7
2024-10-15drm/i915/pmu: Add support for gen2Ville Syrjälä1-6/+26
2024-09-10drm/i915/pmu: Use event_to_pmu()Lucas De Marchi1-3/+2
2024-09-10drm/i915/pmu: Drop is_igp()Lucas De Marchi1-14/+3
2023-11-20drm/i915: Track gt pm wakerefsAndrzej Hajda1-7/+9
2023-10-30drm/i915/pmu: rearrange hrtimer pointer chasingJani Nikula1-3/+2
2023-10-30drm/i915/pmu: add event_to_pmu() helperJani Nikula1-25/+20
2023-10-30drm/i915/pmu: add pmu_to_i915() helperJani Nikula1-3/+8
2023-10-25drm/i915/pmu: Check if pmu is closed before stopping eventUmesh Nerlige Ramappa1-0/+9
2023-10-05drm/i915/pmu: Use local64_try_cmpxchg in i915_pmu_event_readUros Bizjak1-5/+4
2023-06-06drm/i915: rename I915_PMU_MAX_GTS to I915_PMU_MAX_GTMatt Atwood1-1/+1
2023-05-31drm/i915/pmu: Make PMU sample array two-dimensionalAshutosh Dixit1-13/+3
2023-05-31drm/i915/pmu: Turn off the timer to sample frequencies when GT is parkedAshutosh Dixit1-11/+5
2023-05-22drm/i915/pmu: Export counters from all tilesTvrtko Ursulin1-27/+55
2023-05-22drm/i915/pmu: Prepare for multi-tile non-engine countersTvrtko Ursulin1-41/+105
2023-05-22drm/i915/pmu: Add reference counting to the sampling timerTvrtko Ursulin1-2/+10
2023-05-22drm/i915/pmu: Transform PMU parking code to be GT basedTvrtko Ursulin1-8/+8
2023-05-22drm/i915/pmu: Skip sampling engines with no enabled countersTvrtko Ursulin1-0/+3
2023-05-22drm/i915/pmu: Support PMU for all enginesTvrtko Ursulin1-3/+10
2023-05-22drm/i915/pmu: Change bitmask of enabled events to u32Tvrtko Ursulin1-8/+18
2023-04-06Merge tag 'drm-intel-gt-next-2023-04-06' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDaniel Vetter1-6/+4
2023-03-21drm/i915/pmu: Use functions common with sysfs to read actual freqAshutosh Dixit1-6/+4
2023-03-06drm/i915: remove unnecessary intel_pm.h includesJani Nikula1-1/+0
2022-11-17drm/i915/gt: Use RC6 residency types as arguments to residency functionsAshutosh Dixit1-3/+3
2022-11-17drm/i915: Use GEN12_RPSTAT register for GT freqDon Hiatt1-2/+1
2022-06-04Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds1-1/+1
2022-06-03drm/i915/pmu: replace cpumask_weight with cpumask_empty where appropriateYury Norov1-1/+1
2022-04-06drm/i915/pmu: Drop redundant IS_VALLEYVIEW check in __get_rc6()Ashutosh Dixit1-4/+1
2022-02-02drm/i915: Move GT registers to their own header fileMatt Roper1-0/+1
2022-01-31Merge drm/drm-next into drm-intel-nextRodrigo Vivi1-7/+7
2022-01-11drm/i915/gt: Move engine registers to their own headerMatt Roper1-0/+1
2021-12-17drm/i915: Use to_gt() helperMichał Winiarski1-7/+7
2021-08-03drm/i915/guc/slpc: Sysfs hooks for SLPCVinay Belgaumkar1-1/+1
2021-07-22drm/i915: Use a table for i915_init/exit (v2)Jason Ekstrand1-1/+3
2021-06-11Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-5/+3
2021-06-10Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-4/+4
2021-06-07drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-4/+4
2021-06-02drm/i915: use DEVICE_ATTR_RO macroYueHaibing1-5/+3
2021-04-09drm/i915/pmu: Check actual RC6 statusTvrtko Ursulin1-1/+3
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/drm-intel into drm-nextDave Airlie1-46/+71
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-18/+1