summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
diff options
context:
space:
mode:
authorKonsta Holtta <kholtta@nvidia.com>2018-08-21 05:43:14 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-08-24 17:57:44 -0400
commit390185200fd505fb0b36bed993d67f1a21f47c24 (patch)
tree063e6c5ee838bf2c93770ef132bd7d7bb36e17f9 /drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
parent0c387d76dcc7e665255200ba8d98b9abb11cb4a1 (diff)
gpu: nvgpu: clean up channel header includes
Remove a few unnecessary includes from channel_gk20a.h and add them to c files where needed. Jira NVGPU-967 Change-Id: Ic38132c776a56b6966424806faab7871575b6c10 Signed-off-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1804609 Reviewed-by: svc-misra-checker <svc-misra-checker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fifo_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index 77030c94..3ff1b088 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -31,6 +31,7 @@
31 31
32struct gk20a_debug_output; 32struct gk20a_debug_output;
33struct mmu_fault_info; 33struct mmu_fault_info;
34struct nvgpu_semaphore;
34 35
35enum { 36enum {
36 NVGPU_FIFO_RUNLIST_INTERLEAVE_LEVEL_LOW = 0, 37 NVGPU_FIFO_RUNLIST_INTERLEAVE_LEVEL_LOW = 0,