mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
1abed2f6bcb1ed1cbe3e10814e41c4044d2513a4
Timeslice mode is always set to enabled. So, it is not required to check for timeslice mode enable and done following cleanup as part of this change. 1. Removed timeslice_mode field from struct gr_gk20a and removed setting of this field from the function gr_gk20a_init_gr_config. 2. Removed checks for timeslice_mode enable in gr_gk20a_commit_global_timeslice function. 3. Removed unused kernel definitions from headers: gr_gpcs_ppcs_cbm_cfg_r() gr_gpcs_ppcs_cbm_cfg_timeslice_mode_enable_v() JIRA NVGPU-2155 Change-Id: Id99f4b771c74f4cea763ea63441043e93def2347 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Change-Id: Id99f4b771c74f4cea763ea63441043e93def2347 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2024320 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Description
No description provided