r600g: fix typo in evergreen register list
authorDave Airlie <airlied@redhat.com>
Thu, 23 Sep 2010 00:30:35 +0000 (10:30 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 23 Sep 2010 00:30:35 +0000 (10:30 +1000)
pointed out by glisse on irc.

src/gallium/winsys/r600/drm/eg_states.h

index 518e05fefbbad3bb18447a7a793e3acedf11a007..d87109fb801105738ddf8b54133e819ffd7717fb 100644 (file)
@@ -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[] = {