Module: Mesa
Branch: main
Commit: b1e851d66c3a3e53f1a464023f675f3f6cbd3503
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b1e851d66c3a3e53f1a464023f675f3f6cbd3503

Author: Konrad Dybcio <[email protected]>
Date:   Tue Sep 26 18:53:34 2023 +0200

freedreno: Add Adreno 643

Just another funny speedbin of A635

Signed-off-by: Konrad Dybcio <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25408>

---

 src/freedreno/common/freedreno_devices.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/freedreno/common/freedreno_devices.py 
b/src/freedreno/common/freedreno_devices.py
index 0fba336bdbd..07eb24409b7 100644
--- a/src/freedreno/common/freedreno_devices.py
+++ b/src/freedreno/common/freedreno_devices.py
@@ -596,6 +596,7 @@ add_gpus([
         GPUId(chip_id=0x00be06030500, name="Adreno 8c Gen 3"),
         GPUId(chip_id=0x007506030500, name="Adreno 7c+ Gen 3"),
         GPUId(chip_id=0x006006030500, name="Adreno 7c+ Gen 3 Lite"),
+        GPUId(chip_id=0x00ac06030500, name="FD643"), # e.g. QCM6490, Fairphone 
5
         # fallback wildcard entry should be last:
         GPUId(chip_id=0xffff06030500, name="Adreno 7c+ Gen 3"),
     ], A6xxGPUInfo(

Reply via email to