mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
vgpu_finalize_poweron_common calls g->ops.fifo.channel_resume. This call is not valid anymore as no such function pointer exists. Correct this by replace g->ops.fifo.channel_resume() by g->ops.channel.resume_all_serviceable_ch() Change-Id: I09fdfce64d48ec6971396fb2ecabc43051e9bf10 Signed-off-by: Debarshi Dutta <ddutta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2102359 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>