gpu: nvgpu: vgpu: Add CE engine to engine list

Add CE engine to vgpu engine list. CE engine is defined differently
for different GPUs, so we also add HAL for initializing the engine
info.

Bug 1780185

Change-Id: I5ae265551feac08d0c4d45402dd3277514e62b2d
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: http://git-master/r/1169720
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Aingara Paramakuru <aparamakuru@nvidia.com>
Tested-by: Aingara Paramakuru <aparamakuru@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Lakshmanan M <lm@nvidia.com>
This commit is contained in:
Terje Bergstrom
2016-06-22 14:44:22 -07:00
parent 41ec68376f
commit 475af509e1
5 changed files with 23 additions and 9 deletions

View File

@@ -352,6 +352,7 @@ struct gpu_ops {
struct channel_gk20a *ch);
int (*tsg_unbind_channel)(struct channel_gk20a *ch);
u32 (*eng_runlist_base_size)(void);
int (*init_engine_info)(struct fifo_gk20a *f);
} fifo;
struct pmu_v {
/*used for change of enum zbc update cmd id from ver 0 to ver1*/