Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: John.C.Harrison@Intel.com
To: Intel-Xe@Lists.FreeDesktop.Org
Cc: John Harrison <John.C.Harrison@Intel.com>
Subject: [PATCH 0/2] drm/xe: Add support for G2G communication
Date: Fri,  8 Nov 2024 12:22:14 -0800	[thread overview]
Message-ID: <20241108202216.2020164-1-John.C.Harrison@Intel.com> (raw)

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


             reply	other threads:[~2024-11-08 20:22 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-08 20:22 John.C.Harrison [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241108202216.2020164-1-John.C.Harrison@Intel.com \
    --to=john.c.harrison@intel.com \
    --cc=Intel-Xe@Lists.FreeDesktop.Org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox