summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b
diff options
context:
space:
mode:
authorVinod G <vinodg@nvidia.com>2018-05-25 14:15:56 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-05-29 16:34:07 -0400
commite37e527172e298eddbff78625b524f53ae0d3f96 (patch)
tree4c6359ee2779525613507aa65427dd7fa115c599 /drivers/gpu/nvgpu/gv11b
parent83fd3de4618f312434aab791d56f15f3c659dab6 (diff)
gpu: nvgpu: Fix include path for clockgating headers
Removed the reference for $NVGPU/drivers/gpu/nvgpu/common from Makefile and fixed the include path for the clockgating headers in HAL files. Change-Id: I34c179866d28c932501b38184ec18d20dce81480 Signed-off-by: Vinod G <vinodg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1730759 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index a47b3ce6..2379c17b 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -23,6 +23,7 @@
23 */ 23 */
24 24
25#include "common/bus/bus_gk20a.h" 25#include "common/bus/bus_gk20a.h"
26#include "common/clock_gating/gv11b_gating_reglist.h"
26 27
27#include "gk20a/gk20a.h" 28#include "gk20a/gk20a.h"
28#include "gk20a/fifo_gk20a.h" 29#include "gk20a/fifo_gk20a.h"
@@ -77,7 +78,6 @@
77#include "acr_gv11b.h" 78#include "acr_gv11b.h"
78#include "fb_gv11b.h" 79#include "fb_gv11b.h"
79#include "fifo_gv11b.h" 80#include "fifo_gv11b.h"
80#include "clock_gating/gv11b_gating_reglist.h"
81#include "regops_gv11b.h" 81#include "regops_gv11b.h"
82#include "subctx_gv11b.h" 82#include "subctx_gv11b.h"
83#include "therm_gv11b.h" 83#include "therm_gv11b.h"