summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/r600_blit_shaders.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-08-05 12:37:32 -0400
committerAlex Deucher <alexander.deucher@amd.com>2013-08-30 16:29:57 -0400
commit4f8629675800505c274bf7d17baefed197a76cd9 (patch)
tree1013dd190ec5d0b9b1357b038916e2f0e5551867 /drivers/gpu/drm/radeon/r600_blit_shaders.h
parent8dddb993bc87b06590f64da5578663386498aafa (diff)
downloadlinux-4f8629675800505c274bf7d17baefed197a76cd9.tar.bz2
drm/radeon/kms: remove r6xx+ blit copy routines
No longer used now that we use the async dma engines or CP DMA for bo copies. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/r600_blit_shaders.h')
-rw-r--r--drivers/gpu/drm/radeon/r600_blit_shaders.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/r600_blit_shaders.h b/drivers/gpu/drm/radeon/r600_blit_shaders.h
index 2f3ce7a75976..f437d36dd98c 100644
--- a/drivers/gpu/drm/radeon/r600_blit_shaders.h
+++ b/drivers/gpu/drm/radeon/r600_blit_shaders.h
@@ -35,5 +35,4 @@ extern const u32 r6xx_default_state[];
extern const u32 r6xx_ps_size, r6xx_vs_size;
extern const u32 r6xx_default_size, r7xx_default_size;
-__pure uint32_t int2float(uint32_t x);
#endif