diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-07-27 11:11:19 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-08-02 10:06:44 +1000 |
commit | 7fc8878c3398a71c39e23ae1d9d56ba1f9e8c97d (patch) | |
tree | 11176ad73c44be08e643949cef76927e3d657715 /drivers/gpu/drm/radeon/r600_blit_shaders.c | |
parent | 8c119e9c3b85cb61c1b2bfd616061662367e9240 (diff) | |
download | blackbird-obmc-linux-7fc8878c3398a71c39e23ae1d9d56ba1f9e8c97d.tar.gz blackbird-obmc-linux-7fc8878c3398a71c39e23ae1d9d56ba1f9e8c97d.zip |
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/r600_blit_shaders.c')
-rw-r--r-- | drivers/gpu/drm/radeon/r600_blit_shaders.c | 16 |
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[] = 0x00000000, 0xc0016900, - 0x00000206, /* PA_CL_VTE_CNTL */ - 0x00000000, - - 0xc0016900, 0x00000207, 0x00000000, /* PA_CL_VS_OUT_CNTL */ @@ -478,10 +474,6 @@ const u32 r6xx_default_state[] = 0x3f800000, 0xc0016900, - 0x00000205, - 0x00000004, /* PA_SU_SC_MODE_CNTL */ - - 0xc0016900, 0x00000280, 0x00000000, /* PA_SU_POINT_SIZE */ @@ -1118,10 +1110,6 @@ const u32 r7xx_default_state[] = 0x00000000, 0xc0016900, - 0x00000206, - 0x00000000, /* PA_CL_VTE_CNTL */ - - 0xc0016900, 0x00000207, 0x00000000, /* PA_CL_VS_OUT_CNTL */ @@ -1137,10 +1125,6 @@ const u32 r7xx_default_state[] = 0x3f800000, 0xc0016900, - 0x00000205, - 0x00000004, /* PA_SU_SC_MODE_CNTL */ - - 0xc0016900, 0x00000280, 0x00000000, /* PA_SU_POINT_SIZE */ |