mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 09:57:08 +03:00
gpu: nvgpu: add debugger flag for regops support
Add NVGPU_DEBUGGER flag for regops API and hals Jira NVGPU-3505 Change-Id: I9f2b850c881bf05f8ba5b6ef1f59f0d73a948cde Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2130146 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
3d318e1d1d
commit
455b0da253
@@ -833,7 +833,9 @@ void gk20a_remove_support(struct gk20a *g)
|
||||
|
||||
tegra_unregister_idle_unidle(gk20a_do_idle);
|
||||
|
||||
#ifdef NVGPU_DEBUGGER
|
||||
nvgpu_kfree(g, g->dbg_regops_tmp_buf);
|
||||
#endif
|
||||
|
||||
nvgpu_channel_remove_support_linux(l);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user