aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_pmu.c
AgeCommit message (Expand)Author
2019-12-01drm/i915/pmu: "Frequency" is reported as accumulated cyclesChris Wilson
2018-08-15Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange
2018-06-05drm/i915/pmu: Do not assume fixed hrtimer periodTvrtko Ursulin
2018-04-11drm/i915/pmu: Inspect runtime PM state more carefully while estimating RC6Tvrtko Ursulin
2018-03-14drm/i915/pmu: Work around compiler warnings on some kernel configsTvrtko Ursulin
2018-03-09drm/i915: Make header i915_pmu.h more robustMichal Wajdeczko
2018-02-07drm/i915/pmu: Fix building without CONFIG_PMChris Wilson
2018-02-07drm/i915/pmu: Fix sleep under atomic in RC6 readoutTvrtko Ursulin
2018-02-06drm/i915/pmu: Fix PMU enable vs execlists tasklet raceTvrtko Ursulin
2018-01-24drm/i915/pmu: Fix sysfs exported counter configTvrtko Ursulin
2018-01-12drm/i915/pmu: Use kcalloc instead of kzallocTvrtko Ursulin
2018-01-12drm/i915/pmu: fix noderef.cocci warningsFengguang Wu
2018-01-11drm/i915/pmu: Initialise our dynamic sysfs attributes for use with lockdepChris Wilson
2018-01-11drm/i915/pmu: Only enumerate available counters in sysfsTvrtko Ursulin
2017-12-01drm/i915: Remove unsafe i915.enable_rc6Chris Wilson
2017-11-29drm/i915: Consolidate checks for engine stats availabilityTvrtko Ursulin
2017-11-28drm/i915/pmu: Return -EINVAL when selecting the inactive CPUTvrtko Ursulin
2017-11-24drm/i915/pmu: Aggregate all RC6 states into one counterTvrtko Ursulin
2017-11-24drm/i915/pmu: Stop averaging with the previous sampleTvrtko Ursulin
2017-11-24drm/i915/pmu: Only allow running on a single CPUTvrtko Ursulin
2017-11-24drm/i915/pmu: Remove conditional HOTPLUG_CPU registrationChris Wilson
2017-11-24drm/i915/pmu: Hide the (unsigned long)ptr castChris Wilson
2017-11-23drm/i915/pmu: Clear the previous sample value when parkingTvrtko Ursulin
2017-11-22drm/i915/pmu: Add RC6 residency metricsTvrtko Ursulin
2017-11-22drm/i915/pmu: Add interrupt count metricTvrtko Ursulin
2017-11-22drm/i915/pmu: Wire up engine busy stats to PMUTvrtko Ursulin
2017-11-22drm/i915/pmu: Suspend sampling when GPU is idleTvrtko Ursulin
2017-11-22drm/i915/pmu: Expose a PMU interface for perf queriesTvrtko Ursulin