File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
drivers/gpu/drm/amd/amdgpu Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ static int psp_early_init(void *handle)
202
202
case IP_VERSION (13 , 0 , 5 ):
203
203
case IP_VERSION (13 , 0 , 8 ):
204
204
case IP_VERSION (13 , 0 , 11 ):
205
+ case IP_VERSION (14 , 0 , 0 ):
205
206
psp_v13_0_set_psp_funcs (psp );
206
207
psp -> autoload_supported = true;
207
208
break ;
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ MODULE_FIRMWARE("amdgpu/psp_13_0_11_toc.bin");
50
50
MODULE_FIRMWARE ("amdgpu/psp_13_0_11_ta.bin" );
51
51
MODULE_FIRMWARE ("amdgpu/psp_13_0_6_sos.bin" );
52
52
MODULE_FIRMWARE ("amdgpu/psp_13_0_6_ta.bin" );
53
+ MODULE_FIRMWARE ("amdgpu/psp_14_0_0_toc.bin" );
54
+ MODULE_FIRMWARE ("amdgpu/psp_14_0_0_ta.bin" );
53
55
54
56
/* For large FW files the time to complete can be very long */
55
57
#define USBC_PD_POLLING_LIMIT_S 240
@@ -94,6 +96,7 @@ static int psp_v13_0_init_microcode(struct psp_context *psp)
94
96
case IP_VERSION (13 , 0 , 5 ):
95
97
case IP_VERSION (13 , 0 , 8 ):
96
98
case IP_VERSION (13 , 0 , 11 ):
99
+ case IP_VERSION (14 , 0 , 0 ):
97
100
err = psp_init_toc_microcode (psp , ucode_prefix );
98
101
if (err )
99
102
return err ;
You can’t perform that action at this time.
0 commit comments