summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/hw_proj_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/hw_proj_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/hw_proj_gk20a.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/hw_proj_gk20a.h b/drivers/gpu/nvgpu/gk20a/hw_proj_gk20a.h
index 93c55c30..ce10db35 100644
--- a/drivers/gpu/nvgpu/gk20a/hw_proj_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/hw_proj_gk20a.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2012-2013, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2012-2016, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify it 4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License, 5 * under the terms and conditions of the GNU General Public License,
@@ -70,6 +70,10 @@ static inline u32 proj_lts_stride_v(void)
70{ 70{
71 return 0x00000400; 71 return 0x00000400;
72} 72}
73static inline u32 proj_fbpa_stride_v(void)
74{
75 return 0x00001000;
76}
73static inline u32 proj_ppc_in_gpc_base_v(void) 77static inline u32 proj_ppc_in_gpc_base_v(void)
74{ 78{
75 return 0x00003000; 79 return 0x00003000;
@@ -114,6 +118,10 @@ static inline u32 proj_scal_litter_num_fbps_v(void)
114{ 118{
115 return 0x00000001; 119 return 0x00000001;
116} 120}
121static inline u32 proj_scal_litter_num_fbpas_v(void)
122{
123 return 0x00000001;
124}
117static inline u32 proj_scal_litter_num_gpcs_v(void) 125static inline u32 proj_scal_litter_num_gpcs_v(void)
118{ 126{
119 return 0x00000001; 127 return 0x00000001;