mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: add pce_map_value gops for ce
This patch adds pce_map_value gops for CE. JIRA NVGPU-9329 Change-Id: Ic1e599b8e23e46a537daa92aa9601953eb826997 Signed-off-by: Rajesh Devaraj <rdevaraj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2861879 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Seema Khowala <seemaj@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
d5e00ef380
commit
8d091a4548
@@ -138,6 +138,7 @@ struct gops_ce {
|
|||||||
/** @cond DOXYGEN_SHOULD_SKIP_THIS */
|
/** @cond DOXYGEN_SHOULD_SKIP_THIS */
|
||||||
|
|
||||||
int (*ce_init_support)(struct gk20a *g);
|
int (*ce_init_support)(struct gk20a *g);
|
||||||
|
u32 (*pce_map_value)(struct gk20a *g);
|
||||||
void (*set_pce2lce_mapping)(struct gk20a *g);
|
void (*set_pce2lce_mapping)(struct gk20a *g);
|
||||||
void (*init_prod_values)(struct gk20a *g);
|
void (*init_prod_values)(struct gk20a *g);
|
||||||
void (*halt_engine)(struct gk20a *g, const struct nvgpu_device *dev);
|
void (*halt_engine)(struct gk20a *g, const struct nvgpu_device *dev);
|
||||||
|
|||||||
Reference in New Issue
Block a user