mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: dump TSG id in channel status
Current channel status dump does not give clear idea on which channels are bound to which TSG Dump TSG id in channel status dump to give more debug information Change-Id: Ie19e63e8e67a0a0ccf04ce140e1e80e5c1c528ea Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1919125 Reviewed-by: svc-misra-checker <svc-misra-checker@nvidia.com> Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Abdul Salam
parent
84a37954fb
commit
c309f2c9d8
@@ -311,8 +311,9 @@ void gv11b_dump_channel_status_ramfc(struct gk20a *g,
|
||||
|
||||
inst_mem = &ch_state->inst_block[0];
|
||||
|
||||
gk20a_debug_output(o, "%d-%s, pid %d, refs: %d: ", chid,
|
||||
gk20a_debug_output(o, "%d-%s, TSG: %u, pid %d, refs: %d: ", chid,
|
||||
g->name,
|
||||
c->tsgid,
|
||||
ch_state->pid,
|
||||
ch_state->refs);
|
||||
gk20a_debug_output(o, "channel status: %s in use %s %s\n",
|
||||
|
||||
Reference in New Issue
Block a user