mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 04:50:11 +01:00
aco: assume new generations are unsupported by clrx
clrx hasn't seen any changes since 2021. I guess the only reson to keep it is GFX6 support. Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Timur Kristóf <timur.kristof@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25522>
This commit is contained in:
parent
a2641ddf0d
commit
73e85c6691
1 changed files with 1 additions and 3 deletions
|
|
@ -148,9 +148,7 @@ to_clrx_device_name(amd_gfx_level gfx_level, radeon_family family)
|
|||
case CHIP_NAVI12: return "gfx1011";
|
||||
default: return nullptr;
|
||||
}
|
||||
case GFX10_3:
|
||||
case GFX11: return nullptr;
|
||||
default: unreachable("Invalid chip class!"); return nullptr;
|
||||
default: return nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue