Skip to content

Commit bf66a78

Browse files
committed
drm/radeon: use DMA engine for VM page table updates on SI
DMA engine has special packets to facilitate this and it also keeps the 3D engine free for other things. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent deab48f commit bf66a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/radeon/radeon_asic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ static struct radeon_asic si_asic = {
16951695
.vm = {
16961696
.init = &si_vm_init,
16971697
.fini = &si_vm_fini,
1698-
.pt_ring_index = RADEON_RING_TYPE_GFX_INDEX,
1698+
.pt_ring_index = R600_RING_TYPE_DMA_INDEX,
16991699
.set_page = &si_vm_set_page,
17001700
},
17011701
.ring = {

0 commit comments

Comments
 (0)