mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
Move struct gk20a_fecs_trace_record to gr/fecs_trace unit and rename it as struct nvgpu_fecs_trace_record Move all of the APIs in nvgpu/fecs_trace.h to nvgpu/gr/fecs_trace.h and rename them in nvgpu_gr_fecs_trace_*() format Delete nvgpu/fecs_trace.h Add new HAL unit common/gr/fecs_trace/fecs_trace_gm20b.c for register accesses needed for gr/fecs_trace unit Add below new HALs in this HAL unit g->ops.fecs_trace.get_read_index() g->ops.fecs_trace.get_write_index() g->ops.fecs_trace.set_read_index() Jira NVGPU-1880 Change-Id: Ib6ee32ba0d2f8a8a3e82491057e2f01a0275fcf4 Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2024973 GVS: Gerrit_Virtual_Submit Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>