summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/hal_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hal_gp10b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index 381ee8b1..5222fca6 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -151,7 +151,7 @@ int gp10b_init_hal(struct gk20a *g)
151 c->compute_class = PASCAL_COMPUTE_A; 151 c->compute_class = PASCAL_COMPUTE_A;
152 c->gpfifo_class = PASCAL_CHANNEL_GPFIFO_A; 152 c->gpfifo_class = PASCAL_CHANNEL_GPFIFO_A;
153 c->inline_to_memory_class = KEPLER_INLINE_TO_MEMORY_B; 153 c->inline_to_memory_class = KEPLER_INLINE_TO_MEMORY_B;
154 c->dma_copy_class = MAXWELL_DMA_COPY_A; 154 c->dma_copy_class = PASCAL_DMA_COPY_A;
155 155
156 return 0; 156 return 0;
157} 157}