public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH i-g-t v2 0/5] Add support for xe3p and prefetch fault test
@ 2026-03-03  5:30 priyanka.dandamudi
  2026-03-03  5:31 ` [PATCH i-g-t v2 1/5] lib/xe_util.h: add canonical helper for 48/57 bit vas priyanka.dandamudi
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: priyanka.dandamudi @ 2026-03-03  5:30 UTC (permalink / raw)
  To: igt-dev, priyanka.dandamudi, zbigniew.kempczynski, andrzej.hajda

From: Priyanka Dandamudi <priyanka.dandamudi@intel.com>

Patch series contain:
Introduce gpu execution commands for an efficient 64bit mode.
Add support for xe3p efficient 64bit addressing.
Add canonical helper for 48/57 bit vas
Add support for xe3p and xe3 in generate_iga64_codes scripts.
Add prefetch fault test.

v2: Address comments related to xe_canonical_va, use it wherever
required. Make some minute changes.

Andrzej Hajda (1):
  lib/gpgpu_shader: Add support for xe3p efficient 64bit addressing

Gwan-gyeong Mun (1):
  lib/[gpu_cmds|xehp_media]: Introduce gpu execution commands for an
    efficient 64bit mode.

Priyanka Dandamudi (2):
  scripts/generate_iga64_codes: Add support for xe3p and xe3
  tests/intel/xe_prefetch_fault: Add test for prefetch fault

Zbigniew Kempczyński (1):
  lib/xe_util.h: add canonical helper for 48/57 bit vas

 include/intel_gpu_commands.h                  |   1 +
 lib/gpgpu_fill.c.gen.iga64_codes.c            |   2 +-
 lib/gpgpu_shader.c                            |  75 +++++-
 lib/gpgpu_shader.c.gen.iga64_codes.c          | 196 +++++++++++++++-
 lib/gpu_cmds.c                                | 208 +++++++++++++++++
 lib/gpu_cmds.h                                |  17 ++
 lib/iga64_macros.h                            |   5 +-
 lib/meson.build                               |   2 +-
 lib/xe/xe_util.h                              |   5 +
 lib/xehp_media.h                              |  65 ++++++
 scripts/generate_iga64_codes                  |   2 +-
 .../xe_eudebug_online.c.gen.iga64_codes.c     |  45 +++-
 tests/intel/xe_prefetch_fault.c               | 215 ++++++++++++++++++
 .../xe_prefetch_fault.c.gen.iga64_codes.c     |  21 ++
 tests/meson.build                             |   1 +
 15 files changed, 847 insertions(+), 13 deletions(-)
 create mode 100644 tests/intel/xe_prefetch_fault.c
 create mode 100644 tests/intel/xe_prefetch_fault.c.gen.iga64_codes.c

-- 
2.43.0


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

end of thread, other threads:[~2026-03-04 17:45 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-03  5:30 [PATCH i-g-t v2 0/5] Add support for xe3p and prefetch fault test priyanka.dandamudi
2026-03-03  5:31 ` [PATCH i-g-t v2 1/5] lib/xe_util.h: add canonical helper for 48/57 bit vas priyanka.dandamudi
2026-03-03  8:06   ` Hajda, Andrzej
2026-03-03  5:31 ` [PATCH i-g-t v2 2/5] lib/[gpu_cmds|xehp_media]: Introduce gpu execution commands for an efficient 64bit mode priyanka.dandamudi
2026-03-03  8:25   ` Zbigniew Kempczyński
2026-03-03  8:29   ` Hajda, Andrzej
2026-03-03  5:31 ` [PATCH i-g-t v2 3/5] lib/gpgpu_shader: Add support for xe3p efficient 64bit addressing priyanka.dandamudi
2026-03-03  8:30   ` Zbigniew Kempczyński
2026-03-03  5:31 ` [PATCH i-g-t v2 4/5] scripts/generate_iga64_codes: Add support for xe3p and xe3 priyanka.dandamudi
2026-03-03  5:31 ` [PATCH i-g-t v2 5/5] tests/intel/xe_prefetch_fault: Add test for prefetch fault priyanka.dandamudi
2026-03-03 23:20 ` ✓ Xe.CI.BAT: success for Add support for xe3p and prefetch fault test (rev2) Patchwork
2026-03-03 23:43 ` ✓ i915.CI.BAT: " Patchwork
2026-03-04 14:01 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-03-04 17:45 ` ✗ i915.CI.Full: " Patchwork

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