summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/dbg_gpu_gv11b.c
diff options
context:
space:
mode:
authorPrateek Sethi <prsethi@nvidia.com>2018-04-20 00:01:33 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-04-24 14:10:44 -0400
commit65a543f5cac32686b6b2a57b93e285de6aae4ece (patch)
treed045120a0d19eddaf13d24782b6f1ef49e3eb72e /drivers/gpu/nvgpu/gv11b/dbg_gpu_gv11b.c
parent855d8f2379f3a157977c17ba125a422b9f74c365 (diff)
gpu: nvgpu: post dbg session header file change
Need to include bug.h and dbg_gpu_gv11b.h to fix compilation issue at QNX. These changes are required as part of debug session unification. Jira VQRM-2363 Change-Id: I543dab8be16ef6eb321c31f2f262e4dbdeb7dd6a Signed-off-by: Prateek Sethi <prsethi@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1699079 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Sourab Gupta <sourabg@nvidia.com> Reviewed-by: Deepak Nibade <dnibade@nvidia.com> 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/gv11b/dbg_gpu_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/dbg_gpu_gv11b.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/dbg_gpu_gv11b.c b/drivers/gpu/nvgpu/gv11b/dbg_gpu_gv11b.c
index 0dad7c2d..db09016c 100644
--- a/drivers/gpu/nvgpu/gv11b/dbg_gpu_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/dbg_gpu_gv11b.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * Tegra GV11B GPU Debugger/Profiler Driver 2 * Tegra GV11B GPU Debugger/Profiler Driver
3 * 3 *
4 * Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2017-2018, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a 6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"), 7 * copy of this software and associated documentation files (the "Software"),
@@ -24,8 +24,10 @@
24 24
25#include <nvgpu/log.h> 25#include <nvgpu/log.h>
26#include "gk20a/gk20a.h" 26#include "gk20a/gk20a.h"
27#include "gv11b/dbg_gpu_gv11b.h"
27#include <nvgpu/hw/gv11b/hw_perf_gv11b.h> 28#include <nvgpu/hw/gv11b/hw_perf_gv11b.h>
28#include <nvgpu/hw/gv11b/hw_mc_gv11b.h> 29#include <nvgpu/hw/gv11b/hw_mc_gv11b.h>
30#include <nvgpu/bug.h>
29 31
30static void gv11b_perfbuf_reset_streaming(struct gk20a *g) 32static void gv11b_perfbuf_reset_streaming(struct gk20a *g)
31{ 33{