summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_pmu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2019-03-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-03-081-9/+14
|\
| * drm/i915/pmu: Fix enable count array size and bounds checkingTvrtko Ursulin2019-02-061-7/+15
| * drm/i915: Syntatic sugar for using intel_runtime_pmChris Wilson2019-01-141-5/+2Star
| * drm/i915/pmu: Track rpm wakerefChris Wilson2019-01-141-9/+17
| * drm/i915: Markup paired operations on wakerefsChris Wilson2019-01-141-3/+3
* | Merge back earlier PM core material for v5.1.Rafael J. Wysocki2019-02-241-10/+6Star
|\ \
| * | drm/i915: Move on the new pm runtime interfaceVincent Guittot2019-01-151-10/+6Star
| |/
* / drm/i915/pmu: Fix enable count array size and bounds checkingTvrtko Ursulin2019-02-121-7/+15
|/
* Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-08-161-20/+47
|\
| * drm/i915/pmu: Do not assume fixed hrtimer periodTvrtko Ursulin2018-06-051-20/+47
* | x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-051-0/+1
|/
* drm/i915/pmu: Inspect runtime PM state more carefully while estimating RC6Tvrtko Ursulin2018-04-111-10/+27
* drm/i915/pmu: Work around compiler warnings on some kernel configsTvrtko Ursulin2018-03-141-19/+13Star
* drm/i915: Make header i915_pmu.h more robustMichal Wajdeczko2018-03-091-24/+3Star
* drm/i915/pmu: Fix building without CONFIG_PMChris Wilson2018-02-071-10/+23
* drm/i915/pmu: Fix sleep under atomic in RC6 readoutTvrtko Ursulin2018-02-071-15/+78
* drm/i915/pmu: Fix PMU enable vs execlists tasklet raceTvrtko Ursulin2018-02-061-64/+34Star
* drm/i915/pmu: Fix sysfs exported counter configTvrtko Ursulin2018-01-241-1/+1
* drm/i915/pmu: Use kcalloc instead of kzallocTvrtko Ursulin2018-01-121-3/+3
* drm/i915/pmu: fix noderef.cocci warningsFengguang Wu2018-01-121-1/+1
* drm/i915/pmu: Initialise our dynamic sysfs attributes for use with lockdepChris Wilson2018-01-111-0/+2
* drm/i915/pmu: Only enumerate available counters in sysfsTvrtko Ursulin2018-01-111-78/+243
* drm/i915: Remove unsafe i915.enable_rc6Chris Wilson2017-12-011-2/+2
* drm/i915: Consolidate checks for engine stats availabilityTvrtko Ursulin2017-11-291-7/+4Star
* drm/i915/pmu: Return -EINVAL when selecting the inactive CPUTvrtko Ursulin2017-11-281-1/+1
* drm/i915/pmu: Aggregate all RC6 states into one counterTvrtko Ursulin2017-11-241-17/+6Star
* drm/i915/pmu: Stop averaging with the previous sampleTvrtko Ursulin2017-11-241-27/+2Star
* drm/i915/pmu: Only allow running on a single CPUTvrtko Ursulin2017-11-241-8/+4Star
* drm/i915/pmu: Remove conditional HOTPLUG_CPU registrationChris Wilson2017-11-241-7/+1Star
* drm/i915/pmu: Hide the (unsigned long)ptr castChris Wilson2017-11-241-10/+20
* drm/i915/pmu: Clear the previous sample value when parkingTvrtko Ursulin2017-11-231-1/+21
* drm/i915/pmu: Add RC6 residency metricsTvrtko Ursulin2017-11-221-0/+31
* drm/i915/pmu: Add interrupt count metricTvrtko Ursulin2017-11-221-0/+23
* drm/i915/pmu: Wire up engine busy stats to PMUTvrtko Ursulin2017-11-221-2/+76
* drm/i915/pmu: Suspend sampling when GPU is idleTvrtko Ursulin2017-11-221-10/+78
* drm/i915/pmu: Expose a PMU interface for perf queriesTvrtko Ursulin2017-11-221-0/+688