aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/lima/lima_drv.h
diff options
context:
space:
mode:
authorQiang Yu <[email protected]>2020-02-22 10:42:07 +0800
committerQiang Yu <[email protected]>2020-03-22 09:35:13 +0800
commitc67a3d4f68c7cff39253e122d26a0152dbef37c8 (patch)
tree8bbce9f64d89243cb0b8365024df8ca91f95b3f7 /drivers/gpu/drm/lima/lima_drv.h
parent6ebd24b6bf106d3195bdbfeaa1ac77571e3dc670 (diff)
drm/lima: add max_error_tasks module parameter
Limit error tasks to save. Tested-by: Andreas Baierl <[email protected]> Reviewed-by: Vasily Khoruzhick <[email protected]> Signed-off-by: Qiang Yu <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/lima/lima_drv.h')
-rw-r--r--drivers/gpu/drm/lima/lima_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/lima/lima_drv.h b/drivers/gpu/drm/lima/lima_drv.h
index f492ecc6a5d9..fdbd4077c768 100644
--- a/drivers/gpu/drm/lima/lima_drv.h
+++ b/drivers/gpu/drm/lima/lima_drv.h
@@ -10,6 +10,7 @@
extern int lima_sched_timeout_ms;
extern uint lima_heap_init_nr_pages;
+extern uint lima_max_error_tasks;
struct lima_vm;
struct lima_bo;