summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fifo_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
index d6043df2..8085318d 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
@@ -45,6 +45,10 @@
45#include <nvgpu/hw/gk20a/hw_mc_gk20a.h> 45#include <nvgpu/hw/gk20a/hw_mc_gk20a.h>
46#include <nvgpu/hw/gk20a/hw_gr_gk20a.h> 46#include <nvgpu/hw/gk20a/hw_gr_gk20a.h>
47 47
48#ifdef CONFIG_DEBUG_FS
49#include "platform_gk20a.h"
50#endif
51
48#define FECS_METHOD_WFI_RESTORE 0x80000 52#define FECS_METHOD_WFI_RESTORE 0x80000
49 53
50static int gk20a_fifo_update_runlist_locked(struct gk20a *g, u32 runlist_id, 54static int gk20a_fifo_update_runlist_locked(struct gk20a *g, u32 runlist_id,