aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-07-27 11:01:15 -0400
committerDave Airlie <airlied@redhat.com>2010-08-01 20:07:48 -0400
commitb417cc117a104ea457be18cfde9df9d69c21fa62 (patch)
tree8c006227cdd542ce000768dc25e4167033460b87
parent43a7d2d104f26700c0cc070e5a317a51cd1b46c1 (diff)
drm/radeon: remove viewport transform from r6xx/r7xx blit emit
We aren't using it, so no need. Save additional dwords. Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--drivers/gpu/drm/radeon/r600_blit_shaders.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/drivers/gpu/drm/radeon/r600_blit_shaders.c b/drivers/gpu/drm/radeon/r600_blit_shaders.c
index 762b81cb6bd3..e8151c1d55b2 100644
--- a/drivers/gpu/drm/radeon/r600_blit_shaders.c
+++ b/drivers/gpu/drm/radeon/r600_blit_shaders.c
@@ -127,15 +127,6 @@ const u32 r6xx_default_state[] =
127 0x00000000, /* DB_STENCILREFMASK_BF */ 127 0x00000000, /* DB_STENCILREFMASK_BF */
128 0x00000000, /* SX_ALPHA_REF */ 128 0x00000000, /* SX_ALPHA_REF */
129 129
130 0xc0066900,
131 0x0000010f,
132 0x00000000, /* PA_CL_VPORT_XSCALE */
133 0x00000000,
134 0x00000000,
135 0x00000000,
136 0x00000000,
137 0x00000000,
138
139 0xc0046900, 130 0xc0046900,
140 0x0000030c, 131 0x0000030c,
141 0x01000000, /* CB_CLRCMP_CNTL */ 132 0x01000000, /* CB_CLRCMP_CNTL */
@@ -455,15 +446,6 @@ const u32 r7xx_default_state[] =
455 0x00000000, /* DB_STENCILREFMASK_BF */ 446 0x00000000, /* DB_STENCILREFMASK_BF */
456 0x00000000, /* SX_ALPHA_REF */ 447 0x00000000, /* SX_ALPHA_REF */
457 448
458 0xc0066900,
459 0x0000010f,
460 0x00000000, /* PA_CL_VPORT_XSCALE */
461 0x00000000,
462 0x00000000,
463 0x00000000,
464 0x00000000,
465 0x00000000,
466
467 0xc0046900, 449 0xc0046900,
468 0x0000030c, /* CB_CLRCMP_CNTL */ 450 0x0000030c, /* CB_CLRCMP_CNTL */
469 0x01000000, 451 0x01000000,