mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
gpu: nvgpu: gm20b: update pmu ver
bug 1736601 PMU fixes ELPG residency calculation Change-Id: I3fd802b582afe92627da218b7258ac8d307b1d30 Signed-off-by: Vijayakumar <vsubbu@nvidia.com> Reviewed-on: http://git-master/r/1118262 (cherry picked from commit bda3a675b5463f021869015bbf628553ed422325) Reviewed-on: http://git-master/r/1127491 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
committed by
Terje Bergstrom
parent
571c62d45e
commit
701803d489
@@ -1107,6 +1107,7 @@ int gk20a_init_pmu(struct pmu_gk20a *pmu)
|
||||
g->ops.pmu_ver.get_pmu_seq_out_a_ptr =
|
||||
get_pmu_sequence_out_alloc_ptr_v1;
|
||||
break;
|
||||
case APP_VERSION_GM20B_5:
|
||||
case APP_VERSION_GM20B_4:
|
||||
g->ops.pmu_ver.pg_cmd_eng_buf_load_size =
|
||||
pg_cmd_eng_buf_load_size_v0;
|
||||
|
||||
@@ -51,6 +51,7 @@
|
||||
|
||||
#define APP_VERSION_NC_1 20313802
|
||||
#define APP_VERSION_NC_0 20360931
|
||||
#define APP_VERSION_GM20B_5 20490253
|
||||
#define APP_VERSION_GM20B_4 19008461
|
||||
#define APP_VERSION_GM20B_3 18935575
|
||||
#define APP_VERSION_GM20B_2 18694072
|
||||
|
||||
Reference in New Issue
Block a user