Re: [PATCH v2 0/4] Support for Adreno X1-45 GPU

From: Jens Glathe
Date: Sun Jun 15 2025 - 16:43:54 EST


On 12.06.25 23:19, Akhil P Oommen wrote:
Hi Jens,

Could you please try the below patch?

diff --git a/drivers/gpu/drm/msm/adreno/a6xx_catalog.c
b/drivers/gpu/drm/msm/adreno/a6xx_catalog.c
index 2db748ce7df5..7748f92919b8 100644
--- a/drivers/gpu/drm/msm/adreno/a6xx_catalog.c
+++ b/drivers/gpu/drm/msm/adreno/a6xx_catalog.c
@@ -1510,7 +1510,8 @@ static const struct adreno_info a7xx_gpus[] = {
{ 0, 0 },
{ 294, 1 },
{ 263, 2 },
- { 141, 3 },
+ { 233, 3 },
+ { 141, 4 },
),
}
};

With this, you should see 1107Mhz as the GPU Fmax.

jglathe@tb16-jg:~$ cat /sys/class/devfreq/*gpu*/available_frequencies
280000000 380000000 550000000 666000000 720000000 825000000 940000000 1014000000 1107000000

Looking good. Thanks!

Tested-by: Jens Glathe <jens.glathe@xxxxxxxxxxxxxxxxxxxxxx>

with best regards

Jens