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

Commit 2280ab57 authored by Christian König's avatar Christian König
Browse files

drm/radeon: separate gart and vm functions



Both are complex enough on their own.

Signed-off-by: default avatarChristian König <christian.koenig@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent b03b4e4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ radeon-y += radeon_device.o radeon_asic.o radeon_kms.o \
	r600_dpm.o rs780_dpm.o rv6xx_dpm.o rv770_dpm.o rv730_dpm.o rv740_dpm.o \
	rv770_smc.o cypress_dpm.o btc_dpm.o sumo_dpm.o sumo_smc.o trinity_dpm.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 dce6_afmt.o
	ci_dpm.o dce6_afmt.o radeon_vm.o

# add async DMA block
radeon-y += \
+0 −958

File changed.

Preview size limit exceeded, changes collapsed.

+981 −0

File added.

Preview size limit exceeded, changes collapsed.