summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/pmu/pmu_fw.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/pmu/pmu_fw.c')
-rw-r--r--drivers/gpu/nvgpu/common/pmu/pmu_fw.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/common/pmu/pmu_fw.c b/drivers/gpu/nvgpu/common/pmu/pmu_fw.c
index 20120393..6a038317 100644
--- a/drivers/gpu/nvgpu/common/pmu/pmu_fw.c
+++ b/drivers/gpu/nvgpu/common/pmu/pmu_fw.c
@@ -37,8 +37,8 @@
37 37
38/* PMU F/W version */ 38/* PMU F/W version */
39#define APP_VERSION_GV11B 23416738 39#define APP_VERSION_GV11B 23416738
40#define APP_VERSION_GV10X 23440730 40#define APP_VERSION_GV10X 23616379
41#define APP_VERSION_GP10X 21308030 41#define APP_VERSION_GP10X 22099494
42#define APP_VERSION_GP10B 20429989 42#define APP_VERSION_GP10B 20429989
43#define APP_VERSION_GM20B 20490253 43#define APP_VERSION_GM20B 20490253
44 44
@@ -897,7 +897,7 @@ static void get_pmu_init_msg_pmu_queue_params_v5(struct pmu_queue *queue,
897 else if (tmp_id == PMU_COMMAND_QUEUE_LPQ) 897 else if (tmp_id == PMU_COMMAND_QUEUE_LPQ)
898 tmp_id = PMU_QUEUE_LPQ_IDX_FOR_V3; 898 tmp_id = PMU_QUEUE_LPQ_IDX_FOR_V3;
899 else if (tmp_id == PMU_MESSAGE_QUEUE) 899 else if (tmp_id == PMU_MESSAGE_QUEUE)
900 tmp_id = PMU_QUEUE_MSG_IDX_FOR_V4; 900 tmp_id = PMU_QUEUE_MSG_IDX_FOR_V5;
901 else 901 else
902 return; 902 return;
903 903