All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Support active context utilization
@ 2025-04-26  0:29 Umesh Nerlige Ramappa
  2025-04-26  0:29 ` [PATCH v2 1/3] drm/xe: Save CTX_TIMESTAMP mmio value instead of LRC value Umesh Nerlige Ramappa
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Umesh Nerlige Ramappa @ 2025-04-26  0:29 UTC (permalink / raw)
  To: intel-xe, Lucas De Marchi, matthew.brost; +Cc: Matt Roper

Add support for active context utilization using WA BB.

v2: (Matt)
- Fix breakage in TDR due to this feature.
- Other review comments

Signed-off-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>

Umesh Nerlige Ramappa (3):
  drm/xe: Save CTX_TIMESTAMP mmio value instead of LRC value
  drm/xe: Save the gt pointer in lrc and drop the tile
  drm/xe: Add WA BB to capture active context utilization

 .../gpu/drm/xe/instructions/xe_mi_commands.h  |   4 +
 drivers/gpu/drm/xe/regs/xe_engine_regs.h      |   4 +
 drivers/gpu/drm/xe/regs/xe_lrc_layout.h       |   1 +
 drivers/gpu/drm/xe/xe_lrc.c                   | 171 +++++++++++++++++-
 drivers/gpu/drm/xe/xe_lrc_types.h             |   7 +-
 drivers/gpu/drm/xe/xe_ring_ops.c              |   7 +-
 6 files changed, 183 insertions(+), 11 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-04-26  4:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-26  0:29 [PATCH v2 0/3] Support active context utilization Umesh Nerlige Ramappa
2025-04-26  0:29 ` [PATCH v2 1/3] drm/xe: Save CTX_TIMESTAMP mmio value instead of LRC value Umesh Nerlige Ramappa
2025-04-26  4:42   ` Matthew Brost
2025-04-26  0:29 ` [PATCH v2 2/3] drm/xe: Save the gt pointer in lrc and drop the tile Umesh Nerlige Ramappa
2025-04-26  4:43   ` Matthew Brost
2025-04-26  0:29 ` [PATCH v2 3/3] drm/xe: Add WA BB to capture active context utilization Umesh Nerlige Ramappa
2025-04-26  4:54   ` Matthew Brost

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.