Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v4 0/3] xe: Validate fixed CCS mode setting
@ 2023-12-06 20:00 Niranjana Vishwanathapura
  2023-12-06 20:00 ` [igt-dev] [PATCH i-g-t v4 1/3] lib/xe: Add __xe_exec_queue_create() Niranjana Vishwanathapura
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Niranjana Vishwanathapura @ 2023-12-06 20:00 UTC (permalink / raw)
  To: igt-dev

Validate static assignment of compute slices to a user selected
number of compute engines. Select number of compute engines by
writing it to the per-gt 'ccs_mode' sysfs interface. Validate
that compute kernels can be run on enabled CCS engines and
submitting jobs on disabled compute engines is not permitted.

NOTE: Corresponding driver changes is,
[PATCH v3 0/3] drm/xe: Enable fixed CCS mode

v2: Rebase
v3: Separate num_cslices sysfs interface
v4: Rebase

Signed-off-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>

Niranjana Vishwanathapura (3):
  lib/xe: Add __xe_exec_queue_create()
  lib/intel_compute: Update intel_compute to run on specified engine
  tests/xe_compute: Validate ccs_mode setting

 lib/intel_compute.c      |  85 +++++++++++++++-------
 lib/intel_compute.h      |   3 +
 lib/xe/xe_ioctl.c        |  29 ++++++--
 lib/xe/xe_ioctl.h        |   3 +
 tests/intel/xe_compute.c | 149 ++++++++++++++++++++++++++++++++++++++-
 tests/intel/xe_create.c  |  26 -------
 6 files changed, 237 insertions(+), 58 deletions(-)

-- 
2.21.0.rc0.32.g243a4c7e27

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

end of thread, other threads:[~2023-12-07 19:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-06 20:00 [igt-dev] [PATCH i-g-t v4 0/3] xe: Validate fixed CCS mode setting Niranjana Vishwanathapura
2023-12-06 20:00 ` [igt-dev] [PATCH i-g-t v4 1/3] lib/xe: Add __xe_exec_queue_create() Niranjana Vishwanathapura
2023-12-07 11:41   ` Kamil Konieczny
2023-12-07 19:16     ` Niranjana Vishwanathapura
2023-12-06 20:00 ` [igt-dev] [PATCH i-g-t v4 2/3] lib/intel_compute: Update intel_compute to run on specified engine Niranjana Vishwanathapura
2023-12-07 11:56   ` Kamil Konieczny
2023-12-07 19:25     ` Niranjana Vishwanathapura
2023-12-06 20:00 ` [igt-dev] [PATCH i-g-t v4 3/3] tests/xe_compute: Validate ccs_mode setting Niranjana Vishwanathapura
2023-12-06 21:53 ` [igt-dev] ✗ Fi.CI.BAT: failure for xe: Validate fixed CCS mode setting Patchwork
2023-12-06 23:28 ` [igt-dev] ✓ CI.xeBAT: success " Patchwork
2023-12-06 23:39 ` [igt-dev] ✓ Fi.CI.BAT: success for xe: Validate fixed CCS mode setting (rev2) Patchwork
2023-12-07  1:13 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-12-07  1:28 ` [igt-dev] ✓ CI.xeBAT: success " Patchwork

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