]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
gpu: nvgpu: do not idle timed out channels
authorDeepak Nibade <dnibade@nvidia.com>
Thu, 12 Jun 2014 13:58:15 +0000 (19:28 +0530)
committerTodd Poynter <tpoynter@nvidia.com>
Thu, 19 Jun 2014 15:42:51 +0000 (08:42 -0700)
commit0bcd7d28167e7553859680449d66d8c1819a1d7d
tree93b6f5b715fd858855e7f0272849c05655aaeb29
parentc19311f083330040e5384185b79cd7623df4aba8
gpu: nvgpu: do not idle timed out channels

While suspending the device, do not submit WFI on
timed out channels

Submitting WFI on timed out channels will cuase submit_wfi()
to return error and as result of this, rail gating of device
will be prevented

Bug 200010416

Change-Id: Ic097bfdae59dbf9e1f2aea5d8d0431b5f1c3721b
Signed-off-by: Deepak Nibade <dnibade@nvidia.com>
(cherry picked from commit 9ac601c0035240f6bacc3c42c5cc9e7b85a65456)
Reviewed-on: http://git-master/r/426079
Reviewed-by: Todd Poynter <tpoynter@nvidia.com>
Tested-by: Todd Poynter <tpoynter@nvidia.com>
drivers/gpu/nvgpu/gk20a/channel_gk20a.c