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>
This commit is contained in:
Eric Anholt 2020-09-15 19:23:06 -07:00 committed by Marge Bot
parent 45bff4e989
commit 207219d435

View file

@ -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;