mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
34020a59997a5312f39888f3e983b1765f4e089f
- nvgpu_gr_ctx_load_golden_ctx_image() does not return any error, change the return type to void - Check for preemption modes greater than CILP in nvgpu_gr_ctx_check_valid_preemption_mode - Check if received class is valid or not in nvgpu_gr_setup_set_preemption_mode - Compile out entire nvgpu_gr_obj_ctx_init_ctxsw_preemption_mode since it is really not doing anything in safety - Remove the switch statement in nvgpu_gr_obj_ctx_set_compute_preemption_mode since it is not possible to receive any other value than supported. Previous function calls ensure that input values are validated. - nvgpu_gr_obj_ctx_commit_global_ctx_buffers() does not return any error, change the return type to void - gops.gr.init.preemption_state HAL is not needed in safety since it only configures gfxp related timeout - remove redundant call to gops.gr.init.wait_idle in nvgpu_gr_obj_ctx_commit_hw_state. We trigger wait despite earlier failure in same function call. Jira NVGPU-4457 Change-Id: I06a474ef7cc1b16fbc3846e0cad1cda6bb2bf2af Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2260938 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Description
No description provided