intel-xe.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH 0/4] GuC doorbells for submission
@ 2023-06-08 20:08 Matthew Brost
  2023-06-08 20:08 ` [Intel-xe] [PATCH 1/4] drm/xe/guc: Read HXG fields from DW1 of G2H response Matthew Brost
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Matthew Brost @ 2023-06-08 20:08 UTC (permalink / raw)
  To: intel-xe

Send GuC doorbells part of series [1] individually for review. Patch #1
in series will merge on its own [2] but included for CI.

Matt

[1] https://patchwork.freedesktop.org/series/117156/
[2] https://patchwork.freedesktop.org/series/119095/

Matthew Brost (4):
  drm/xe/guc: Read HXG fields from DW1 of G2H response
  drm/xe/guc: Return the lower part of blocking H2G message
  drm/xe/guc: Use doorbells for submission if possible
  drm/xe/guc: Print doorbell ID in GuC engine debugfs / error capture

 drivers/gpu/drm/xe/regs/xe_guc_regs.h    |   7 +
 drivers/gpu/drm/xe/xe_guc.c              |   6 +
 drivers/gpu/drm/xe/xe_guc_ct.c           |  12 +-
 drivers/gpu/drm/xe/xe_guc_engine_types.h |   7 +
 drivers/gpu/drm/xe/xe_guc_submit.c       | 295 ++++++++++++++++++++++-
 drivers/gpu/drm/xe/xe_guc_submit.h       |   1 +
 drivers/gpu/drm/xe/xe_guc_submit_types.h |   2 +
 drivers/gpu/drm/xe/xe_guc_types.h        |   4 +
 drivers/gpu/drm/xe/xe_trace.h            |   5 +
 9 files changed, 331 insertions(+), 8 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [Intel-xe] [PATCH 0/4] GuC submission with doorbells
@ 2023-03-28 21:09 Matthew Brost
  2023-03-28 21:09 ` [Intel-xe] [PATCH 3/4] drm/xe/guc: Use doorbells for submission if possible Matthew Brost
  0 siblings, 1 reply; 13+ messages in thread
From: Matthew Brost @ 2023-03-28 21:09 UTC (permalink / raw)
  To: intel-xe

More details:
https://gitlab.freedesktop.org/drm/xe/kernel/-/merge_requests/305
https://gitlab.freedesktop.org/drm/xe/kernel/-/merge_requests/288/

Matthew Brost (4):
  drm/xe/guc: Read HXG fields from DW1 of G2H response
  drm/xe/guc: Return the lower part of blocking H2G message
  drm/xe/guc: Use doorbells for submission if possible
  drm/xe/guc: Print doorbell ID in GuC engine debugfs entry

 drivers/gpu/drm/xe/xe_guc.c              |   6 +
 drivers/gpu/drm/xe/xe_guc_ct.c           |  12 +-
 drivers/gpu/drm/xe/xe_guc_engine_types.h |   7 +
 drivers/gpu/drm/xe/xe_guc_pc.c           |   6 +-
 drivers/gpu/drm/xe/xe_guc_submit.c       | 302 ++++++++++++++++++++++-
 drivers/gpu/drm/xe/xe_guc_submit.h       |   1 +
 drivers/gpu/drm/xe/xe_guc_types.h        |   4 +
 drivers/gpu/drm/xe/xe_huc.c              |   2 +-
 drivers/gpu/drm/xe/xe_trace.h            |   5 +
 9 files changed, 333 insertions(+), 12 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-06-08 20:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-08 20:08 [Intel-xe] [PATCH 0/4] GuC doorbells for submission Matthew Brost
2023-06-08 20:08 ` [Intel-xe] [PATCH 1/4] drm/xe/guc: Read HXG fields from DW1 of G2H response Matthew Brost
2023-06-08 20:08 ` [Intel-xe] [PATCH 2/4] drm/xe/guc: Return the lower part of blocking H2G message Matthew Brost
2023-06-08 20:08 ` [Intel-xe] [PATCH 3/4] drm/xe/guc: Use doorbells for submission if possible Matthew Brost
2023-06-08 20:08 ` [Intel-xe] [PATCH 4/4] drm/xe/guc: Print doorbell ID in GuC engine debugfs / error capture Matthew Brost
2023-06-08 20:11 ` [Intel-xe] ✓ CI.Patch_applied: success for GuC doorbells for submission Patchwork
2023-06-08 20:11 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-06-08 20:13 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-06-08 20:16 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-06-08 20:17 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-06-08 20:18 ` [Intel-xe] ✓ CI.checksparse: " Patchwork
2023-06-08 20:48 ` [Intel-xe] ○ CI.BAT: info " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2023-03-28 21:09 [Intel-xe] [PATCH 0/4] GuC submission with doorbells Matthew Brost
2023-03-28 21:09 ` [Intel-xe] [PATCH 3/4] drm/xe/guc: Use doorbells for submission if possible Matthew Brost

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).