]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_ucode.c
index 474f88fbafceb324465214e0f7fe9f3009e6ef7a..5916cc25e28be5e8b2497e5b663da49f6c4b03d9 100644 (file)
@@ -271,12 +271,13 @@ amdgpu_ucode_get_load_type(struct amdgpu_device *adev, int load_type)
                        return AMDGPU_FW_LOAD_SMU;
        case CHIP_VEGA10:
        case CHIP_RAVEN:
+       case CHIP_VEGA12:
                if (!load_type)
                        return AMDGPU_FW_LOAD_DIRECT;
                else
                        return AMDGPU_FW_LOAD_PSP;
        default:
-               DRM_ERROR("Unknow firmware load type\n");
+               DRM_ERROR("Unknown firmware load type\n");
        }
 
        return AMDGPU_FW_LOAD_DIRECT;
This page took 0.034854 seconds and 4 git commands to generate.