mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
gpu: nvgpu: PMU ucode version update
- PMU ucode version update to sync with LS production signature Bug 200140416 Change-Id: Ib77fa81f7b05ed3cf45c373f3d759a2cfb69b238 Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: http://git-master/r/801738 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/806177 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
Terje Bergstrom
parent
1372ec4df2
commit
b1cd94025b
@@ -1005,6 +1005,7 @@ int gk20a_init_pmu(struct pmu_gk20a *pmu)
|
||||
pmu->remove_support = gk20a_remove_pmu_support;
|
||||
|
||||
switch (pmu->desc->app_version) {
|
||||
case APP_VERSION_T186_1:
|
||||
case APP_VERSION_T186_0:
|
||||
g->ops.pmu_ver.pg_cmd_eng_buf_load_size =
|
||||
pg_cmd_eng_buf_load_size_v1;
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
/* Mapping between AP_CTRLs and Idle counters */
|
||||
#define PMU_AP_IDLE_MASK_GRAPHICS (PMU_AP_IDLE_MASK_HIST_IDX_1)
|
||||
|
||||
#define APP_VERSION_T186_1 19870492
|
||||
#define APP_VERSION_T186_0 19842227
|
||||
#define APP_VERSION_GM20B_4 19008461
|
||||
#define APP_VERSION_GM20B_3 18935575
|
||||
|
||||
Reference in New Issue
Block a user