Files
linux-nvgpu/drivers/gpu/nvgpu
Seema Khowala a841a88bf0 gpu: nvgpu: fix enable engine activity
fifo_sched_disable_true_v() returns 1 and this
value is being right shifted by runlist_id.
This will work only if runlist_id is 0. For runlist_id
other than 0, 1 right shifted by runlist_id will return 0 and
engine will remain disabled. fifo_sched_disable_true_v()
should be left shifted by runlist_id to fix the bug.

Change-Id: If747035b9f6c80a21a67c63e27fb214223a55d4d
Signed-off-by: Seema Khowala <seemaj@nvidia.com>
Reviewed-on: http://git-master/r/1257344
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Alex Waterman <alexw@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
2016-12-02 00:42:38 -08:00
..
2016-10-27 02:50:54 -07:00
2016-11-17 17:24:39 -08:00
2016-07-19 21:02:22 -07:00
2016-10-10 10:13:44 -07:00
2016-04-27 08:10:54 -07:00