Hi Dave and Daniel, This is basically only the guc regression fix. The other patch is just a dependency to make the important patch to apply cleanly without conflict. drm-intel-fixes-2022-07-20-1: - Fix the regression caused by the lack of GuC v70. Let's accept the fallback to v69. Thanks, Rodrigo. The following changes since commit ff6992735ade75aae3e35d16b17da1008d753d28: Linux 5.19-rc7 (2022-07-17 13:30:22 -0700) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2022-07-20-1 for you to fetch changes up to 443148858f26ee0fea6ad1b292d49d884dce92d1: drm/i915/guc: support v69 in parallel to v70 (2022-07-19 21:25:03 -0400) ---------------------------------------------------------------- - Fix the regression caused by the lack of GuC v70. Let's accept the fallback to v69. ---------------------------------------------------------------- Daniele Ceraolo Spurio (1): drm/i915/guc: support v69 in parallel to v70 Matthew Brost (1): drm/i915/guc: Support programming the EU priority in the GuC descriptor drivers/gpu/drm/i915/gt/intel_context_types.h | 11 +- .../gpu/drm/i915/gt/intel_execlists_submission.c | 12 +- drivers/gpu/drm/i915/gt/intel_lrc.h | 10 - drivers/gpu/drm/i915/gt/uc/abi/guc_actions_abi.h | 3 + drivers/gpu/drm/i915/gt/uc/intel_guc.h | 5 + drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h | 45 +++ drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c | 374 ++++++++++++++++++--- drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 56 ++- drivers/gpu/drm/i915/gt/uc/intel_uc_fw.h | 7 + 9 files changed, 450 insertions(+), 73 deletions(-)