summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/priv_ring_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/priv_ring_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/priv_ring_gp10b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/priv_ring_gp10b.c b/drivers/gpu/nvgpu/gp10b/priv_ring_gp10b.c
index e7777871..0fac76f2 100644
--- a/drivers/gpu/nvgpu/gp10b/priv_ring_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/priv_ring_gp10b.c
@@ -145,7 +145,7 @@ void gp10b_priv_ring_isr(struct gk20a *g)
145 } 145 }
146 146
147 if (status1) { 147 if (status1) {
148 gpc_stride = nvgpu_get_litter_value(g, GPU_LIT_GPC_STRIDE); 148 gpc_stride = nvgpu_get_litter_value(g, GPU_LIT_GPC_PRIV_STRIDE);
149 for (gpc = 0; gpc < g->gr.gpc_count; gpc++) { 149 for (gpc = 0; gpc < g->gr.gpc_count; gpc++) {
150 offset = gpc * gpc_stride; 150 offset = gpc * gpc_stride;
151 if (status1 & BIT(gpc)) { 151 if (status1 & BIT(gpc)) {