mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 11:04:51 +03:00
gpu: nvgpu: remove g->ops.gr.dump_ctxsw_stats
g->ops.gr.dump_ctxsw_stats is redundant since we can directly call g->ops.gr.ctxsw_prog.dump_ctxsw_stats Also clean up gr_gp10b_dump_ctxsw_stats since it too becomes redundant Jira NVGPU-1527 Change-Id: I0ac5bcf6cf3dca30954d302766431496971708f4 Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1986814 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
b10960e7b7
commit
93a05937f0
@@ -500,7 +500,6 @@ static const struct gpu_ops tu104_ops = {
|
||||
gr_gv11b_init_gfxp_wfi_timeout_count,
|
||||
.get_max_gfxp_wfi_timeout_count =
|
||||
gr_gv11b_get_max_gfxp_wfi_timeout_count,
|
||||
.dump_ctxsw_stats = gr_gp10b_dump_ctxsw_stats,
|
||||
.fecs_host_int_enable = gr_gv11b_fecs_host_int_enable,
|
||||
.handle_ssync_hww = gr_gv11b_handle_ssync_hww,
|
||||
.handle_notify_pending = gk20a_gr_handle_notify_pending,
|
||||
|
||||
Reference in New Issue
Block a user