Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t v2 0/2] CLOS Based Cache Reservation test
@ 2023-12-21 20:34 Pallavi Mishra
  2023-12-21 20:34 ` [PATCH i-g-t v2 1/2] drm-uapi/xe_drm: Add support for CLOS interface Pallavi Mishra
  2023-12-21 20:34 ` [PATCH i-g-t v2 2/2] tests/intel/xe_clos: CLOS Based Cache Reservation test Pallavi Mishra
  0 siblings, 2 replies; 3+ messages in thread
From: Pallavi Mishra @ 2023-12-21 20:34 UTC (permalink / raw)
  To: igt-dev

This series introduces a basic test for CLOS feature.

PVC and XE2 expose control over each Cache through the Class of Service (CLOS)
feature. CLOS allows to define which portions of a cache may be
used for a given allocation through a set of Waymask controls grouped
into multiple sets.

For each CLOS set, and supported cache, there is a Waymask to configure
the Ways in that cache that may be used to cache memory requests for that
CLOS.

KMD: https://lore.kernel.org/intel-xe/20231220012705.3784972-1-pallavi.mishra@intel.com/T/#u

v2: Address review comments (Kamil)

Pallavi Mishra (2):
  drm-uapi/xe_drm: Add support for CLOS interface
  tests/intel/xe_clos: CLOS Based Cache Reservation test

 include/drm-uapi/xe_drm.h |  70 +++++++++++++++++++
 tests/intel/xe_clos.c     | 141 ++++++++++++++++++++++++++++++++++++++
 tests/meson.build         |   1 +
 3 files changed, 212 insertions(+)
 create mode 100644 tests/intel/xe_clos.c

-- 
2.25.1

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

end of thread, other threads:[~2023-12-21 20:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-21 20:34 [PATCH i-g-t v2 0/2] CLOS Based Cache Reservation test Pallavi Mishra
2023-12-21 20:34 ` [PATCH i-g-t v2 1/2] drm-uapi/xe_drm: Add support for CLOS interface Pallavi Mishra
2023-12-21 20:34 ` [PATCH i-g-t v2 2/2] tests/intel/xe_clos: CLOS Based Cache Reservation test Pallavi Mishra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox