summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
diff options
context:
space:
mode:
authorDavid Nieto <dmartineznie@nvidia.com>2016-12-02 18:18:30 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-01-04 18:54:01 -0500
commit5711e2b1f7c3a34444c654e7a3bf0a6f8201ef03 (patch)
treeb95e254b382e888b8f4d1ef18c65e50aed9ffc97 /drivers/gpu/nvgpu/gk20a/platform_gk20a.h
parentd59c7d1b98395bac25c721d0318fe4b32f0b13cd (diff)
gpu: nvgpu: remove default verbose in pbus isr
And reduce pri timeout to match PCIE specs bug 200246808 Change-Id: I0225ae964b5635665fe774c43f773d0ce86650ab Signed-off-by: David Nieto <dmartineznie@nvidia.com> Reviewed-on: http://git-master/r/1264179 (cherry picked from commit 1c3dbf8324b7ec5d06bd0e57e7deee9a1c8e9411) Reviewed-on: http://git-master/r/1280328 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
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