summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTejal Kudav <tkudav@nvidia.com>2018-09-05 07:38:54 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-09-24 11:11:59 -0400
commitfdf77eda18b59c305d4dd8436d8b09d42ec4718a (patch)
tree599adc09528c323f003c22dbda780c5ab57499af
parent5d30a5cda37ca349b4d9cb7e1985c7a0849001b6 (diff)
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>
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/hw/gp10b/hw_top_gp10b.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/hw/gp10b/hw_top_gp10b.h b/drivers/gpu/nvgpu/include/nvgpu/hw/gp10b/hw_top_gp10b.h
index 8d336077..a7b7c2b0 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/hw/gp10b/hw_top_gp10b.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/hw/gp10b/hw_top_gp10b.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2014-2017, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a 4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"), 5 * copy of this software and associated documentation files (the "Software"),
@@ -190,7 +190,7 @@ static inline u32 top_device_info_entry_enum_v(void)
190} 190}
191static inline u32 top_device_info_entry_engine_type_v(void) 191static inline u32 top_device_info_entry_engine_type_v(void)
192{ 192{
193 return 0x00000002U; 193 return 0x00000003U;
194} 194}
195static inline u32 top_device_info_entry_data_v(void) 195static inline u32 top_device_info_entry_data_v(void)
196{ 196{