mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-28 13:28:30 -04:00
drm/radeon: separate DMA code
Similar to separating the UVD code, just put the DMA functions into separate files. Signed-off-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
e409b12862
commit
2483b4ea98
@@ -82,6 +82,15 @@ radeon-y += radeon_device.o radeon_asic.o radeon_kms.o \
|
||||
trinity_smc.o ni_dpm.o si_smc.o si_dpm.o kv_smc.o kv_dpm.o ci_smc.o \
|
||||
ci_dpm.o
|
||||
|
||||
# add async DMA block
|
||||
radeon-y += \
|
||||
r600_dma.o \
|
||||
rv770_dma.o \
|
||||
evergreen_dma.o \
|
||||
ni_dma.o \
|
||||
si_dma.o \
|
||||
cik_sdma.o \
|
||||
|
||||
# add UVD block
|
||||
radeon-y += \
|
||||
radeon_uvd.o \
|
||||
|
||||
Reference in New Issue
Block a user