All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 0/2] Some debugfs enhancements
@ 2019-12-09 22:35 Andi Shyti
  2019-12-09 22:35 ` [Intel-gfx] [PATCH 1/2] drm/i915/rps: Add frequency translation helpers Andi Shyti
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Andi Shyti @ 2019-12-09 22:35 UTC (permalink / raw)
  To: Intel GFX

From: Andi Shyti <andi.shyti@intel.com>

Hi,

this two patches are few debugfs improvements. The first adds
some helpers for reading the GT frequency, while the second patch
moves all the power management debufs functions into gt/

Thanks,
Andi


Andi Shyti (2):
  drm/i915/rps: Add frequency translation helpers
  drm/i915/gt: Move power management debugfs files into gt

 drivers/gpu/drm/i915/Makefile                 |   1 +
 drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c | 593 +++++++++++++++++
 drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.h |  14 +
 drivers/gpu/drm/i915/gt/intel_rps.c           |  22 +
 drivers/gpu/drm/i915/gt/intel_rps.h           |   2 +
 drivers/gpu/drm/i915/i915_debugfs.c           | 596 +-----------------
 drivers/gpu/drm/i915/i915_debugfs.h           |   9 +
 drivers/gpu/drm/i915/i915_sysfs.c             |  14 +-
 8 files changed, 652 insertions(+), 599 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c
 create mode 100644 drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.h

-- 
2.24.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-12-10  5:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-09 22:35 [Intel-gfx] [PATCH 0/2] Some debugfs enhancements Andi Shyti
2019-12-09 22:35 ` [Intel-gfx] [PATCH 1/2] drm/i915/rps: Add frequency translation helpers Andi Shyti
2019-12-09 23:25   ` Chris Wilson
2019-12-09 22:35 ` [Intel-gfx] [PATCH 2/2] drm/i915/gt: Move power management debugfs files into gt Andi Shyti
2019-12-09 22:47   ` Chris Wilson
2019-12-09 23:39     ` Andi Shyti
2019-12-09 23:33 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Some debugfs enhancements Patchwork
2019-12-10  0:14 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2019-12-10  5:46 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.