All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Support fdinfo runtime and memory stats on Panthor
@ 2024-03-05 21:05 Adrián Larumbe
  2024-03-05 21:05 ` [PATCH 1/2] drm/panthor: Enable fdinfo for cycle and time measurements Adrián Larumbe
  2024-03-05 21:05 ` [PATCH 2/2] drm/panthor: Enable fdinfo for memory stats Adrián Larumbe
  0 siblings, 2 replies; 6+ messages in thread
From: Adrián Larumbe @ 2024-03-05 21:05 UTC (permalink / raw)
  To: boris.brezillon, steven.price, liviu.dudau, maarten.lankhorst,
	mripard, tzimmermann, airlied, daniel
  Cc: adrian.larumbe, dri-devel, linux-kernel, kernel

This patch series enables userspace utilities like gputop and nvtop to
query a render context's fdinfo file and figure out rates of engine
and memory utilisation.

Adrián Larumbe (2):
  drm/panthor: Enable fdinfo for cycle and time measurements
  drm/panthor: Enable fdinfo for memory stats

 drivers/gpu/drm/panthor/panthor_devfreq.c |  10 +
 drivers/gpu/drm/panthor/panthor_device.h  |  11 ++
 drivers/gpu/drm/panthor/panthor_drv.c     |  32 ++++
 drivers/gpu/drm/panthor/panthor_gem.c     |  12 ++
 drivers/gpu/drm/panthor/panthor_sched.c   | 217 +++++++++++++++++++---
 5 files changed, 254 insertions(+), 28 deletions(-)


base-commit: e635b7eb7062b464bbd9795308b1a80eac0b01f5
-- 
2.43.0


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

end of thread, other threads:[~2024-04-23 15:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-05 21:05 [PATCH 0/2] Support fdinfo runtime and memory stats on Panthor Adrián Larumbe
2024-03-05 21:05 ` [PATCH 1/2] drm/panthor: Enable fdinfo for cycle and time measurements Adrián Larumbe
2024-03-08  8:47   ` kernel test robot
2024-03-28 15:49   ` Liviu Dudau
2024-04-23 15:51     ` Adrián Larumbe
2024-03-05 21:05 ` [PATCH 2/2] drm/panthor: Enable fdinfo for memory stats Adrián Larumbe

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.