Skip to content

Commit

Permalink
drm/radeon: remove duplicate state emit in r6xx/r7xx blit
Browse files Browse the repository at this point in the history
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 8c119e9 commit 7fc8878
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions drivers/gpu/drm/radeon/r600_blit_shaders.c
Original file line number Diff line number Diff line change
Expand Up @@ -458,10 +458,6 @@ const u32 r6xx_default_state[] =
0x00000000,
0x00000000,

0xc0016900,
0x00000206, /* PA_CL_VTE_CNTL */
0x00000000,

0xc0016900,
0x00000207,
0x00000000, /* PA_CL_VS_OUT_CNTL */
Expand All @@ -477,10 +473,6 @@ const u32 r6xx_default_state[] =
0x3f800000,
0x3f800000,

0xc0016900,
0x00000205,
0x00000004, /* PA_SU_SC_MODE_CNTL */

0xc0016900,
0x00000280,
0x00000000, /* PA_SU_POINT_SIZE */
Expand Down Expand Up @@ -1117,10 +1109,6 @@ const u32 r7xx_default_state[] =
0x00000000,
0x00000000,

0xc0016900,
0x00000206,
0x00000000, /* PA_CL_VTE_CNTL */

0xc0016900,
0x00000207,
0x00000000, /* PA_CL_VS_OUT_CNTL */
Expand All @@ -1136,10 +1124,6 @@ const u32 r7xx_default_state[] =
0x3f800000,
0x3f800000,

0xc0016900,
0x00000205,
0x00000004, /* PA_SU_SC_MODE_CNTL */

0xc0016900,
0x00000280,
0x00000000, /* PA_SU_POINT_SIZE */
Expand Down

0 comments on commit 7fc8878

Please sign in to comment.