summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 84e72e98..dbea8033 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -198,6 +198,9 @@ static int gp106_get_litter_value(struct gk20a *g, int value)
198 case GPU_LIT_DMA_COPY_CLASS: 198 case GPU_LIT_DMA_COPY_CLASS:
199 ret = PASCAL_DMA_COPY_A; 199 ret = PASCAL_DMA_COPY_A;
200 break; 200 break;
201 case GPU_LIT_GPC_PRIV_STRIDE:
202 ret = proj_gpc_priv_stride_v();
203 break;
201 default: 204 default:
202 BUG(); 205 BUG();
203 break; 206 break;