]> Git Repo - linux.git/commitdiff
drm/amdgpu: enable GDDR6 save-restore support for navy_flounder
authorHawking Zhang <[email protected]>
Wed, 30 Sep 2020 15:09:57 +0000 (23:09 +0800)
committerAlex Deucher <[email protected]>
Thu, 1 Oct 2020 14:43:02 +0000 (10:43 -0400)
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: Hawking Zhang <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c

index 17c010d0431fbaa99147c49c346f191031a09265..b4df6460e45a970dc038e5a99a352139d74a4701 100644 (file)
@@ -543,6 +543,7 @@ int amdgpu_mem_train_support(struct amdgpu_device *adev)
                case HW_REV(11, 0, 0):
                case HW_REV(11, 0, 5):
                case HW_REV(11, 0, 7):
+               case HW_REV(11, 0, 11):
                        ret = 1;
                        break;
                default:
This page took 0.06361 seconds and 4 git commands to generate.