[PATCH v3 0/5] lib/gpgpu: add shader support
Andrzej Hajda
andrzej.hajda at intel.com
Fri May 24 08:49:00 UTC 2024
This patchset adds shader support to mainline IGT.
Together with iga64 inline assembly and demo test using both.
The patches were cherry-picked/trimmed from internal branch,
quite painful process. I hope I have not cut off too much :)
v3:
- bumped minimal meson version,
- use old string literals to satisfy clang
To: igt-dev at lists.freedesktop.org
Cc: Kamil Konieczny <kamil.konieczny at linux.intel.com>
Cc: Dominik Grzegorzek <dominik.grzegorzek at intel.com>
Cc: Christoph Manszewski <christoph.manszewski at intel.com>
Cc: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
Cc: Gwan-gyeong Mun <gwan-gyeong.mun at intel.com>
Signed-off-by: Andrzej Hajda <andrzej.hajda at intel.com>
---
- Link to v2: https://lore.kernel.org/r/20240515-iga64_inline_ups-v2-0-693743cb0985@intel.com
- Link to v1: https://lore.kernel.org/r/20240429-iga64_inline_ups-v1-0-2e9ac46cf6ba@intel.com
---
Andrzej Hajda (5):
lib/gpu_cmds: add Xe_LP version of emit_vfe_state
lib/gpgpu_shader: tooling for preparing and running gpgpu shaders
lib/gpgpu_shader: add inline support for iga64 assembly
lib/igt_sysfs: add helpers to access engine sysfs directory
intel/xe_exec_sip: port test for shader sanity check
lib/generate_iga64_codes | 115 ++++++++++++++++
lib/gpgpu_shader.c | 313 ++++++++++++++++++++++++++++++++++++++++++++
lib/gpgpu_shader.h | 63 +++++++++
lib/gpu_cmds.c | 29 +++-
lib/gpu_cmds.h | 6 +
lib/iga64_generated_codes.c | 87 ++++++++++++
lib/iga64_macros.h | 11 ++
lib/igt_sysfs.c | 71 ++++++++++
lib/igt_sysfs.h | 3 +
lib/meson.build | 19 +++
meson.build | 2 +-
tests/intel/xe_exec_sip.c | 195 +++++++++++++++++++++++++++
tests/meson.build | 1 +
13 files changed, 908 insertions(+), 7 deletions(-)
---
base-commit: f3006a13799e3bc45d754aa8ad318394277d69ac
change-id: 20240425-iga64_inline_ups-438ddfd6023f
Best regards,
--
Andrzej Hajda <andrzej.hajda at intel.com>
More information about the igt-dev
mailing list