mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: make gr_ctx a pointer in tsg
Remove a dependency to a graphics type in tsg header by adding a pointer indirection. Jira NVGPU-967 Jira NVGPU-1149 Change-Id: I9177e6eedf08bfe4a3b981b67fa8d4d734f9e50f Signed-off-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1822023 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
17261054d6
commit
b08c613402
@@ -93,8 +93,8 @@ static int gk20a_fifo_sched_debugfs_seq_show(
|
||||
tsg->timeslice_us,
|
||||
ch->timeout_ms_max,
|
||||
tsg->interleave_level,
|
||||
tsg->gr_ctx.graphics_preempt_mode,
|
||||
tsg->gr_ctx.compute_preempt_mode);
|
||||
tsg->gr_ctx->graphics_preempt_mode,
|
||||
tsg->gr_ctx->compute_preempt_mode);
|
||||
gk20a_channel_put(ch);
|
||||
}
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user