summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/pmu_gk20a.c1
-rw-r--r--drivers/gpu/nvgpu/gk20a/pmu_gk20a.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
index 6677798b..56ad0c2a 100644
--- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
@@ -1107,6 +1107,7 @@ int gk20a_init_pmu(struct pmu_gk20a *pmu)
1107 g->ops.pmu_ver.get_pmu_seq_out_a_ptr = 1107 g->ops.pmu_ver.get_pmu_seq_out_a_ptr =
1108 get_pmu_sequence_out_alloc_ptr_v1; 1108 get_pmu_sequence_out_alloc_ptr_v1;
1109 break; 1109 break;
1110 case APP_VERSION_GM20B_5:
1110 case APP_VERSION_GM20B_4: 1111 case APP_VERSION_GM20B_4:
1111 g->ops.pmu_ver.pg_cmd_eng_buf_load_size = 1112 g->ops.pmu_ver.pg_cmd_eng_buf_load_size =
1112 pg_cmd_eng_buf_load_size_v0; 1113 pg_cmd_eng_buf_load_size_v0;
diff --git a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
index 4edb3283..efe03f13 100644
--- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
@@ -51,6 +51,7 @@
51 51
52#define APP_VERSION_NC_1 20313802 52#define APP_VERSION_NC_1 20313802
53#define APP_VERSION_NC_0 20360931 53#define APP_VERSION_NC_0 20360931
54#define APP_VERSION_GM20B_5 20490253
54#define APP_VERSION_GM20B_4 19008461 55#define APP_VERSION_GM20B_4 19008461
55#define APP_VERSION_GM20B_3 18935575 56#define APP_VERSION_GM20B_3 18935575
56#define APP_VERSION_GM20B_2 18694072 57#define APP_VERSION_GM20B_2 18694072