mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: rename timeout_* of channel struct
timeout_ms_max is renamed as ctxsw_timeout_max_ms timeout_debug_dump is renamed as ctxsw_timeout_debug_dump timeout_accumulated_ms is renamed as ctxsw_timeout_accumulated_ms timeout_gpfifo_get is renamed as ctxsw_timeout_gpfifo_get gk20a_channel_update_and_check_timeout is renamed as nvgpu_channel_update_and_check_ctxsw_timeout JIRA NVGPU-1312 Change-Id: Ib5c8829c76df95817e9809e451e8c9671faba726 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2076847 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
9a0b8c0234
commit
737de7eac5
@@ -93,7 +93,7 @@ static int gk20a_fifo_sched_debugfs_seq_show(
|
||||
ch->tsgid,
|
||||
ch->tgid,
|
||||
tsg->timeslice_us,
|
||||
ch->timeout_ms_max,
|
||||
ch->ctxsw_timeout_max_ms,
|
||||
tsg->interleave_level,
|
||||
tsg->gr_ctx->graphics_preempt_mode,
|
||||
tsg->gr_ctx->compute_preempt_mode);
|
||||
|
||||
Reference in New Issue
Block a user