]> Git Repo - linux.git/commitdiff
drm/amdgpu: set fw load type for aldebaran
authorLe Ma <[email protected]>
Tue, 12 Nov 2019 08:16:03 +0000 (16:16 +0800)
committerAlex Deucher <[email protected]>
Wed, 10 Mar 2021 05:01:54 +0000 (00:01 -0500)
Set backdoor loading way in current phase

v2: change case location to not break other asics

Signed-off-by: Le Ma <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Acked-by: Evan Quan <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c

index 1beb08af347f9d8fc6011334bf72ae070e692ed0..358134b29c18966803a7b288720dde2286eaa4a1 100644 (file)
@@ -406,6 +406,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_ALDEBARAN:
+               return AMDGPU_FW_LOAD_DIRECT;
        default:
                DRM_ERROR("Unknown firmware load type\n");
        }
This page took 0.075183 seconds and 4 git commands to generate.