diff --git a/drivers/gpu/nvgpu/gk20a/debug_gk20a.c b/drivers/gpu/nvgpu/gk20a/debug_gk20a.c index 2c37d22d7..0f1c31ddf 100644 --- a/drivers/gpu/nvgpu/gk20a/debug_gk20a.c +++ b/drivers/gpu/nvgpu/gk20a/debug_gk20a.c @@ -321,6 +321,10 @@ void gk20a_debug_dump_device(struct platform_device *pdev) }; struct gk20a *g; + /* In pre-silicon we don't need full spew on stuck syncpoint */ + if (!tegra_platform_is_silicon()) + return; + /* Dump the first device if no info is provided */ if (!pdev) { if (!gk20a_device)