Files
linux-nvgpu/drivers/gpu/nvgpu/gk20a/gk20a.c
Deepak Nibade 3684ed8fd6 gpu: nvgpu: use railgate instead of reset_assert
In gk20a_do_idle(), if can_railgate = false, we do
reset_assert() on the GPU

But asserting reset might have dependencies on
specific h/w seqeunce for ensuring proper reset

Hence avoid calling reset_assert() and directly
call platform specific unrailgate() and railgate()
APIs which take care of the correct reset sequence

Bug 200142989
Bug 200137963
Bug 1678611

Change-Id: Ide886dd88b8422ad36de52d54378b1edd9c7bbd6
Signed-off-by: Deepak Nibade <dnibade@nvidia.com>
Reviewed-on: http://git-master/r/820322
(cherry picked from commit d621ddd49da976a75c14aa7aaa37f700fb4e83f2)
Reviewed-on: http://git-master/r/822515
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Sachin Nikam <snikam@nvidia.com>
2015-10-26 04:03:56 -07:00

50 KiB