Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/9] Introduce GuC Doorbells Manager
@ 2023-12-11 10:17 Michal Wajdeczko
  2023-12-11 10:17 ` [PATCH v2 1/9] drm/xe: Add GT oriented drm_printers Michal Wajdeczko
                   ` (15 more replies)
  0 siblings, 16 replies; 18+ messages in thread
From: Michal Wajdeczko @ 2023-12-11 10:17 UTC (permalink / raw)
  To: intel-xe

Introduce simple GuC doorbells ID manager that will be used by the
PF driver for VFs provisioning and can later be used by submission
code once we are ready to switch from H2G based notifications to
doorbells mechanism.

As preparation steps, improve existing logging and kunit code that
is used by the new code.

Michal Wajdeczko (9):
  drm/xe: Add GT oriented drm_printers
  drm/xe: Use GT oriented functions to report TLB timeout
  drm/xe: Introduce GuC Doorbells Manager
  drm/xe/kunit: Set SR-IOV mode of the fake device
  drm/xe/kunit: Define helper functions to allocate mock device
  drm/xe/kunit: Use xe kunit helpers in RTP test
  drm/xe/kunit: Use xe kunit helpers in WA test
  drm/xe/kunit: Enable CONFIG_LOCKDEP in tests
  drm/xe/kunit: Add GuC Doorbells Manager tests

 drivers/gpu/drm/xe/.kunitconfig               |   5 +
 drivers/gpu/drm/xe/Makefile                   |   4 +
 drivers/gpu/drm/xe/tests/xe_guc_db_mgr_test.c | 199 +++++++++++++
 drivers/gpu/drm/xe/tests/xe_kunit_helpers.c   |  85 ++++++
 drivers/gpu/drm/xe/tests/xe_kunit_helpers.h   |  19 ++
 drivers/gpu/drm/xe/tests/xe_pci.c             |   3 +
 drivers/gpu/drm/xe/tests/xe_pci_test.h        |   2 +
 drivers/gpu/drm/xe/tests/xe_rtp_test.c        |  36 +--
 drivers/gpu/drm/xe/tests/xe_wa_test.c         |  24 +-
 drivers/gpu/drm/xe/xe_gt_printk.h             |  44 +++
 drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c   |  13 +-
 drivers/gpu/drm/xe/xe_guc_db_mgr.c            | 261 ++++++++++++++++++
 drivers/gpu/drm/xe/xe_guc_db_mgr.h            |  22 ++
 drivers/gpu/drm/xe/xe_guc_types.h             |  15 +
 drivers/gpu/drm/xe/xe_uc.c                    |   5 +
 15 files changed, 675 insertions(+), 62 deletions(-)
 create mode 100644 drivers/gpu/drm/xe/tests/xe_guc_db_mgr_test.c
 create mode 100644 drivers/gpu/drm/xe/tests/xe_kunit_helpers.c
 create mode 100644 drivers/gpu/drm/xe/tests/xe_kunit_helpers.h
 create mode 100644 drivers/gpu/drm/xe/xe_guc_db_mgr.c
 create mode 100644 drivers/gpu/drm/xe/xe_guc_db_mgr.h

-- 
2.25.1


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

end of thread, other threads:[~2023-12-11 18:50 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-11 10:17 [PATCH v2 0/9] Introduce GuC Doorbells Manager Michal Wajdeczko
2023-12-11 10:17 ` [PATCH v2 1/9] drm/xe: Add GT oriented drm_printers Michal Wajdeczko
2023-12-11 10:17 ` [PATCH v2 2/9] drm/xe: Use GT oriented functions to report TLB timeout Michal Wajdeczko
2023-12-11 10:17 ` [PATCH v2 3/9] drm/xe: Introduce GuC Doorbells Manager Michal Wajdeczko
2023-12-11 10:17 ` [PATCH v2 4/9] drm/xe/kunit: Set SR-IOV mode of the fake device Michal Wajdeczko
2023-12-11 10:17 ` [PATCH v2 5/9] drm/xe/kunit: Define helper functions to allocate mock device Michal Wajdeczko
2023-12-11 10:17 ` [PATCH v2 6/9] drm/xe/kunit: Use xe kunit helpers in RTP test Michal Wajdeczko
2023-12-11 10:17 ` [PATCH v2 7/9] drm/xe/kunit: Use xe kunit helpers in WA test Michal Wajdeczko
2023-12-11 10:17 ` [PATCH v2 8/9] drm/xe/kunit: Enable CONFIG_LOCKDEP in tests Michal Wajdeczko
2023-12-11 10:17 ` [PATCH v2 9/9] drm/xe/kunit: Add GuC Doorbells Manager tests Michal Wajdeczko
2023-12-11 10:20 ` ✓ CI.Patch_applied: success for Introduce GuC Doorbells Manager (rev2) Patchwork
2023-12-11 10:20 ` ✗ CI.checkpatch: warning " Patchwork
2023-12-11 10:21 ` ✓ CI.KUnit: success " Patchwork
2023-12-11 10:29 ` ✓ CI.Build: " Patchwork
2023-12-11 10:29 ` ✓ CI.Hooks: " Patchwork
2023-12-11 10:30 ` ✓ CI.checksparse: " Patchwork
2023-12-11 11:07 ` ✗ CI.BAT: failure " Patchwork
2023-12-11 18:49   ` Michal Wajdeczko

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