summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_pmu.c
AgeCommit message (Expand)Author
2022-02-02drm/i915: Move GT registers to their own header fileMatt Roper
2022-01-31Merge drm/drm-next into drm-intel-nextRodrigo Vivi
2022-01-11drm/i915/gt: Move engine registers to their own headerMatt Roper
2021-12-17drm/i915: Use to_gt() helperMichał Winiarski
2021-08-03drm/i915/guc/slpc: Sysfs hooks for SLPCVinay Belgaumkar
2021-07-22drm/i915: Use a table for i915_init/exit (v2)Jason Ekstrand
2021-06-11Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-06-10Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2021-06-07drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi
2021-06-02drm/i915: use DEVICE_ATTR_RO macroYueHaibing
2021-04-09drm/i915/pmu: Check actual RC6 statusTvrtko Ursulin
2021-02-02drm/i915: Remove references to struct drm_device.pdevThomas Zimmermann
2021-01-15Merge tag 'drm-intel-gt-next-2021-01-14' of git://anongit.freedesktop.org/drm...Dave Airlie
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-17drm/i915/gt: Track the overall awake/busy timeChris Wilson
2020-12-15drm/i915/pmu: Replace open coded kstat_irqs() copyThomas Gleixner
2020-12-14drm/i915/pmu: Remove !CONFIG_PM codeTvrtko Ursulin
2020-12-14drm/i915/pmu: Use raw clock for rc6 estimationTvrtko Ursulin
2020-12-14drm/i915/pmu: Don't grab wakeref when enabling eventsTvrtko Ursulin
2020-12-02drm/i915/pmu: Deprecate I915_PMU_LAST and optimize state trackingTvrtko Ursulin
2020-11-13Merge tag 'drm-intel-gt-next-2020-11-12-1' of git://anongit.freedesktop.org/d...Dave Airlie
2020-10-22drm/i915/pmu: Fix CPU hotplug with multiple GPUsTvrtko Ursulin
2020-10-22drm/i915/pmu: Handle PCI unbindTvrtko Ursulin
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-19drm/i915: Provide the perf pmu.moduleChris Wilson
2020-06-18drm/i915/gt: Always report the sample time for busy-statsChris Wilson
2020-05-27drm/i915/pmu: avoid an maybe-uninitialized warningArnd Bergmann
2020-05-19drm/i915/pmu: Prefer drm_WARN_ON over WARN_ONPankaj Bharadiya
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