summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/gr_gp10b.h
diff options
context:
space:
mode:
authorDeepak Nibade <dnibade@nvidia.com>2017-10-11 06:25:46 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-10-13 20:00:46 -0400
commite86e19c4fb839d31df390d4b2127cf1494ccad9c (patch)
tree4f09ebb02a480428c4463301a13a1e1081bf9a9d /drivers/gpu/nvgpu/gp10b/gr_gp10b.h
parent1a5c21ccf55f02dfc82e1d864d6cc33f57b6e44a (diff)
gpu: nvgpu: forward declare gk20a_debug_output in gr_gp10b.h
Forward declare struct gk20a_debug_output in gr_gp10b.h since we do not explicitly include any header file for same Jira NVGPU-259 Change-Id: I9a4048591363e2ddbe7e8b3c2e56ab1e4eae0b3a Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1576931 Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/gr_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/gp10b/gr_gp10b.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/gr_gp10b.h b/drivers/gpu/nvgpu/gp10b/gr_gp10b.h
index aaea3030..6ae4789a 100644
--- a/drivers/gpu/nvgpu/gp10b/gr_gp10b.h
+++ b/drivers/gpu/nvgpu/gp10b/gr_gp10b.h
@@ -33,6 +33,7 @@ struct channel_ctx_gk20a;
33struct zbc_entry; 33struct zbc_entry;
34struct gr_ctx_desc; 34struct gr_ctx_desc;
35struct nvgpu_preemption_modes_rec; 35struct nvgpu_preemption_modes_rec;
36struct gk20a_debug_output;
36 37
37enum { 38enum {
38 PASCAL_CHANNEL_GPFIFO_A = 0xC06F, 39 PASCAL_CHANNEL_GPFIFO_A = 0xC06F,