Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] drm/xe: Add support for G2G communication
@ 2024-11-20  0:02 John.C.Harrison
  2024-11-20  0:02 ` [PATCH v2 1/2] drm/xe: Allow bo mapping on multiple ggtts John.C.Harrison
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: John.C.Harrison @ 2024-11-20  0:02 UTC (permalink / raw)
  To: Intel-Xe; +Cc: John Harrison

From: John Harrison <John.C.Harrison@Intel.com>

Platforms with multiple GTs have the ability for the multiple GuCs to
talk to each other directly. This will be useful for in the future. So
start adding support for it.

v2: Couple of tweaks from review feedback - fix bo_get/put calls and
improve readability.

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>


John Harrison (1):
  drm/xe/guc: Add support for G2G communications

Niranjana Vishwanathapura (1):
  drm/xe: Allow bo mapping on multiple ggtts

 drivers/gpu/drm/xe/abi/guc_actions_abi.h |  20 ++
 drivers/gpu/drm/xe/display/xe_fb_pin.c   |  12 +-
 drivers/gpu/drm/xe/xe_bo.c               |  49 ++--
 drivers/gpu/drm/xe/xe_bo.h               |  32 ++-
 drivers/gpu/drm/xe/xe_bo_evict.c         |  14 +-
 drivers/gpu/drm/xe/xe_bo_types.h         |   5 +-
 drivers/gpu/drm/xe/xe_ggtt.c             |  35 +--
 drivers/gpu/drm/xe/xe_guc.c              | 307 ++++++++++++++++++++++-
 drivers/gpu/drm/xe/xe_guc_types.h        |  10 +
 9 files changed, 437 insertions(+), 47 deletions(-)

-- 
2.47.0


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH v2 0/2] drm/xe: Add support for G2G communication
@ 2024-11-19 22:54 John.C.Harrison
  2024-11-19 22:54 ` [PATCH v2 1/2] drm/xe: Allow bo mapping on multiple ggtts John.C.Harrison
  0 siblings, 1 reply; 13+ messages in thread
From: John.C.Harrison @ 2024-11-19 22:54 UTC (permalink / raw)
  To: Intel-Xe; +Cc: John Harrison

From: John Harrison <John.C.Harrison@Intel.com>

Platforms with multiple GTs have the ability for the multiple GuCs to
talk to each other directly. This will be useful for in the future. So
start adding support for it.

v2: Couple of tweaks from review feedback - fix bo_get/put calls and
improve readability.

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>


John Harrison (1):
  drm/xe/guc: Add support for G2G communications

Niranjana Vishwanathapura (1):
  drm/xe: Allow bo mapping on multiple ggtts

 drivers/gpu/drm/xe/abi/guc_actions_abi.h |  20 ++
 drivers/gpu/drm/xe/display/xe_fb_pin.c   |  12 +-
 drivers/gpu/drm/xe/xe_bo.c               |  49 ++--
 drivers/gpu/drm/xe/xe_bo.h               |  32 ++-
 drivers/gpu/drm/xe/xe_bo_evict.c         |  14 +-
 drivers/gpu/drm/xe/xe_bo_types.h         |   5 +-
 drivers/gpu/drm/xe/xe_ggtt.c             |  35 +--
 drivers/gpu/drm/xe/xe_guc.c              | 307 ++++++++++++++++++++++-
 drivers/gpu/drm/xe/xe_guc_types.h        |  10 +
 9 files changed, 437 insertions(+), 47 deletions(-)

-- 
2.47.0


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

end of thread, other threads:[~2024-11-22 23:29 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-20  0:02 [PATCH v2 0/2] drm/xe: Add support for G2G communication John.C.Harrison
2024-11-20  0:02 ` [PATCH v2 1/2] drm/xe: Allow bo mapping on multiple ggtts John.C.Harrison
2024-11-20  0:02 ` [PATCH v2 2/2] drm/xe/guc: Add support for G2G communications John.C.Harrison
2024-11-22 23:29   ` Daniele Ceraolo Spurio
2024-11-20  0:18 ` ✓ CI.Patch_applied: success for drm/xe: Add support for G2G communication (rev3) Patchwork
2024-11-20  0:18 ` ✗ CI.checkpatch: warning " Patchwork
2024-11-20  0:19 ` ✓ CI.KUnit: success " Patchwork
2024-11-20  0:37 ` ✓ CI.Build: " Patchwork
2024-11-20  0:39 ` ✓ CI.Hooks: " Patchwork
2024-11-20  0:41 ` ✓ CI.checksparse: " Patchwork
2024-11-20  1:17 ` ✓ CI.BAT: " Patchwork
2024-11-20 16:17 ` ✗ Xe.CI.Full: failure " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2024-11-19 22:54 [PATCH v2 0/2] drm/xe: Add support for G2G communication John.C.Harrison
2024-11-19 22:54 ` [PATCH v2 1/2] drm/xe: Allow bo mapping on multiple ggtts John.C.Harrison

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