summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_pmu.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/pmu: avoid an maybe-uninitialized warningArnd Bergmann2020-06-151-42/+42
* drm/i915/pmu: Keep a reference to module while activeChris Wilson2020-05-011-1/+4
* drm/i915/gt: Always enable busy-stats for execlistsChris Wilson2020-04-301-31/+1
* drm/i915/pmu: prefer struct drm_device based loggingJani Nikula2020-04-081-2/+2
* drm/i915/pmu: Avoid using globals for PMU eventsMichał Winiarski2020-02-211-19/+22
* drm/i915/pmu: Avoid using globals for CPU hotplug stateMichał Winiarski2020-02-211-9/+9
* drm/i915: Make WARN* drm specific where drm_priv ptr is availablePankaj Bharadiya2020-01-221-3/+3
* drm/i915/pmu: Correct the rc6 offset upon enablingChris Wilson2020-01-141-0/+12
* drm/i915/pmu: Do not use colons or dashes in PMU namesTvrtko Ursulin2020-01-131-3/+8
* drm/i915/pmu: Ensure monotonic rc6Tvrtko Ursulin2019-12-181-53/+20
* drm/i915/pmu: Skip sampling engines if gt is asleepChris Wilson2019-12-181-0/+3
* drm/i915/rps: Add frequency translation helpersAndi Shyti2019-12-131-1/+1
* drm/i915/pmu: Report frequency as zero while GPU is sleepingTvrtko Ursulin2019-12-061-21/+31
* drm/i915: Mark up the calling context for intel_wakeref_put()Chris Wilson2019-11-201-3/+3
* drm/i915/pmu: "Frequency" is reported as accumulated cyclesChris Wilson2019-11-111-2/+2
* drm/i915/pmu: Only use exclusive mmio access for gen7Chris Wilson2019-11-081-2/+19
* drm/i915/pmu: Cheat when reading the actual frequency to avoid fwChris Wilson2019-11-081-2/+15
* drm/i915: Extract GT render power state managementAndi Shyti2019-10-261-4/+6
* drm/i915/pmu: Initialise the spinlock before registeringChris Wilson2019-10-251-18/+19
* drm/i915/gt: Convert the leftover for_each_engine(gt)Chris Wilson2019-10-181-1/+1
* drm/i915/pmu: Fix uninitialized variable on error pathTvrtko Ursulin2019-10-181-4/+2
* drm/i915/pmu: Support multiple GPUsTvrtko Ursulin2019-10-171-2/+27
* drm/i915: Extract GT render sleep (rc6) managementAndi Shyti2019-09-271-4/+5
* drm/i915/pmu: Use GT parked for estimating RC6 while asleepChris Wilson2019-09-121-107/+135
* drm/i915/pmu: Skip busyness sampling when and where not neededTvrtko Ursulin2019-09-121-0/+4
* drm/i915: Convert a few more bland dmesg info to be device specificChris Wilson2019-08-151-1/+1
* drm/i915/gt: Move the [class][inst] lookup for engines onto the GTChris Wilson2019-08-061-4/+4
* drm/i915/pmu: Atomically acquire the gt_pm wakerefChris Wilson2019-08-021-23/+17
* drm/i915/pmu: Make get_rc6 take intel_gtTvrtko Ursulin2019-08-011-5/+7
* drm/i915/pmu: Convert sampling to gtTvrtko Ursulin2019-08-011-20/+23
* drm/i915/pmu: Convert engine sampling to uncore mmioTvrtko Ursulin2019-08-011-10/+11
* drm/i915/pmu: Make more struct i915_pmu centricTvrtko Ursulin2019-08-011-90/+104
* drm/i915: Show support for accurate sw PMU busyness trackingChris Wilson2019-07-041-3/+1
* drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio2019-06-141-1/+2
* drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio2019-06-141-6/+6
* drm/i915: Remove I915_READ_NOTRACETvrtko Ursulin2019-06-121-3/+5
* drm/i915: move some leftovers to intel_pm.h from i915_drv.hJani Nikula2019-04-301-1/+2
* drm/i915: Move GraphicsTechnology files under gt/Chris Wilson2019-04-241-1/+3
* Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen2019-03-271-10/+6
|\
| * Merge tag 'drm-next-2019-03-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-03-081-9/+14
| |\
| * \ Merge back earlier PM core material for v5.1.Rafael J. Wysocki2019-02-241-10/+6
| |\ \
| | * | drm/i915: Move on the new pm runtime interfaceVincent Guittot2019-01-151-10/+6
| * | | drm/i915/pmu: Fix enable count array size and bounds checkingTvrtko Ursulin2019-02-121-7/+15
| |/ /
* | | drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson2019-03-051-1/+1
* | | drm/i915/pmu: Always sample an active ringbufferChris Wilson2019-02-231-37/+28
| |/ |/|
* | 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/+2
* | drm/i915/pmu: Track rpm wakerefChris Wilson2019-01-141-9/+17
* | drm/i915: Markup paired operations on wakerefsChris Wilson2019-01-141-3/+3
|/
* Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-08-151-20/+47
|\