Files
linux-nvgpu/drivers/gpu
Deepak Nibade 54f76d1ac6 gpu: nvgpu: call channel_update() always in channel_abort()
In gk20a_channel_abort(), we disable the channel and
adjust the fences. And then we call gk20a_channel_update()
only if we released the post-fence semaphore

Instead of this, call gk20a_channel_update() always to ensure
that all the clean up after fence completion is done always

Bug 1683059

Change-Id: Ife00ba43e808c0833264d79c98c74417ffadf802
Signed-off-by: Deepak Nibade <dnibade@nvidia.com>
Reviewed-on: http://git-master/r/842999
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
2015-12-10 08:39:02 -08:00
..