All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] Update firmware to v62.0.0
@ 2021-06-07 18:03 ` Matthew Brost
  0 siblings, 0 replies; 86+ messages in thread
From: Matthew Brost @ 2021-06-07 18:03 UTC (permalink / raw)
  To: intel-gfx, dri-devel
  Cc: daniele.ceraolospurio, john.c.harrison, Michal.Wajdeczko

As part of enabling GuC submission [1] we need to update to the latest
and greatest firmware. This series does that. This is a destructive
change. e.g. Without all the patches in this series it will break the
i915 driver. As such, after we review all of these patches they will
squashed into a single patch for merging.

Signed-off-by: Matthew Brost <matthew.brost@intel.com>

[1] https://patchwork.freedesktop.org/series/89844/

John Harrison (3):
  drm/i915/guc: Support per context scheduling policies
  drm/i915/guc: Unified GuC log
  drm/i915/guc: Update firmware to v62.0.0

Michal Wajdeczko (10):
  drm/i915/guc: Introduce unified HXG messages
  drm/i915/guc: Update MMIO based communication
  drm/i915/guc: Update CTB response status definition
  drm/i915/guc: Add flag for mark broken CTB
  drm/i915/guc: New definition of the CTB descriptor
  drm/i915/guc: New definition of the CTB registration action
  drm/i915/guc: New CTB based communication
  drm/i915/doc: Include GuC ABI documentation
  drm/i915/guc: Kill guc_clients.ct_pool
  drm/i915/guc: Kill ads.client_info

 Documentation/gpu/i915.rst                    |   8 +
 .../gpu/drm/i915/gt/uc/abi/guc_actions_abi.h  | 107 ++++++
 .../gt/uc/abi/guc_communication_ctb_abi.h     | 130 +++++--
 .../gt/uc/abi/guc_communication_mmio_abi.h    |  63 ++--
 .../gpu/drm/i915/gt/uc/abi/guc_messages_abi.h | 213 +++++++++++
 drivers/gpu/drm/i915/gt/uc/intel_guc.c        | 107 ++++--
 drivers/gpu/drm/i915/gt/uc/intel_guc_ads.c    |  45 +--
 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c     | 355 +++++++++---------
 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.h     |   6 +-
 drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h   |  75 +---
 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c    |  29 +-
 drivers/gpu/drm/i915/gt/uc/intel_guc_log.h    |   6 +-
 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c      |  26 +-
 13 files changed, 750 insertions(+), 420 deletions(-)

-- 
2.28.0


^ permalink raw reply	[flat|nested] 86+ messages in thread
* [PATCH 00/13]  Update firmware to v62.0.0
@ 2021-06-10  4:36 Matthew Brost
  2021-06-10  4:36 ` [PATCH 09/13] drm/i915/doc: Include GuC ABI documentation Matthew Brost
  0 siblings, 1 reply; 86+ messages in thread
From: Matthew Brost @ 2021-06-10  4:36 UTC (permalink / raw)
  To: intel-gfx, dri-devel
  Cc: daniele.ceraolospurio, john.c.harrison, Michal.Wajdeczko

As part of enabling GuC submission [1] we need to update to the latest
and greatest firmware. This series does that. This is a destructive
change. e.g. Without all the patches in this series it will break the
i915 driver. As such, after we review most of these patches they will
squashed into a single patch for merging.

v2: Address comments, looking for remaning RBs so patches can be
squashed and sent for CI

Signed-off-by: Matthew Brost <matthew.brost@intel.com>

[1] https://patchwork.freedesktop.org/series/89844/i

John Harrison (3):
  drm/i915/guc: Support per context scheduling policies
  drm/i915/guc: Unified GuC log
  drm/i915/guc: Update firmware to v62.0.0

Michal Wajdeczko (10):
  drm/i915/guc: Introduce unified HXG messages
  drm/i915/guc: Update MMIO based communication
  drm/i915/guc: Update CTB response status definition
  drm/i915/guc: Add flag for mark broken CTB
  drm/i915/guc: New definition of the CTB descriptor
  drm/i915/guc: New definition of the CTB registration action
  drm/i915/guc: New CTB based communication
  drm/i915/doc: Include GuC ABI documentation
  drm/i915/guc: Kill guc_clients.ct_pool
  drm/i915/guc: Kill ads.client_info

 Documentation/gpu/i915.rst                    |   8 +
 .../gpu/drm/i915/gt/uc/abi/guc_actions_abi.h  | 107 ++++++
 .../gt/uc/abi/guc_communication_ctb_abi.h     | 128 +++++--
 .../gt/uc/abi/guc_communication_mmio_abi.h    |  65 ++--
 .../gpu/drm/i915/gt/uc/abi/guc_messages_abi.h | 213 +++++++++++
 drivers/gpu/drm/i915/gt/uc/intel_guc.c        | 107 ++++--
 drivers/gpu/drm/i915/gt/uc/intel_guc_ads.c    |  45 +--
 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c     | 356 +++++++++---------
 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.h     |   6 +-
 drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h   |  75 +---
 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c    |  29 +-
 drivers/gpu/drm/i915/gt/uc/intel_guc_log.h    |   6 +-
 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c      |  26 +-
 13 files changed, 750 insertions(+), 421 deletions(-)

-- 
2.28.0


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

end of thread, other threads:[~2021-06-11 18:51 UTC | newest]

