Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drm/radeon/kms: remove r6xx+ blit copy routines | Alex Deucher | 2013-08-30 | 1 | -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> | ||||
* | drm/radeon/kms: common definitions for blit copy code | Ilija Hadzic | 2012-02-03 | 1 | -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> |