From 52d028e06c35d86355b9fbaf409e961b2bb26338 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Sun, 8 Jun 2025 08:00:25 -0700 Subject: [PATCH] freedreno: Enable the X1-45 Enable the GPU in the X1P41200 chipset. Signed-off-by: Rob Clark Part-of: --- 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 a515424fe59..f4fdc4428fe 100644 --- a/src/freedreno/common/freedreno_devices.py +++ b/src/freedreno/common/freedreno_devices.py @@ -1084,6 +1084,7 @@ add_gpus([ )) add_gpus([ + GPUId(chip_id=0xffff43030c00, name="Adreno X1-45"), GPUId(chip_id=0x43030B00, name="FD735") ], A6xxGPUInfo( CHIP.A7XX,