summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_pmu.c
AgeCommit message (Expand)Author
2020-06-15drm/i915/pmu: avoid an maybe-uninitialized warningArnd Bergmann
2020-05-01drm/i915/pmu: Keep a reference to module while activeChris Wilson
2020-04-30drm/i915/gt: Always enable busy-stats for execlistsChris Wilson
2020-04-08drm/i915/pmu: prefer struct drm_device based loggingJani Nikula
2020-02-21drm/i915/pmu: Avoid using globals for PMU eventsMichał Winiarski
2020-02-21drm/i915/pmu: Avoid using globals for CPU hotplug stateMichał Winiarski
2020-01-22drm/i915: Make WARN* drm specific where drm_priv ptr is availablePankaj Bharadiya
2020-01-14drm/i915/pmu: Correct the rc6 offset upon enablingChris Wilson
2020-01-13drm/i915/pmu: Do not use colons or dashes in PMU namesTvrtko Ursulin
2019-12-18drm/i915/pmu: Ensure monotonic rc6Tvrtko Ursulin
2019-12-18drm/i915/pmu: Skip sampling engines if gt is asleepChris Wilson
2019-12-13drm/i915/rps: Add frequency translation helpersAndi Shyti
2019-12-06drm/i915/pmu: Report frequency as zero while GPU is sleepingTvrtko Ursulin
2019-11-20drm/i915: Mark up the calling context for intel_wakeref_put()Chris Wilson
2019-11-11drm/i915/pmu: "Frequency" is reported as accumulated cyclesChris Wilson
2019-11-08drm/i915/pmu: Only use exclusive mmio access for gen7Chris Wilson
2019-11-08drm/i915/pmu: Cheat when reading the actual frequency to avoid fwChris Wilson
2019-10-26drm/i915: Extract GT render power state managementAndi Shyti
2019-10-25drm/i915/pmu: Initialise the spinlock before registeringChris Wilson
2019-10-18drm/i915/gt: Convert the leftover for_each_engine(gt)Chris Wilson
2019-10-18drm/i915/pmu: Fix uninitialized variable on error pathTvrtko Ursulin
2019-10-17drm/i915/pmu: Support multiple GPUsTvrtko Ursulin
2019-09-27drm/i915: Extract GT render sleep (rc6) managementAndi Shyti
2019-09-12drm/i915/pmu: Use GT parked for estimating RC6 while asleepChris Wilson
2019-09-12drm/i915/pmu: Skip busyness sampling when and where not neededTvrtko Ursulin
2019-08-15drm/i915: Convert a few more bland dmesg info to be device specificChris Wilson
2019-08-06drm/i915/gt: Move the [class][inst] lookup for engines onto the GTChris Wilson
2019-08-02drm/i915/pmu: Atomically acquire the gt_pm wakerefChris Wilson
2019-08-01drm/i915/pmu: Make get_rc6 take intel_gtTvrtko Ursulin
2019-08-01drm/i915/pmu: Convert sampling to gtTvrtko Ursulin
2019-08-01drm/i915/pmu: Convert engine sampling to uncore mmioTvrtko Ursulin
2019-08-01drm/i915/pmu: Make more struct i915_pmu centricTvrtko Ursulin
2019-07-04drm/i915: Show support for accurate sw PMU busyness trackingChris Wilson
2019-06-14drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio
2019-06-14drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio
2019-06-12drm/i915: Remove I915_READ_NOTRACETvrtko Ursulin
2019-04-30drm/i915: move some leftovers to intel_pm.h from i915_drv.hJani Nikula
2019-04-24drm/i915: Move GraphicsTechnology files under gt/Chris Wilson
2019-03-27Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen
2019-03-08Merge tag 'drm-next-2019-03-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-03-05drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson
2019-02-24Merge back earlier PM core material for v5.1.Rafael J. Wysocki
2019-02-23drm/i915/pmu: Always sample an active ringbufferChris Wilson
2019-02-12drm/i915/pmu: Fix enable count array size and bounds checkingTvrtko Ursulin
2019-02-06drm/i915/pmu: Fix enable count array size and bounds checkingTvrtko Ursulin
2019-01-15drm/i915: Move on the new pm runtime interfaceVincent Guittot
2019-01-14drm/i915: Syntatic sugar for using intel_runtime_pmChris Wilson
2019-01-14drm/i915/pmu: Track rpm wakerefChris Wilson
2019-01-14drm/i915: Markup paired operations on wakerefsChris Wilson
2018-08-15Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds