diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpu/nvgpu/gk20a/debug_gk20a.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/debug_gk20a.c b/drivers/gpu/nvgpu/gk20a/debug_gk20a.c index 2c37d22d..0f1c31dd 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) | |||
321 | }; | 321 | }; |
322 | struct gk20a *g; | 322 | struct gk20a *g; |
323 | 323 | ||
324 | /* In pre-silicon we don't need full spew on stuck syncpoint */ | ||
325 | if (!tegra_platform_is_silicon()) | ||
326 | return; | ||
327 | |||
324 | /* Dump the first device if no info is provided */ | 328 | /* Dump the first device if no info is provided */ |
325 | if (!pdev) { | 329 | if (!pdev) { |
326 | if (!gk20a_device) | 330 | if (!gk20a_device) |