From 207219d4356786e8bb4b5f19c67322ee82874967 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 15 Sep 2020 19:23:06 -0700 Subject: [PATCH] turnip: Add support for a615. Verified RB_CCU_CNTL, 9805, and A0F8 values from blob traces. Part-of: --- src/freedreno/vulkan/tu_device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freedreno/vulkan/tu_device.c b/src/freedreno/vulkan/tu_device.c index 11390fa..7516c3b 100644 --- a/src/freedreno/vulkan/tu_device.c +++ b/src/freedreno/vulkan/tu_device.c @@ -72,6 +72,7 @@ tu_physical_device_init(struct tu_physical_device *device, device->limited_z24s8 = (device->gpu_id == 630); switch (device->gpu_id) { + case 615: case 618: device->ccu_offset_gmem = 0x7c000; /* 0x7e000 in some cases? */ device->ccu_offset_bypass = 0x10000; -- 2.7.4