Skip to content

Commit

Permalink
drm/radeon: remove viewport transform from r6xx/r7xx blit emit
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Aug 2, 2010
1 parent 43a7d2d commit b417cc1
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions drivers/gpu/drm/radeon/r600_blit_shaders.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit b417cc1

Please sign in to comment.