From 5711e2b1f7c3a34444c654e7a3bf0a6f8201ef03 Mon Sep 17 00:00:00 2001 From: David Nieto Date: Fri, 2 Dec 2016 15:18:30 -0800 Subject: 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 Reviewed-on: http://git-master/r/1264179 (cherry picked from commit 1c3dbf8324b7ec5d06bd0e57e7deee9a1c8e9411) Reviewed-on: http://git-master/r/1280328 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gk20a/platform_gk20a.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'drivers/gpu/nvgpu/gk20a/platform_gk20a.h') 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 { /* Default big page size 64K or 128K */ u32 default_big_page_size; + /* default pri timeout, on PCIe it should be lower than timeout + * detection + */ + u32 default_pri_timeout; + /* Initialize the platform interface of the gk20a driver. * * The platform implementation of this function must -- cgit v1.2.2