mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: rename tsg_gk20a*/gk20a_tsg* functions.
rename the functions with the prefixes tsg_gk20a*/gk20a_tsg* to nvgpu_tsg_* Jira NVGPU-3248 Change-Id: I9f5f601040d994cd7798fe76813cc86c8df126dc Signed-off-by: Debarshi Dutta <ddutta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2120165 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
1dea88c6c7
commit
4c30bd599f
@@ -87,7 +87,7 @@ static int gk20a_fifo_sched_debugfs_seq_show(
|
||||
return ret;
|
||||
|
||||
if (nvgpu_channel_get(ch)) {
|
||||
tsg = tsg_gk20a_from_ch(ch);
|
||||
tsg = nvgpu_tsg_from_ch(ch);
|
||||
|
||||
if (tsg)
|
||||
seq_printf(s, "%-8d %-8d %-8d %-9d %-8d %-10d %-8d %-8d\n",
|
||||
|
||||
Reference in New Issue
Block a user