freedreno: Enable A506
authorLuca Weiss <luca@z3ntu.xyz>
Sun, 23 Apr 2023 18:09:22 +0000 (20:09 +0200)
committerMarge Bot <emma+marge@anholt.net>
Mon, 24 Apr 2023 16:01:24 +0000 (16:01 +0000)
Enable the Adreno 506 that is found in SoCs such as Snapdragon 450,
Snapdragon 625 or Snapdragon 632 (msm8953 family).

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22647>

src/freedreno/common/freedreno_devices.py

index 628b2bf..c8502d4 100644 (file)
@@ -177,6 +177,7 @@ add_gpus([
     ))
 
 add_gpus([
+        GPUId(506),
         GPUId(508),
         GPUId(509),
         GPUId(510),