mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-16 04:20:34 +01:00
amd/registers: add missing TBA registers on GFX6-GFX8
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6384>
This commit is contained in:
parent
5e841e8b4f
commit
3aa71a61dd
1 changed files with 60 additions and 0 deletions
|
|
@ -7913,6 +7913,66 @@
|
|||
"name": "SPI_SHADER_PGM_HI_GS",
|
||||
"type_ref": "SPI_SHADER_TBA_HI_PS"
|
||||
},
|
||||
{
|
||||
"chips": ["gfx7", "fiji", "gfx6", "stoney", "gfx8"],
|
||||
"map": {"at": 45060, "to": "mm"},
|
||||
"name": "SPI_SHADER_TBA_HI_PS"
|
||||
},
|
||||
{
|
||||
"chips": ["gfx7", "fiji", "gfx6", "stoney", "gfx8"],
|
||||
"map": {"at": 45316, "to": "mm"},
|
||||
"name": "SPI_SHADER_TBA_HI_VS"
|
||||
},
|
||||
{
|
||||
"chips": ["gfx7", "fiji", "gfx6", "stoney", "gfx8"],
|
||||
"map": {"at": 45572, "to": "mm"},
|
||||
"name": "SPI_SHADER_TBA_HI_GS"
|
||||
},
|
||||
{
|
||||
"chips": ["gfx7", "fiji", "gfx6", "stoney", "gfx8"],
|
||||
"map": {"at": 45828, "to": "mm"},
|
||||
"name": "SPI_SHADER_TBA_HI_ES"
|
||||
},
|
||||
{
|
||||
"chips": ["gfx7", "fiji", "gfx6", "stoney", "gfx8"],
|
||||
"map": {"at": 46084, "to": "mm"},
|
||||
"name": "SPI_SHADER_TBA_HI_HS"
|
||||
},
|
||||
{
|
||||
"chips": ["gfx7", "fiji", "gfx6", "stoney", "gfx8"],
|
||||
"map": {"at": 46340, "to": "mm"},
|
||||
"name": "SPI_SHADER_TBA_HI_LS"
|
||||
},
|
||||
{
|
||||
"chips": ["gfx7", "fiji", "gfx6", "stoney", "gfx8"],
|
||||
"map": {"at": 45056, "to": "mm"},
|
||||
"name": "SPI_SHADER_TBA_LO_PS"
|
||||
},
|
||||
{
|
||||
"chips": ["gfx7", "fiji", "gfx6", "stoney", "gfx8"],
|
||||
"map": {"at": 45312, "to": "mm"},
|
||||
"name": "SPI_SHADER_TBA_LO_VS"
|
||||
},
|
||||
{
|
||||
"chips": ["gfx7", "fiji", "gfx6", "stoney", "gfx8"],
|
||||
"map": {"at": 45568, "to": "mm"},
|
||||
"name": "SPI_SHADER_TBA_LO_GS"
|
||||
},
|
||||
{
|
||||
"chips": ["gfx7", "fiji", "gfx6", "stoney", "gfx8"],
|
||||
"map": {"at": 45824, "to": "mm"},
|
||||
"name": "SPI_SHADER_TBA_LO_ES"
|
||||
},
|
||||
{
|
||||
"chips": ["gfx7", "fiji", "gfx6", "stoney", "gfx8"],
|
||||
"map": {"at": 46080, "to": "mm"},
|
||||
"name": "SPI_SHADER_TBA_LO_HS"
|
||||
},
|
||||
{
|
||||
"chips": ["gfx7", "fiji", "gfx6", "stoney", "gfx8"],
|
||||
"map": {"at": 46336, "to": "mm"},
|
||||
"name": "SPI_SHADER_TBA_LO_LS"
|
||||
},
|
||||
{
|
||||
"chips": ["gfx7", "fiji", "gfx9", "gfx6", "stoney", "gfx8"],
|
||||
"map": {"at": 46116, "to": "mm"},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue