mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 11:58:10 +02:00
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:
parent
45bff4e989
commit
207219d435
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue