Hi Jens,jglathe@tb16-jg:~$ cat /sys/class/devfreq/*gpu*/available_frequencies
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.