mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
Move below calls to gr/fecs_trace unit gk20a_fecs_trace_bind_channel() gk20a_fecs_trace_unbind_channel() And rename them to nvgpu_gr_fecs_trace_bind_channel() nvgpu_gr_fecs_trace_unbind_channel() We are not accessing any fifo/ch/tsg construct in gr/fecs_trace unit hence update parameter list of above APIs to receive inst_block, gr_ctx, subctx pointers directly instead of receiving channel_gk20a Delete gk20a/fecs_trace_gk20a.* files since they are no longer required. All the contents in those files are now moved to gr/fecs_trace unit Jira NVGPU-1880 Change-Id: I7ef9f0b66781b45155035237172ae400f02740e4 Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2032707 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>