]> Git Repo - linux.git/commitdiff
drm/amdgpu: set fw load type for navy_flounder
authorJiansong Chen <[email protected]>
Mon, 10 Feb 2020 07:03:41 +0000 (15:03 +0800)
committerAlex Deucher <[email protected]>
Wed, 15 Jul 2020 16:45:45 +0000 (12:45 -0400)
Currently navy_flounder only supports backdoor loading type.
Will switch to psp load type when psp is ready.

Signed-off-by: Jiansong Chen <[email protected]>
Reviewed-by: Tao Zhou <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c

index 744404a05fee3523aaa8424db7af3bc5aec8e6be..43af71c3202c3fd45477bc3c244cd40626b61cea 100644 (file)
@@ -394,7 +394,8 @@ amdgpu_ucode_get_load_type(struct amdgpu_device *adev, int load_type)
                        return AMDGPU_FW_LOAD_DIRECT;
                else
                        return AMDGPU_FW_LOAD_PSP;
-
+       case CHIP_NAVY_FLOUNDER:
+               return AMDGPU_FW_LOAD_DIRECT;
        default:
                DRM_ERROR("Unknown firmware load type\n");
        }
This page took 0.079465 seconds and 4 git commands to generate.