summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/pmu_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/pmu_gk20a.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
index 0ff3838a..f73706a2 100644
--- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * GK20A PMU (aka. gPMU outside gk20a context) 2 * GK20A PMU (aka. gPMU outside gk20a context)
3 * 3 *
4 * Copyright (c) 2011-2015, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2011-2016, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -1005,8 +1005,8 @@ int gk20a_init_pmu(struct pmu_gk20a *pmu)
1005 pmu->remove_support = gk20a_remove_pmu_support; 1005 pmu->remove_support = gk20a_remove_pmu_support;
1006 1006
1007 switch (pmu->desc->app_version) { 1007 switch (pmu->desc->app_version) {
1008 case APP_VERSION_T186_1: 1008 case APP_VERSION_NC_1:
1009 case APP_VERSION_T186_0: 1009 case APP_VERSION_NC_0:
1010 g->ops.pmu_ver.pg_cmd_eng_buf_load_size = 1010 g->ops.pmu_ver.pg_cmd_eng_buf_load_size =
1011 pg_cmd_eng_buf_load_size_v1; 1011 pg_cmd_eng_buf_load_size_v1;
1012 g->ops.pmu_ver.pg_cmd_eng_buf_load_set_cmd_type = 1012 g->ops.pmu_ver.pg_cmd_eng_buf_load_set_cmd_type =