[PATCH v2 0/2] drm/xe: Add support for G2G communication

John.C.Harrison at Intel.com John.C.Harrison at Intel.com
Wed Nov 20 00:02:20 UTC 2024


From: John Harrison <John.C.Harrison at 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 at 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



More information about the Intel-xe mailing list