mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 01:50:07 +03:00
Loading of ctx/method init values from NET image is done in GR boot sequence and also in golden image creation Doing this during GR boot creation is unnecessary since those writes are anyways part of golden image itself Hence remove those method loads from gk20a_init_gr_setup_hw() Also remove g->ops.gr.commit_global_timeslice() call since that too is covered during golden image creation Since above code is removed disabling and restoring fe_go_idle timeout is also not needed Jira NVGPU-1885 Change-Id: Ic6eb4bea7ceb36bb1420f58446785cefe25066df Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2034042 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>