mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: move runlist related struct and defines
Move from fifo_gk20a.h to runlist.h RUNLIST_DISABLED RUNLIST_ENABLED MAX_RUNLIST_BUFFERS struct fifo_runlist_info_gk20a Rename fifo_runlist_info_gk20a -> nvgpu_runlist_info JIRA NVGPU-2012 Change-Id: Ib7e3c9fbf77ac57f25e73be8ea64c45d4c3155ff Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2109008 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
4b64b3556a
commit
3392a72d1a
@@ -65,7 +65,7 @@ static int gk20a_fifo_sched_debugfs_seq_show(
|
||||
struct tsg_gk20a *tsg = NULL;
|
||||
|
||||
struct fifo_engine_info_gk20a *engine_info;
|
||||
struct fifo_runlist_info_gk20a *runlist;
|
||||
struct nvgpu_runlist_info *runlist;
|
||||
u32 runlist_id;
|
||||
int ret = SEQ_SKIP;
|
||||
u32 engine_id;
|
||||
|
||||
Reference in New Issue
Block a user