]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
Revert "gpu: nvgpu: Dump offending push buffer fragment"
authorArto Merilainen <amerilainen@nvidia.com>
Thu, 3 Jul 2014 09:28:25 +0000 (12:28 +0300)
committerEmad Mir <emir@nvidia.com>
Mon, 7 Jul 2014 20:13:08 +0000 (13:13 -0700)
commit14e6571944ce245854aafe08d5208af2c0d083e4
tree7900d1ae1c642c633d3db32594eb72acbf369e1c
parentc8715e4a23bbe7cc53e8d8352a0bc6c5a21574bb
Revert "gpu: nvgpu: Dump offending push buffer fragment"

Channel and gpfifo allocations are entirely separated from each
other, however, the code here assumes that active channel means
that the channel also has a gpfifo.

This reverts commit a24602f094380539788696d1b1567a4f4d914b17 which
added gpfifo dump. Changing debug dumping to be safe requires
refactoring the channel release code to use proper locking.

Bug 200017498
Bug 1530226

Change-Id: I2fb02542a17dd56a0a9ce732b327e34b85ade8b9
Signed-off-by: Arto Merilainen <amerilainen@nvidia.com>
(cherry picked from commit 3d37815d7660affeb9a4f23b0d17f870ed12dd33)
Reviewed-on: http://git-master/r/434053
Reviewed-by: Emad Mir <emir@nvidia.com>
Tested-by: Emad Mir <emir@nvidia.com>
drivers/gpu/nvgpu/gk20a/channel_gk20a.c
drivers/gpu/nvgpu/gk20a/channel_gk20a.h
drivers/gpu/nvgpu/gk20a/debug_gk20a.c
drivers/gpu/nvgpu/gk20a/fifo_gk20a.c