Patch "drm/i915/guc: ADL-N should use the same GuC FW as ADL-S" has been added to the 5.18-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    drm/i915/guc: ADL-N should use the same GuC FW as ADL-S

to the 5.18-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     drm-i915-guc-adl-n-should-use-the-same-guc-fw-as-adl.patch
and it can be found in the queue-5.18 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit aa72f1c2fc8cd6f2671dcb4dd7e9f0be1a92dae2
Author: Daniele Ceraolo Spurio <daniele.ceraolospurio@xxxxxxxxx>
Date:   Tue Jun 21 16:30:05 2022 -0700

    drm/i915/guc: ADL-N should use the same GuC FW as ADL-S
    
    [ Upstream commit 25c95bf494067f7bd1dfa8064ef964abe88cafc2 ]
    
    The only difference between the ADL S and P GuC FWs is the HWConfig
    support. ADL-N does not support HWConfig, so we should use the same
    binary as ADL-S, otherwise the GuC might attempt to fetch a config
    table that does not exist. ADL-N is internally identified as an ADL-P,
    so we need to special-case it in the FW selection code.
    
    Fixes: 7e28d0b26759 ("drm/i915/adl-n: Enable ADL-N platform")
    Cc: John Harrison <John.C.Harrison@xxxxxxxxx>
    Cc: Tejas Upadhyay <tejas.upadhyay@xxxxxxxxx>
    Cc: Anusha Srivatsa <anusha.srivatsa@xxxxxxxxx>
    Cc: Jani Nikula <jani.nikula@xxxxxxxxx>
    Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@xxxxxxxxx>
    Reviewed-by: Matt Roper <matthew.d.roper@xxxxxxxxx>
    Link: https://patchwork.freedesktop.org/patch/msgid/20220621233005.3952293-1-daniele.ceraolospurio@xxxxxxxxx
    (cherry picked from commit 971e4a9781742aaad1587e25fd5582b2dd595ef8)
    Signed-off-by: Rodrigo Vivi <rodrigo.vivi@xxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c b/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
index 9b6fbad47646..097b0c8b8531 100644
--- a/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
+++ b/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
@@ -160,6 +160,15 @@ __uc_fw_auto_select(struct drm_i915_private *i915, struct intel_uc_fw *uc_fw)
 	u8 rev = INTEL_REVID(i915);
 	int i;
 
+	/*
+	 * The only difference between the ADL GuC FWs is the HWConfig support.
+	 * ADL-N does not support HWConfig, so we should use the same binary as
+	 * ADL-S, otherwise the GuC might attempt to fetch a config table that
+	 * does not exist.
+	 */
+	if (IS_ADLP_N(i915))
+		p = INTEL_ALDERLAKE_S;
+
 	GEM_BUG_ON(uc_fw->type >= ARRAY_SIZE(blobs_all));
 	fw_blobs = blobs_all[uc_fw->type].blobs;
 	fw_count = blobs_all[uc_fw->type].count;



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux