mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 09:57:08 +03:00
Added following gr init related gv11b hal for safety golden context creation: void gv11b_gr_init_restore_stats_counter_bundle_data(struct gk20a *g, struct netlist_av_list *sw_bundle_init); int gv11b_gr_init_load_sw_bundle_init(struct gk20a *g, struct netlist_av_list *sw_bundle_init); gv11b_gr_init_restore_stats_counter_bundle_data implements functionality required to re-store stats bundle data, to avoid fe and mme mismatch. gv11b_gr_init_load_sw_bundle_init implements functionality required for disable stats idle clock counter to avoid mismatches with two golden context saves. JIRA NVGPU-3558 Change-Id: I73886770dac30934cbd3989b19ba87553286453d Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2167211 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>