aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-07-27 11:11:19 -0400
committerDave Airlie <airlied@redhat.com>2010-08-01 20:06:44 -0400
commit7fc8878c3398a71c39e23ae1d9d56ba1f9e8c97d (patch)
tree11176ad73c44be08e643949cef76927e3d657715 /drivers/gpu/drm/radeon
parent8c119e9c3b85cb61c1b2bfd616061662367e9240 (diff)
drm/radeon: remove duplicate state emit in r6xx/r7xx blit
Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon')
-rw-r--r--drivers/gpu/drm/radeon/r600_blit_shaders.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/gpu/drm/radeon/r600_blit_shaders.c b/drivers/gpu/drm/radeon/r600_blit_shaders.c
index a8f8bbcf760b..3bcbb938a0eb 100644
--- a/drivers/gpu/drm/radeon/r600_blit_shaders.c
+++ b/drivers/gpu/drm/radeon/r600_blit_shaders.c
@@ -459,10 +459,6 @@ const u32 r6xx_default_state[] =
459 0x00000000, 459 0x00000000,
460 460
461 0xc0016900, 461 0xc0016900,
462 0x00000206, /* PA_CL_VTE_CNTL */
463 0x00000000,
464
465 0xc0016900,
466 0x00000207, 462 0x00000207,
467 0x00000000, /* PA_CL_VS_OUT_CNTL */ 463 0x00000000, /* PA_CL_VS_OUT_CNTL */
468 464
@@ -478,10 +474,6 @@ const u32 r6xx_default_state[] =
478 0x3f800000, 474 0x3f800000,
479 475
480 0xc0016900, 476 0xc0016900,
481 0x00000205,
482 0x00000004, /* PA_SU_SC_MODE_CNTL */
483
484 0xc0016900,
485 0x00000280, 477 0x00000280,
486 0x00000000, /* PA_SU_POINT_SIZE */ 478 0x00000000, /* PA_SU_POINT_SIZE */
487 479
@@ -1118,10 +1110,6 @@ const u32 r7xx_default_state[] =
1118 0x00000000, 1110 0x00000000,
1119 1111
1120 0xc0016900, 1112 0xc0016900,
1121 0x00000206,
1122 0x00000000, /* PA_CL_VTE_CNTL */
1123
1124 0xc0016900,
1125 0x00000207, 1113 0x00000207,
1126 0x00000000, /* PA_CL_VS_OUT_CNTL */ 1114 0x00000000, /* PA_CL_VS_OUT_CNTL */
1127 1115
@@ -1137,10 +1125,6 @@ const u32 r7xx_default_state[] =
1137 0x3f800000, 1125 0x3f800000,
1138 1126
1139 0xc0016900, 1127 0xc0016900,
1140 0x00000205,
1141 0x00000004, /* PA_SU_SC_MODE_CNTL */
1142
1143 0xc0016900,
1144 0x00000280, 1128 0x00000280,
1145 0x00000000, /* PA_SU_POINT_SIZE */ 1129 0x00000000, /* PA_SU_POINT_SIZE */
1146 1130