mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
gpu: nvgpu: Remove assertion which triggers intermittently
Partially revert patch c0e725a, which causes intermittent test
failures.
Bug 2599340
Change-Id: I4ac7ef007b4a7beaa2010cc3795ed0f78b4ce9c7
Signed-off-by: Antoine Chauveau <achauveau@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2120867
This commit is contained in:
@@ -2455,7 +2455,7 @@ int nvgpu_channel_suspend_all_serviceable_ch(struct gk20a *g)
|
||||
nvgpu_err(g, "failed to disable channel/TSG");
|
||||
}
|
||||
/* preempt the channel */
|
||||
nvgpu_assert(nvgpu_preempt_channel(g, ch) == 0);
|
||||
nvgpu_preempt_channel(g, ch);
|
||||
/* wait for channel update notifiers */
|
||||
if (g->os_channel.work_completion_cancel_sync != NULL) {
|
||||
g->os_channel.work_completion_cancel_sync(ch);
|
||||
|
||||
Reference in New Issue
Block a user