Thread overview: 86+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07 18:03 [PATCH 00/13] Update firmware to v62.0.0 Matthew Brost
2021-06-07 18:03 ` [Intel-gfx] " Matthew Brost
2021-06-07 18:03 ` [PATCH 01/13] drm/i915/guc: Introduce unified HXG messages Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-07 22:46   ` Daniele Ceraolo Spurio
2021-06-07 22:46     ` [Intel-gfx] " Daniele Ceraolo Spurio
2021-06-08  7:59     ` Michal Wajdeczko
2021-06-08  7:59       ` [Intel-gfx] " Michal Wajdeczko
2021-06-07 18:03 ` [PATCH 02/13] drm/i915/guc: Update MMIO based communication Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-07 23:06   ` Daniele Ceraolo Spurio
2021-06-07 23:06     ` [Intel-gfx] " Daniele Ceraolo Spurio
2021-06-08  8:15     ` Michal Wajdeczko
2021-06-08  8:15       ` [Intel-gfx] " Michal Wajdeczko
2021-06-09  1:03       ` Daniele Ceraolo Spurio
2021-06-09  1:03         ` [Intel-gfx] " Daniele Ceraolo Spurio
2021-06-07 18:03 ` [PATCH 03/13] drm/i915/guc: Update CTB response status definition Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-08  0:05   ` Daniele Ceraolo Spurio
2021-06-08  0:05     ` [Intel-gfx] " Daniele Ceraolo Spurio
2021-06-08  8:23     ` Michal Wajdeczko
2021-06-08  8:23       ` [Intel-gfx] " Michal Wajdeczko
2021-06-07 18:03 ` [PATCH 04/13] drm/i915/guc: Support per context scheduling policies Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-07 18:03 ` [PATCH 05/13] drm/i915/guc: Add flag for mark broken CTB Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-07 18:03 ` [PATCH 06/13] drm/i915/guc: New definition of the CTB descriptor Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-08  0:59   ` Daniele Ceraolo Spurio
2021-06-08  0:59     ` [Intel-gfx] " Daniele Ceraolo Spurio
2021-06-09 18:28     ` Michal Wajdeczko
2021-06-09 18:28       ` [Intel-gfx] " Michal Wajdeczko
2021-06-07 18:03 ` [PATCH 07/13] drm/i915/guc: New definition of the CTB registration action Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-08  1:23   ` Daniele Ceraolo Spurio
2021-06-08  1:23     ` [Intel-gfx] " Daniele Ceraolo Spurio
2021-06-09 17:36     ` John Harrison
2021-06-09 17:36       ` [Intel-gfx] " John Harrison
2021-06-09 20:07       ` Michal Wajdeczko
2021-06-09 20:07         ` [Intel-gfx] " Michal Wajdeczko
2021-06-10  4:38         ` Matthew Brost
2021-06-10  4:38           ` [Intel-gfx] " Matthew Brost
2021-06-10 13:19           ` Michal Wajdeczko
2021-06-10 13:19             ` [Intel-gfx] " Michal Wajdeczko
2021-06-11 18:43             ` Matthew Brost
2021-06-11 18:43               ` [Intel-gfx] " Matthew Brost
2021-06-09 19:35     ` Michal Wajdeczko
2021-06-09 19:35       ` [Intel-gfx] " Michal Wajdeczko
2021-06-07 18:03 ` [PATCH 08/13] drm/i915/guc: New CTB based communication Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-08  2:20   ` Daniele Ceraolo Spurio
2021-06-08  2:20     ` [Intel-gfx] " Daniele Ceraolo Spurio
2021-06-10  4:01     ` Matthew Brost
2021-06-10  4:01       ` [Intel-gfx] " Matthew Brost
2021-06-07 18:03 ` [PATCH 09/13] drm/i915/doc: Include GuC ABI documentation Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-07 17:45   ` Matthew Brost
2021-06-07 17:45     ` Matthew Brost
2021-06-07 19:38     ` Michal Wajdeczko
2021-06-07 19:38       ` Michal Wajdeczko
2021-06-07 19:35       ` Matthew Brost
2021-06-07 19:35         ` Matthew Brost
2021-06-07 18:03 ` [PATCH 10/13] drm/i915/guc: Kill guc_clients.ct_pool Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-07 17:57   ` Matthew Brost
2021-06-07 17:57     ` [Intel-gfx] " Matthew Brost
2021-06-07 18:03 ` [PATCH 11/13] drm/i915/guc: Kill ads.client_info Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-07 18:03 ` [PATCH 12/13] drm/i915/guc: Unified GuC log Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-07 18:05   ` Matthew Brost
2021-06-07 18:05     ` [Intel-gfx] " Matthew Brost
2021-06-07 18:03 ` [PATCH 13/13] drm/i915/guc: Update firmware to v62.0.0 Matthew Brost
2021-06-07 18:03   ` [Intel-gfx] " Matthew Brost
2021-06-07 19:17   ` Matthew Brost
2021-06-07 19:17     ` Matthew Brost
2021-06-07 18:05 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2021-06-07 18:06 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2021-06-07 18:34 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-06-07 18:34 ` [Intel-gfx] ✗ Fi.CI.BUILD: warning " Patchwork
2021-06-07 22:19 ` [PATCH 00/13] " Daniele Ceraolo Spurio
2021-06-07 22:19   ` [Intel-gfx] " Daniele Ceraolo Spurio
2021-06-11 18:44   ` Matthew Brost
2021-06-11 18:44     ` [Intel-gfx] " Matthew Brost
2021-06-08  2:17 ` [Intel-gfx] ✓ Fi.CI.IGT: success for " Patchwork
2021-06-10  4:36 [PATCH 00/13] " Matthew Brost
2021-06-10  4:36 ` [PATCH 09/13] drm/i915/doc: Include GuC ABI documentation Matthew Brost

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.