mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
gpu: nvgpu: remove usage of nvgpu_gpfifo
Remove the usage of nvgpu_gpfifo splattered across nvgpu, and replace with a struct defined in common code. The usage is still inside Linux, but this helps the subsequent unification efforts, e.g. to unify the submit path. VQRM-3465 Change-Id: I9e5ac697a0c7f85239ddba319085c09481d20d6b Signed-off-by: Sourab Gupta <sourabg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1691978 Reviewed-by: Konsta Holtta <kholtta@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> 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
585e33e408
commit
f8578c9274
@@ -47,7 +47,7 @@ struct gk20a_fence;
|
||||
struct nvgpu_channel_fence;
|
||||
struct channel_gk20a;
|
||||
struct vm_gk20a;
|
||||
struct nvgpu_gpfifo;
|
||||
struct nvgpu_gpfifo_entry;
|
||||
|
||||
/*
|
||||
* this element defines a buffer that is allocated and mapped into gpu address
|
||||
@@ -258,10 +258,10 @@ struct gk20a_cde_ctx {
|
||||
|
||||
u64 backing_store_vaddr;
|
||||
|
||||
struct nvgpu_gpfifo *init_convert_cmd;
|
||||
struct nvgpu_gpfifo_entry *init_convert_cmd;
|
||||
int init_cmd_num_entries;
|
||||
|
||||
struct nvgpu_gpfifo *convert_cmd;
|
||||
struct nvgpu_gpfifo_entry *convert_cmd;
|
||||
int convert_cmd_num_entries;
|
||||
|
||||
struct kobj_attribute attr;
|
||||
|
||||
Reference in New Issue
Block a user