mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-04 10:58:15 +02:00
r600g: fix typo in evergreen register list
pointed out by glisse on irc.
This commit is contained in:
parent
8078e58795
commit
fa11c400d0
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ static const struct radeon_register EG_names_UCP[] = {
|
|||
{0x0002860C, 0, 0, "PA_CL_UCP5_X"},
|
||||
{0x00028610, 0, 0, "PA_CL_UCP5_Y"},
|
||||
{0x00028614, 0, 0, "PA_CL_UCP5_Z"},
|
||||
{0x0002861C, 0, 0, "PA_CL_UCP5_W"},
|
||||
{0x00028618, 0, 0, "PA_CL_UCP5_W"},
|
||||
};
|
||||
|
||||
static const struct radeon_register EG_names_VS_CBUF[] = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue