All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [RFC PATCH 0/3] Add Render C state properties under gpu_idle
@ 2023-05-03  6:42 Riana Tauro
  2023-05-03  6:42 ` [Intel-xe] [RFC PATCH 1/3] drm/xe: add a new sysfs directory for gpu idle properties Riana Tauro
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Riana Tauro @ 2023-05-03  6:42 UTC (permalink / raw)
  To: intel-xe; +Cc: anshuman.gupta, rodrigo.vivi

Add rc_status and rc6_residency_ms under device/gt#/gpu_idle.
Handle counter wrap for the rc6_residency counter and remove existing
files under device/gt#/

Riana Tauro (3):
  drm/xe: add a new sysfs directory for gpu idle properties
  drm/xe : add rc6_residency in ms
  drm/xe/guc_pc : Remove render c state files

 drivers/gpu/drm/xe/Makefile        |   1 +
 drivers/gpu/drm/xe/xe_gt.c         |   5 +
 drivers/gpu/drm/xe/xe_gt_types.h   |   4 +
 drivers/gpu/drm/xe/xe_guc_pc.c     |  58 ----------
 drivers/gpu/drm/xe/xe_idle.c       | 179 +++++++++++++++++++++++++++++
 drivers/gpu/drm/xe/xe_idle.h       |  13 +++
 drivers/gpu/drm/xe/xe_idle_types.h |  32 ++++++
 7 files changed, 234 insertions(+), 58 deletions(-)
 create mode 100644 drivers/gpu/drm/xe/xe_idle.c
 create mode 100644 drivers/gpu/drm/xe/xe_idle.h
 create mode 100644 drivers/gpu/drm/xe/xe_idle_types.h

-- 
2.40.0


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

end of thread, other threads:[~2023-05-08  9:55 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-03  6:42 [Intel-xe] [RFC PATCH 0/3] Add Render C state properties under gpu_idle Riana Tauro
2023-05-03  6:42 ` [Intel-xe] [RFC PATCH 1/3] drm/xe: add a new sysfs directory for gpu idle properties Riana Tauro
2023-05-04 10:51   ` Gupta, Anshuman
2023-05-04 15:55     ` Rodrigo Vivi
2023-05-04 12:30   ` Nilawar, Badal
2023-05-03  6:42 ` [Intel-xe] [RFC PATCH 2/3] drm/xe : add rc6_residency in ms Riana Tauro
2023-05-04 10:55   ` Gupta, Anshuman
2023-05-04 15:57     ` Rodrigo Vivi
2023-05-05  7:44       ` Riana Tauro
2023-05-05 13:14         ` Rodrigo Vivi
2023-05-08  9:54           ` Riana Tauro
2023-05-04 11:46   ` Nilawar, Badal
2023-05-04 16:00   ` Rodrigo Vivi
2023-05-03  6:42 ` [Intel-xe] [RFC PATCH 3/3] drm/xe/guc_pc : Remove render c state files Riana Tauro
2023-05-03  6:43 ` [Intel-xe] ✗ CI.Patch_applied: failure for Add Render C state properties under gpu_idle 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.