Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu: Set proper MTYPE for GC 9.5.0

GC 9.5.0 local memory MTYPE default should be set as RW.

Signed-off-by: Alex Sierra <alex.sierra@amd.com>
Reviewed-by: Felix Kuehling <felix.kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Alex Sierra and committed by
Alex Deucher
1f91cc4d 0b58a55a

+1
+1
drivers/gpu/drm/amd/amdkfd/kfd_svm.c
··· 1242 1242 break; 1243 1243 case IP_VERSION(9, 4, 3): 1244 1244 case IP_VERSION(9, 4, 4): 1245 + case IP_VERSION(9, 5, 0): 1245 1246 if (ext_coherent) 1246 1247 mtype_local = node->adev->rev_id ? AMDGPU_VM_MTYPE_CC : AMDGPU_VM_MTYPE_UC; 1247 1248 else