Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH 0/3] GuC vs Execlist
@ 2023-07-21 20:19 Rodrigo Vivi
  2023-07-21 20:19 ` [Intel-xe] [PATCH 1/3] drm/xe/uapi: Remove XE_QUERY_CONFIG_FLAGS_USE_GUC Rodrigo Vivi
                   ` (9 more replies)
  0 siblings, 10 replies; 17+ messages in thread
From: Rodrigo Vivi @ 2023-07-21 20:19 UTC (permalink / raw)
  To: intel-xe; +Cc: Rodrigo Vivi

Since Patch 3 may be controversial, I split the work in 3 patches.

1. Mandatory. We are not carrying an uapi to state the obvious.
2. Mandatory. We need to limit parameters to the non-default stuff.
3. Please, let's not take dead (untested, unvalidated, un-ci, unsupported)
   with us... Fingers crossed.

Rodrigo Vivi (3):
  drm/xe/uapi: Remove XE_QUERY_CONFIG_FLAGS_USE_GUC
  drm/xe: Invert guc vs execlists parameters and info.
  drm/xe: Kill execlist support.

 drivers/gpu/drm/xe/Makefile             |   1 -
 drivers/gpu/drm/xe/xe_debugfs.c         |   1 -
 drivers/gpu/drm/xe/xe_device.c          |   1 -
 drivers/gpu/drm/xe/xe_device.h          |  10 -
 drivers/gpu/drm/xe/xe_device_types.h    |   2 -
 drivers/gpu/drm/xe/xe_engine.c          |   5 -
 drivers/gpu/drm/xe/xe_engine_types.h    |   9 +-
 drivers/gpu/drm/xe/xe_execlist.c        | 485 ------------------------
 drivers/gpu/drm/xe/xe_execlist.h        |  21 -
 drivers/gpu/drm/xe/xe_execlist_types.h  |  49 ---
 drivers/gpu/drm/xe/xe_ggtt.c            |   2 +-
 drivers/gpu/drm/xe/xe_gt.c              |  12 -
 drivers/gpu/drm/xe/xe_guc_pc.c          |   2 -
 drivers/gpu/drm/xe/xe_guc_submit.c      |   5 -
 drivers/gpu/drm/xe/xe_hw_engine.c       |  16 +-
 drivers/gpu/drm/xe/xe_hw_engine_types.h |   2 -
 drivers/gpu/drm/xe/xe_irq.c             |  11 +-
 drivers/gpu/drm/xe/xe_module.c          |   4 -
 drivers/gpu/drm/xe/xe_module.h          |   1 -
 drivers/gpu/drm/xe/xe_query.c           |   3 -
 drivers/gpu/drm/xe/xe_uc.c              |  32 --
 include/uapi/drm/xe_drm.h               |   1 -
 22 files changed, 6 insertions(+), 669 deletions(-)
 delete mode 100644 drivers/gpu/drm/xe/xe_execlist.c
 delete mode 100644 drivers/gpu/drm/xe/xe_execlist.h
 delete mode 100644 drivers/gpu/drm/xe/xe_execlist_types.h

-- 
2.41.0


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

end of thread, other threads:[~2023-07-25 20:42 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-21 20:19 [Intel-xe] [PATCH 0/3] GuC vs Execlist Rodrigo Vivi
2023-07-21 20:19 ` [Intel-xe] [PATCH 1/3] drm/xe/uapi: Remove XE_QUERY_CONFIG_FLAGS_USE_GUC Rodrigo Vivi
2023-07-21 20:34   ` Souza, Jose
2023-07-21 20:19 ` [Intel-xe] [PATCH 2/3] drm/xe: Invert guc vs execlists parameters and info Rodrigo Vivi
2023-07-21 20:35   ` Souza, Jose
2023-07-21 20:19 ` [Intel-xe] [PATCH 3/3] drm/xe: Kill execlist support Rodrigo Vivi
2023-07-21 20:40   ` Souza, Jose
2023-07-24  8:02     ` Francois Dugast
2023-07-24 12:43       ` Lucas De Marchi
2023-07-25 20:42         ` Rodrigo Vivi
2023-07-21 20:44 ` [Intel-xe] ✓ CI.Patch_applied: success for GuC vs Execlist Patchwork
2023-07-21 20:45 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-07-21 20:46 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-07-21 20:50 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-07-21 20:50 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-07-21 20:51 ` [Intel-xe] ✓ CI.checksparse: " Patchwork
2023-07-21 21:18 ` [Intel-xe] ○ CI.BAT: info " Patchwork

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