amd/common: define SDMA v7.0 for GFX12
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29417>
This commit is contained in:
committed by
Marge Bot
parent
5ff1e59ba7
commit
94a6eb20f9
@@ -244,6 +244,9 @@ enum sdma_version {
|
||||
|
||||
/* GFX11.5 */
|
||||
SDMA_6_1 = SDMA_VERSION_VALUE(6, 1),
|
||||
|
||||
/* GFX12 */
|
||||
SDMA_7_0 = SDMA_VERSION_VALUE(7, 0),
|
||||
};
|
||||
|
||||
const char *ac_get_family_name(enum radeon_family family);
|
||||
|
||||
Reference in New Issue
Block a user