summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/gr_ctx_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/gr_ctx_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/gr_ctx_gp106.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp106/gr_ctx_gp106.c b/drivers/gpu/nvgpu/gp106/gr_ctx_gp106.c
index 571f99b7..5dc0f591 100644
--- a/drivers/gpu/nvgpu/gp106/gr_ctx_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/gr_ctx_gp106.c
@@ -27,7 +27,7 @@
27 27
28int gr_gp106_get_netlist_name(struct gk20a *g, int index, char *name) 28int gr_gp106_get_netlist_name(struct gk20a *g, int index, char *name)
29{ 29{
30 u32 ver = g->gpu_characteristics.arch + g->gpu_characteristics.impl; 30 u32 ver = g->params.gpu_arch + g->params.gpu_impl;
31 31
32 switch (ver) { 32 switch (ver) {
33 case NVGPU_GPUID_GP104: 33 case NVGPU_GPUID_GP104: