summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm206/ce_gm206.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm206/ce_gm206.c')
-rw-r--r--drivers/gpu/nvgpu/gm206/ce_gm206.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/drivers/gpu/nvgpu/gm206/ce_gm206.c b/drivers/gpu/nvgpu/gm206/ce_gm206.c
index 393a148d..5d5fd432 100644
--- a/drivers/gpu/nvgpu/gm206/ce_gm206.c
+++ b/drivers/gpu/nvgpu/gm206/ce_gm206.c
@@ -30,13 +30,14 @@
30 30
31#include "gk20a/debug_gk20a.h" 31#include "gk20a/debug_gk20a.h"
32#include "gk20a/semaphore_gk20a.h" 32#include "gk20a/semaphore_gk20a.h"
33#include "hw_ce2_gm206.h" 33
34#include "hw_pbdma_gm206.h" 34#include <nvgpu/hw/gm206/hw_ce2_gm206.h>
35#include "hw_ccsr_gm206.h" 35#include <nvgpu/hw/gm206/hw_pbdma_gm206.h>
36#include "hw_ram_gm206.h" 36#include <nvgpu/hw/gm206/hw_ccsr_gm206.h>
37#include "hw_top_gm206.h" 37#include <nvgpu/hw/gm206/hw_ram_gm206.h>
38#include "hw_mc_gm206.h" 38#include <nvgpu/hw/gm206/hw_top_gm206.h>
39#include "hw_gr_gm206.h" 39#include <nvgpu/hw/gm206/hw_mc_gm206.h>
40#include <nvgpu/hw/gm206/hw_gr_gm206.h>
40 41
41/* TODO: We need generic way for query the intr_status register offset. 42/* TODO: We need generic way for query the intr_status register offset.
42 * As of now, there is no way to query this information from dev_ceN_pri.h */ 43 * As of now, there is no way to query this information from dev_ceN_pri.h */