]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
drm/radeon: remove viewport transform from r6xx/r7xx blit emit
authorAlex Deucher <alexdeucher@gmail.com>
Tue, 27 Jul 2010 15:01:15 +0000 (11:01 -0400)
committerDave Airlie <airlied@redhat.com>
Mon, 2 Aug 2010 00:07:48 +0000 (10:07 +1000)
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>
drivers/gpu/drm/radeon/r600_blit_shaders.c

index 762b81cb6bd3c266bdd8f31b31527035b3e0b33c..e8151c1d55b2be1d7668be216173138518e88ab6 100644 (file)
@@ -127,15 +127,6 @@ const u32 r6xx_default_state[] =
        0x00000000, /* DB_STENCILREFMASK_BF */
        0x00000000, /* SX_ALPHA_REF */
 
-       0xc0066900,
-       0x0000010f,
-       0x00000000, /* PA_CL_VPORT_XSCALE */
-       0x00000000,
-       0x00000000,
-       0x00000000,
-       0x00000000,
-       0x00000000,
-
        0xc0046900,
        0x0000030c,
        0x01000000, /* CB_CLRCMP_CNTL */
@@ -455,15 +446,6 @@ const u32 r7xx_default_state[] =
        0x00000000, /* DB_STENCILREFMASK_BF */
        0x00000000, /* SX_ALPHA_REF */
 
-       0xc0066900,
-       0x0000010f,
-       0x00000000, /* PA_CL_VPORT_XSCALE */
-       0x00000000,
-       0x00000000,
-       0x00000000,
-       0x00000000,
-       0x00000000,
-
        0xc0046900,
        0x0000030c, /* CB_CLRCMP_CNTL */
        0x01000000,