summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2018-05-24 18:25:41 -0400
committerTejal Kudav <tkudav@nvidia.com>2018-06-14 09:44:07 -0400
commit5215d65c25b5e76c19d9d12b03c52f69e2d40227 (patch)
tree36991e3113ace2bb3c6cd1dc1164c5288412c13d /drivers/gpu/nvgpu/common/linux/platform_gk20a.h
parentf9a2f449a5f4dd62fcfb1701d69dc40f97a827ff (diff)
gpu: nvgpu: Remove setting of PRI timeout
PRI timeout should always use the HW initialization value. Do not set it explicitly. JIRA NVGPU-588 Change-Id: Idb63caba07c5fa7e0439e572861443f2783d0adc Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1730892 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/platform_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/platform_gk20a.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/platform_gk20a.h b/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
index 07e72247..9a99b7fe 100644
--- a/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
@@ -120,11 +120,6 @@ struct gk20a_platform {
120 */ 120 */
121 bool force_reset_in_do_idle; 121 bool force_reset_in_do_idle;
122 122
123 /* default pri timeout, on PCIe it should be lower than timeout
124 * detection
125 */
126 u32 default_pri_timeout;
127
128 /* guest/vm id, needed for IPA to PA transation */ 123 /* guest/vm id, needed for IPA to PA transation */
129 int vmid; 124 int vmid;
130 125