Patch "drm/msm/adreno: Fix A680 chip id" has been added to the 6.6-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/msm/adreno: Fix A680 chip id

to the 6.6-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-msm-adreno-fix-a680-chip-id.patch
and it can be found in the queue-6.6 subdirectory.

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



commit c70fd895576d30f82e0dc7a18b8ca5b1daf94ec3
Author: Bjorn Andersson <quic_bjorande@xxxxxxxxxxx>
Date:   Thu Nov 30 16:26:41 2023 -0800

    drm/msm/adreno: Fix A680 chip id
    
    [ Upstream commit 3e6688fd96966b6c275e95c39aa367bc0a490ccd ]
    
    The only A680 referenced from DeviceTree is patch level 1, which since
    commit '90b593ce1c9e ("drm/msm/adreno: Switch to chip-id for identifying
    GPU")' isn't a known chip id.
    
    Correct the chip id to allow the A680 to be recognized again.
    
    Fixes: 90b593ce1c9e ("drm/msm/adreno: Switch to chip-id for identifying GPU")
    Signed-off-by: Bjorn Andersson <quic_bjorande@xxxxxxxxxxx>
    Patchwork: https://patchwork.freedesktop.org/patch/569839/
    Signed-off-by: Rob Clark <robdclark@xxxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/gpu/drm/msm/adreno/adreno_device.c b/drivers/gpu/drm/msm/adreno/adreno_device.c
index f2d9d34ed50f..b7b527e21dac 100644
--- a/drivers/gpu/drm/msm/adreno/adreno_device.c
+++ b/drivers/gpu/drm/msm/adreno/adreno_device.c
@@ -462,7 +462,7 @@ static const struct adreno_info gpulist[] = {
 			{ 190, 1 },
 		),
 	}, {
-		.chip_ids = ADRENO_CHIP_IDS(0x06080000),
+		.chip_ids = ADRENO_CHIP_IDS(0x06080001),
 		.family = ADRENO_6XX_GEN2,
 		.revn = 680,
 		.fw = {




[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