gpu: nvgpu: Fix entry_type value for GM20B Top

In hw_top.ref, the entry_type value is 3 and not 2.

JIRA NVGPU-1053

Change-Id: I7de5788ae5d08a88f1734bff56acae6f2f03581a
Signed-off-by: Tejal Kudav <tkudav@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1813267
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: svc-misra-checker <svc-misra-checker@nvidia.com>
Reviewed-by: Deepak Nibade <dnibade@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Tejal Kudav
2018-09-05 17:08:54 +05:30
committed by mobile promotions
parent 5d30a5cda3
commit fdf77eda18

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2017, NVIDIA CORPORATION. All rights reserved.
* Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -190,7 +190,7 @@ static inline u32 top_device_info_entry_enum_v(void)
}
static inline u32 top_device_info_entry_engine_type_v(void)
{
return 0x00000002U;
return 0x00000003U;
}
static inline u32 top_device_info_entry_data_v(void)
{