summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/css_gr_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/css_gr_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/css_gr_gk20a.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/css_gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/css_gr_gk20a.h
index 8aefe848..bf8890bd 100644
--- a/drivers/gpu/nvgpu/gk20a/css_gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/css_gr_gk20a.h
@@ -25,6 +25,9 @@
25#ifndef CSS_GR_GK20A_H 25#ifndef CSS_GR_GK20A_H
26#define CSS_GR_GK20A_H 26#define CSS_GR_GK20A_H
27 27
28#include <nvgpu/nvgpu_mem.h>
29#include <nvgpu/list.h>
30
28/* the minimal size of HW buffer - should be enough to avoid HW overflows */ 31/* the minimal size of HW buffer - should be enough to avoid HW overflows */
29#define CSS_MIN_HW_SNAPSHOT_SIZE (8 * 1024 * 1024) 32#define CSS_MIN_HW_SNAPSHOT_SIZE (8 * 1024 * 1024)
30 33