Commit 346dbbb8 authored by Hawking Zhang's avatar Hawking Zhang Committed by Alex Deucher

drm/amdgpu: enable GDDR6 save-restore support for navy_flounder

add mp0 11_0_11 for navy_flounder to the mem training
supported list, otherwise the modeprobe would fail
on navy_flounder with latest vbios.
Signed-off-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent f7ee1874
...@@ -543,6 +543,7 @@ int amdgpu_mem_train_support(struct amdgpu_device *adev) ...@@ -543,6 +543,7 @@ int amdgpu_mem_train_support(struct amdgpu_device *adev)
case HW_REV(11, 0, 0): case HW_REV(11, 0, 0):
case HW_REV(11, 0, 5): case HW_REV(11, 0, 5):
case HW_REV(11, 0, 7): case HW_REV(11, 0, 7):
case HW_REV(11, 0, 11):
ret = 1; ret = 1;
break; break;
default: default:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment