Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] The series add support for UMQ submission
@ 2025-01-16  6:52 Sunil Khatri
  2025-01-16  6:52 ` [PATCH 1/8] drm-uapi/amdgpu: sync with drm-next Sunil Khatri
                   ` (12 more replies)
  0 siblings, 13 replies; 17+ messages in thread
From: Sunil Khatri @ 2025-01-16  6:52 UTC (permalink / raw)
  To: igt-dev
  Cc: Alex Deucher, Christian König, Vitaly Prosyak,
	Shashank Sharma, Strawbridge, Michael, Sunil Khatri

Here we are enabling UMQ submission framework along with 3 new test
cases which validated gfx and compute with UMQ Submission


Sunil Khatri (8):
  drm-uapi/amdgpu: sync with drm-next
  drm-uapi/amdgpu: sync with drm-next
  lib/amdgpu: Add user mode queue support in ring context
  lib/amdgpu: Add support of amd user queues
  lib/amdgpu: add func amdgpu_bo_alloc_and_map_sync
  tests/amdgpu: Add user queue support for gfx and compute
  tests/amdgpu: Add UMQ submission tests for gfx and compute
  tests/amdgpu: Add amdgpu_sync_dependency_test with UMQ

 include/drm-uapi/amdgpu_drm.h       | 240 ++++++++++++++++
 lib/amdgpu/amd_PM4.h                |   3 +
 lib/amdgpu/amd_command_submission.c | 313 ++++++++++++++-------
 lib/amdgpu/amd_command_submission.h |   8 +-
 lib/amdgpu/amd_compute.c            | 100 ++++---
 lib/amdgpu/amd_compute.h            |   2 +-
 lib/amdgpu/amd_ip_blocks.h          |  36 +++
 lib/amdgpu/amd_memory.c             |  19 ++
 lib/amdgpu/amd_memory.h             |   8 +
 lib/amdgpu/amd_user_queue.c         | 418 ++++++++++++++++++++++++++++
 lib/amdgpu/amd_user_queue.h         |  48 ++++
 lib/meson.build                     |   3 +-
 tests/amdgpu/amd_basic.c            | 168 ++++++++---
 tests/amdgpu/amd_security.c         |   4 +-
 14 files changed, 1187 insertions(+), 183 deletions(-)
 create mode 100644 lib/amdgpu/amd_user_queue.c
 create mode 100644 lib/amdgpu/amd_user_queue.h

-- 
2.34.1


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

end of thread, other threads:[~2025-01-17 10:44 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-16  6:52 [PATCH 0/8] The series add support for UMQ submission Sunil Khatri
2025-01-16  6:52 ` [PATCH 1/8] drm-uapi/amdgpu: sync with drm-next Sunil Khatri
2025-01-16  6:52 ` [PATCH 2/8] " Sunil Khatri
2025-01-16  6:52 ` [PATCH 3/8] lib/amdgpu: Add user mode queue support in ring context Sunil Khatri
2025-01-16 11:51   ` Kamil Konieczny
2025-01-16 15:43     ` vitaly prosyak
2025-01-16 16:28       ` Khatri, Sunil
2025-01-16  6:52 ` [PATCH 4/8] lib/amdgpu: Add support of amd user queues Sunil Khatri
2025-01-16  6:52 ` [PATCH 5/8] lib/amdgpu: add func amdgpu_bo_alloc_and_map_sync Sunil Khatri
2025-01-16  6:52 ` [PATCH 6/8] tests/amdgpu: Add user queue support for gfx and compute Sunil Khatri
2025-01-16  6:52 ` [PATCH 7/8] tests/amdgpu: Add UMQ submission tests " Sunil Khatri
2025-01-16  6:52 ` [PATCH 8/8] tests/amdgpu: Add amdgpu_sync_dependency_test with UMQ Sunil Khatri
2025-01-16  7:29 ` ✗ GitLab.Pipeline: warning for The series add support for UMQ submission Patchwork
2025-01-16  8:33 ` ✓ Xe.CI.BAT: success " Patchwork
2025-01-16  8:41 ` ✓ i915.CI.BAT: " Patchwork
2025-01-16 12:23 ` ✗ Xe.CI.Full: failure " Patchwork
2025-01-17 10:44 ` ✗ 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