Mesa (master): turnip: Add support for a615.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Sep 17 00:07:34 UTC 2020


Module: Mesa
Branch: master
Commit: 207219d4356786e8bb4b5f19c67322ee82874967
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=207219d4356786e8bb4b5f19c67322ee82874967

Author: Eric Anholt <eric at anholt.net>
Date:   Tue Sep 15 19:23:06 2020 -0700

turnip: Add support for a615.

Verified RB_CCU_CNTL, 9805, and A0F8 values from blob traces.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6741>

---

 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 11390fa2ca2..7516c3bf946 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;



More information about the mesa-commit mailing list