From 61c7c8266d8b5edb30c77a391b5780f5f3334dc5 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Mon, 23 Sep 2024 18:48:26 +0000 Subject: [PATCH] freedreno/devices: Document an alias for FD644 While the blob driver calls this GPU A644, in kgsl (and internally) it is known as A662. The chip_id also reflects this name. A662 is a closer match to reality as we're talking about an A660-based GPU, but keep the name we expose as FD644 to match the blob. Signed-off-by: Valentine Burley Part-of: --- src/freedreno/common/freedreno_devices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedreno/common/freedreno_devices.py b/src/freedreno/common/freedreno_devices.py index f2ce50f2bc4..3e44524e755 100644 --- a/src/freedreno/common/freedreno_devices.py +++ b/src/freedreno/common/freedreno_devices.py @@ -729,7 +729,7 @@ add_gpus([ )) add_gpus([ - GPUId(chip_id=0x6060201, name="FD644"), + GPUId(chip_id=0x6060201, name="FD644"), # Called A662 in kgsl ], A6xxGPUInfo( CHIP.A6XX, [a6xx_base, a6xx_gen4],