Skip to content

Commit d728eda

Browse files
PhilipYangAalexdeucher
authored andcommitted
drm/amdgpu: Enable translate further for GC v9.4.3
To extend UTCL2 reach. Signed-off-by: Philip Yang <[email protected]> Reviewed-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 0e41639 commit d728eda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2107,6 +2107,7 @@ static int gmc_v9_0_sw_init(void *handle)
21072107
bitmap_or(adev->vmhubs_mask, adev->vmhubs_mask, &inst_mask, 32);
21082108

21092109
amdgpu_vm_adjust_size(adev, 256 * 1024, 9, 3, 48);
2110+
adev->gmc.translate_further = adev->vm_manager.num_level > 1;
21102111
break;
21112112
default:
21122113
break;

0 commit comments

Comments
 (0)