mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
Moved the following HALs from fifo to tsg: - tsg.bind_channel - tsg.unbind_channel - tsg.unbind_channel_check_hw_state - tsg.unbind_channel_check_ctx_reload - tsg.unbind_channel_check_eng_faulted bind_channel and unbind_channel HALs are optional, and only implemented for vgpu: - vgpu_tsg_bind_channel - vgpu_tsg_unbind_channel Moved the following code from fifo to tsg: - nvgpu_tsg_bind_channel - nvgpu_tsg_unbind_channel - nvgpu_tsg_unbind_channel_check_hw_state - nvgpu_tsg_unbind_channel_check_ctx_reload - gv11b_tsg_unbind_channel_check_eng_faulted tsg is now explictly passed to bind/unbind operations, along with ch Jira NVGPU-2979 Change-Id: I337a3d73ceef5ff320b036b14739ef0e831a28ee Signed-off-by: Thomas Fleury <tfleury@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2084029 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>