summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a
diff options
context:
space:
mode:
authorseshendra Gadagottu <sgadagottu@nvidia.com>2018-01-18 14:02:08 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2018-01-22 18:29:54 -0500
commit193a2ed38ca51d898ac811820ab86237c84e18eb (patch)
treeda672582c2322fc91c7b5c600deb5a60f3068a8d /drivers/gpu/nvgpu/gk20a
parentf6d898656a6d7c197aa27ee53f5f0151fb6dfcf5 (diff)
gpu: nvgpu: add sw method for SET_BES_CROP_DEBUG4
Added sw method support for SET_BES_CROP_DEBUG4. In this sw method: CLAMP_FP_BLEND_TO_MAXVAL forces overflow and CLAMP_FP_BLEND_TO_INF blend results to clamp to FP maxval. Added support for this sw method in gp10b/gp106/gv11b and gv100. Bug 2046636 Change-Id: I3a9e97587aca76718f7f504ea3b853f87409092a Signed-off-by: seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1641529 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 31855250..50f827a9 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -205,6 +205,7 @@ struct gpu_ops {
205 u32 data); 205 u32 data);
206 void (*set_circular_buffer_size)(struct gk20a *g, u32 data); 206 void (*set_circular_buffer_size)(struct gk20a *g, u32 data);
207 void (*set_bes_crop_debug3)(struct gk20a *g, u32 data); 207 void (*set_bes_crop_debug3)(struct gk20a *g, u32 data);
208 void (*set_bes_crop_debug4)(struct gk20a *g, u32 data);
208 void (*enable_hww_exceptions)(struct gk20a *g); 209 void (*enable_hww_exceptions)(struct gk20a *g);
209 bool (*is_valid_class)(struct gk20a *g, u32 class_num); 210 bool (*is_valid_class)(struct gk20a *g, u32 class_num);
210 bool (*is_valid_gfx_class)(struct gk20a *g, u32 class_num); 211 bool (*is_valid_gfx_class)(struct gk20a *g, u32 class_num);