summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index 94aa2dc4..ee3fc3de 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -209,7 +209,9 @@ int gv11b_get_litter_value(struct gk20a *g, int value)
209 case GPU_LIT_DMA_COPY_CLASS: 209 case GPU_LIT_DMA_COPY_CLASS:
210 ret = VOLTA_DMA_COPY_A; 210 ret = VOLTA_DMA_COPY_A;
211 break; 211 break;
212 212 case GPU_LIT_GPC_PRIV_STRIDE:
213 ret = proj_gpc_priv_stride_v();
214 break;
213 default: 215 default:
214 nvgpu_err(g, "Missing definition %d", value); 216 nvgpu_err(g, "Missing definition %d", value);
215 BUG(); 217 BUG();