mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
gpu: nvgpu: delete unused fifo ops
Delete unused fifo ops init_engine_info get_engines_mask_on_id JIRA NVGPU-2950 Change-Id: If699ad2c6d81cf57e130491ed0cc7212d723cdd1 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2094619 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
04e3d37523
commit
7ac5c9dc0b
@@ -977,9 +977,6 @@ struct gpu_ops {
|
||||
u32 (*default_timeslice_us)(struct gk20a *g);
|
||||
int (*init_pbdma_map)(struct gk20a *g,
|
||||
u32 *pbdma_map, u32 num_pbdma);
|
||||
int (*init_engine_info)(struct fifo_gk20a *f);
|
||||
u32 (*get_engines_mask_on_id)(struct gk20a *g,
|
||||
u32 id, bool is_tsg);
|
||||
int (*is_preempt_pending)(struct gk20a *g, u32 id,
|
||||
unsigned int id_type);
|
||||
int (*reset_enable_hw)(struct gk20a *g);
|
||||
|
||||
Reference in New Issue
Block a user