Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/xe: Add support for G2G communication
@ 2024-11-08 20:22 John.C.Harrison
  2024-11-08 20:22 ` [PATCH 1/2] drm/xe: Allow bo mapping on multiple ggtts John.C.Harrison
                   ` (9 more replies)
  0 siblings, 10 replies; 22+ messages in thread
From: John.C.Harrison @ 2024-11-08 20:22 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.

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              | 276 ++++++++++++++++++++++-
 drivers/gpu/drm/xe/xe_guc_types.h        |  10 +
 9 files changed, 406 insertions(+), 47 deletions(-)

-- 
2.47.0


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

end of thread, other threads:[~2024-11-19  0:53 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-08 20:22 [PATCH 0/2] drm/xe: Add support for G2G communication John.C.Harrison
2024-11-08 20:22 ` [PATCH 1/2] drm/xe: Allow bo mapping on multiple ggtts John.C.Harrison
2024-11-15 18:18   ` Matthew Brost
2024-11-08 20:22 ` [PATCH 2/2] drm/xe/guc: Add support for G2G communications John.C.Harrison
2024-11-15 19:11   ` Matthew Brost
2024-11-15 19:34     ` John Harrison
2024-11-15 19:49       ` Matthew Brost
2024-11-15 20:00         ` John Harrison
2024-11-15 20:21           ` Matthew Brost
2024-11-15 20:49             ` John Harrison
2024-11-15 21:22   ` Daniele Ceraolo Spurio
2024-11-16  2:16     ` John Harrison
2024-11-18 16:34       ` Daniele Ceraolo Spurio
2024-11-19  0:53         ` John Harrison
2024-11-08 21:52 ` ✓ CI.Patch_applied: success for drm/xe: Add support for G2G communication Patchwork
2024-11-08 21:52 ` ✗ CI.checkpatch: warning " Patchwork
2024-11-08 21:53 ` ✓ CI.KUnit: success " Patchwork
2024-11-08 22:05 ` ✓ CI.Build: " Patchwork
2024-11-08 22:07 ` ✓ CI.Hooks: " Patchwork
2024-11-08 22:08 ` ✓ CI.checksparse: " Patchwork
2024-11-08 22:24 ` ✓ CI.BAT: " Patchwork
2024-11-10  1:09 ` ✗ CI.FULL: failure " Patchwork

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