diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2013-08-05 18:37:32 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-08-30 22:29:57 +0200 |
commit | 4f8629675800505c274bf7d17baefed197a76cd9 (patch) | |
tree | 1013dd190ec5d0b9b1357b038916e2f0e5551867 /drivers/gpu/drm/radeon/r600_blit_shaders.h | |
parent | drm/radeon: switch r6xx+ to using CP DMA for the blit copy callback (diff) | |
download | linux-4f8629675800505c274bf7d17baefed197a76cd9.tar.xz linux-4f8629675800505c274bf7d17baefed197a76cd9.zip |
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.h | 1 |
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 |