summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_blit_common.h
AgeCommit message (Collapse)AuthorFilesLines
2013-08-31drm/radeon/kms: remove r6xx+ blit copy routinesAlex Deucher1-44/+0
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>
2012-02-03drm/radeon/kms: common definitions for blit copy codeIlija Hadzic1-0/+44
R600/700 and Evergreen/NI blit code have a few redundant definitions in respective .c file. Move common definitions into a separate (new) .h file. Signed-off-by: Ilija Hadzic <ihadzic@research.bell-labs.com> Signed-off-by: Dave Airlie <airlied@redhat.com>