]> 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)
committerTerje Bergstrom <tbergstrom@nvidia.com>
Tue, 17 Jun 2014 09:56:04 +0000 (02:56 -0700)
commit9ac601c0035240f6bacc3c42c5cc9e7b85a65456
treeaeb145ac41467e26c2771eaf1a77d70301ec9dbe
parent7352415a206b6bec41c762085e49efec5036dec9
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>
Reviewed-on: http://git-master/r/422743
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
drivers/gpu/nvgpu/gk20a/channel_gk20a.c