Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2483b4ea authored by Christian König's avatar Christian König Committed by Alex Deucher
Browse files

drm/radeon: separate DMA code



Similar to separating the UVD code, just put the DMA
functions into separate files.

Signed-off-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent e409b128
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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 \
+10 −726

File changed.

Preview size limit exceeded, changes collapsed.

+785 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −160

File changed.

Preview size limit exceeded, changes collapsed.

+190 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading