Module: Mesa Branch: main Commit: 7292b35da033295a08a673a076c27f955461f024 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7292b35da033295a08a673a076c27f955461f024
Author: Rob Clark <[email protected]> Date: Thu May 12 08:06:59 2022 -0700 freedreno/devices: Add another SKU Signed-off-by: Rob Clark <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16477> --- 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 aecc477a706..36b421b0e52 100644 --- a/src/freedreno/common/freedreno_devices.py +++ b/src/freedreno/common/freedreno_devices.py @@ -330,6 +330,7 @@ add_gpus([ 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"), # fallback wildcard entry should be last: GPUId(chip_id=0xffff06030500, name="Adreno 7c+ Gen 3"), ], A6xxGPUInfo(
