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:
Seema Khowala
2019-03-20 10:58:04 -07:00
committed by mobile promotions
parent 9a0b8c0234
commit 737de7eac5
6 changed files with 45 additions and 45 deletions

View File

@@ -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);