]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/amdgpu: disable firmware loading for psp v10
authorJunwei Zhang <Jerry.Zhang@amd.com>
Wed, 19 Jul 2017 00:23:24 +0000 (08:23 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Jul 2017 20:29:33 +0000 (16:29 -0400)
Now asd firmware is not ready for psp v10, will enable it when it's available

Signed-off-by: Junwei Zhang <Jerry.Zhang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c

index 68def1057f0e6167297e71eb18d4945e62f1d0e0..8c2204c7b3847c3ce18042b48d70516155b843e5 100644 (file)
@@ -63,7 +63,9 @@ static int psp_sw_init(void *handle)
                psp->smu_reload_quirk = psp_v3_1_smu_reload_quirk;
                break;
        case CHIP_RAVEN:
+#if 0
                psp->init_microcode = psp_v10_0_init_microcode;
+#endif
                psp->prep_cmd_buf = psp_v10_0_prep_cmd_buf;
                psp->ring_init = psp_v10_0_ring_init;
                psp->ring_create = psp_v10_0_ring_create;