summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/gr_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/gr_gv11b.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
index 3030def8..9c79b29b 100644
--- a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
@@ -1193,6 +1193,9 @@ int gr_gv11b_handle_sw_method(struct gk20a *g, u32 addr,
1193 case NVC397_SET_BES_CROP_DEBUG3: 1193 case NVC397_SET_BES_CROP_DEBUG3:
1194 g->ops.gr.set_bes_crop_debug3(g, data); 1194 g->ops.gr.set_bes_crop_debug3(g, data);
1195 break; 1195 break;
1196 case NVC397_SET_BES_CROP_DEBUG4:
1197 g->ops.gr.set_bes_crop_debug4(g, data);
1198 break;
1196 default: 1199 default:
1197 goto fail; 1200 goto fail;
1198 } 1201 }