aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_pmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-14drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio1-1/+2
2019-06-14drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio1-6/+6
2019-06-12drm/i915: Remove I915_READ_NOTRACETvrtko Ursulin1-3/+5
2019-04-30drm/i915: move some leftovers to intel_pm.h from i915_drv.hJani Nikula1-1/+2
2019-04-24drm/i915: Move GraphicsTechnology files under gt/Chris Wilson1-1/+3
2019-03-27Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen1-10/+6
2019-03-08Merge tag 'drm-next-2019-03-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-9/+14
2019-03-05drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson1-1/+1
2019-02-24Merge back earlier PM core material for v5.1.Rafael J. Wysocki1-10/+6
2019-02-23drm/i915/pmu: Always sample an active ringbufferChris Wilson1-37/+28
2019-02-12drm/i915/pmu: Fix enable count array size and bounds checkingTvrtko Ursulin1-7/+15
2019-02-06drm/i915/pmu: Fix enable count array size and bounds checkingTvrtko Ursulin1-7/+15
2019-01-15drm/i915: Move on the new pm runtime interfaceVincent Guittot1-10/+6
2019-01-14drm/i915: Syntatic sugar for using intel_runtime_pmChris Wilson1-5/+2
2019-01-14drm/i915/pmu: Track rpm wakerefChris Wilson1-9/+17
2019-01-14drm/i915: Markup paired operations on wakerefsChris Wilson1-3/+3
2018-08-15Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-20/+47
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange1-0/+1
2018-06-05drm/i915/pmu: Do not assume fixed hrtimer periodTvrtko Ursulin1-20/+47
2018-04-11drm/i915/pmu: Inspect runtime PM state more carefully while estimating RC6Tvrtko Ursulin1-10/+27
2018-03-14drm/i915/pmu: Work around compiler warnings on some kernel configsTvrtko Ursulin1-19/+13
2018-03-09drm/i915: Make header i915_pmu.h more robustMichal Wajdeczko1-24/+3
2018-02-07drm/i915/pmu: Fix building without CONFIG_PMChris Wilson1-10/+23
2018-02-07drm/i915/pmu: Fix sleep under atomic in RC6 readoutTvrtko Ursulin1-15/+78
2018-02-06drm/i915/pmu: Fix PMU enable vs execlists tasklet raceTvrtko Ursulin1-64/+34
2018-01-24drm/i915/pmu: Fix sysfs exported counter configTvrtko Ursulin1-1/+1
2018-01-12drm/i915/pmu: Use kcalloc instead of kzallocTvrtko Ursulin1-3/+3
2018-01-12drm/i915/pmu: fix noderef.cocci warningsFengguang Wu1-1/+1
2018-01-11drm/i915/pmu: Initialise our dynamic sysfs attributes for use with lockdepChris Wilson1-0/+2
2018-01-11drm/i915/pmu: Only enumerate available counters in sysfsTvrtko Ursulin1-78/+243
2017-12-01drm/i915: Remove unsafe i915.enable_rc6Chris Wilson1-2/+2
2017-11-29drm/i915: Consolidate checks for engine stats availabilityTvrtko Ursulin1-7/+4
2017-11-28drm/i915/pmu: Return -EINVAL when selecting the inactive CPUTvrtko Ursulin1-1/+1
2017-11-24drm/i915/pmu: Aggregate all RC6 states into one counterTvrtko Ursulin1-17/+6
2017-11-24drm/i915/pmu: Stop averaging with the previous sampleTvrtko Ursulin1-27/+2
2017-11-24drm/i915/pmu: Only allow running on a single CPUTvrtko Ursulin1-8/+4
2017-11-24drm/i915/pmu: Remove conditional HOTPLUG_CPU registrationChris Wilson1-7/+1
2017-11-24drm/i915/pmu: Hide the (unsigned long)ptr castChris Wilson1-10/+20
2017-11-23drm/i915/pmu: Clear the previous sample value when parkingTvrtko Ursulin1-1/+21
2017-11-22drm/i915/pmu: Add RC6 residency metricsTvrtko Ursulin1-0/+31
2017-11-22drm/i915/pmu: Add interrupt count metricTvrtko Ursulin1-0/+23
2017-11-22drm/i915/pmu: Wire up engine busy stats to PMUTvrtko Ursulin1-2/+76
2017-11-22drm/i915/pmu: Suspend sampling when GPU is idleTvrtko Ursulin1-10/+78
2017-11-22drm/i915/pmu: Expose a PMU interface for perf queriesTvrtko Ursulin1-0/+688