summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/platform_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/platform_gk20a.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
index c2aec6e3..6966394f 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
@@ -117,6 +117,11 @@ struct gk20a_platform {
117 /* Default big page size 64K or 128K */ 117 /* Default big page size 64K or 128K */
118 u32 default_big_page_size; 118 u32 default_big_page_size;
119 119
120 /* default pri timeout, on PCIe it should be lower than timeout
121 * detection
122 */
123 u32 default_pri_timeout;
124
120 /* Initialize the platform interface of the gk20a driver. 125 /* Initialize the platform interface of the gk20a driver.
121 * 126 *
122 * The platform implementation of this function must 127 * The platform implementation of this function must