aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Clements <[email protected]>2022-07-13 22:10:16 +0800
committerAlex Deucher <[email protected]>2022-08-29 17:59:30 -0400
commit10f8927d74473a56862edd94390cbe534cb539b9 (patch)
treec113c9bfb982eeebc682d3ae84c20075d847b7c7
parent7ab47ba22ed35e030cf67ac8756767228c591d17 (diff)
drm/amdgpu: added firmware module for psp 13.0.10
added missing firmware module Signed-off-by: John Clements <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r--drivers/gpu/drm/amd/amdgpu/psp_v13_0.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c
index ff12c6d9cb41..2aadc5345349 100644
--- a/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c
@@ -43,6 +43,7 @@ MODULE_FIRMWARE("amdgpu/psp_13_0_0_sos.bin");
MODULE_FIRMWARE("amdgpu/psp_13_0_0_ta.bin");
MODULE_FIRMWARE("amdgpu/psp_13_0_7_sos.bin");
MODULE_FIRMWARE("amdgpu/psp_13_0_7_ta.bin");
+MODULE_FIRMWARE("amdgpu/psp_13_0_10_sos.bin");
/* For large FW files the time to complete can be very long */
#define USBC_PD_POLLING_LIMIT_S 240