summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2016-10-28 19:49:50 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-01-11 15:44:14 -0500
commitb928f10d37bdb57266569073d8b5d553dbf39044 (patch)
tree60da9d9344963bfac157d91e74107d49109ef9a5 /drivers/gpu/nvgpu/gk20a/mm_gk20a.c
parent5e68c6e971d98fc9d4beaf69c5ca58f39f8db1a7 (diff)
gpu: nvgpu: Start re-organizing the HW headers
Reorganize the HW headers of gk20a. The headers are moved to a new directory: include/nvgpu/hw/gk20a And from the code are included like so: #include <nvgpu/hw/gk20a/hw_pwr_gk20a.h> This is the first step in reorganizing all of the HW headers for gm20b, gm206, etc. This is part of a larger effort to re-structure and make the driver more readable and scalable. Bug 1799159 Change-Id: Ic151155cbc2e6f75009f2d9d597b364a1bed2c4c Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: http://git-master/r/1244790 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
index d594a5a4..74476fe4 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
@@ -38,18 +38,18 @@
38#include "gk20a.h" 38#include "gk20a.h"
39#include "mm_gk20a.h" 39#include "mm_gk20a.h"
40#include "fence_gk20a.h" 40#include "fence_gk20a.h"
41#include "hw_gmmu_gk20a.h"
42#include "hw_fb_gk20a.h"
43#include "hw_bus_gk20a.h"
44#include "hw_ram_gk20a.h"
45#include "hw_pram_gk20a.h"
46#include "hw_mc_gk20a.h"
47#include "hw_flush_gk20a.h"
48#include "hw_ltc_gk20a.h"
49
50#include "kind_gk20a.h" 41#include "kind_gk20a.h"
51#include "semaphore_gk20a.h" 42#include "semaphore_gk20a.h"
52 43
44#include <nvgpu/hw/gk20a/hw_gmmu_gk20a.h>
45#include <nvgpu/hw/gk20a/hw_fb_gk20a.h>
46#include <nvgpu/hw/gk20a/hw_bus_gk20a.h>
47#include <nvgpu/hw/gk20a/hw_ram_gk20a.h>
48#include <nvgpu/hw/gk20a/hw_pram_gk20a.h>
49#include <nvgpu/hw/gk20a/hw_mc_gk20a.h>
50#include <nvgpu/hw/gk20a/hw_flush_gk20a.h>
51#include <nvgpu/hw/gk20a/hw_ltc_gk20a.h>
52
53/* 53/*
54 * Flip this to force all gk20a_mem* accesses via PRAMIN from the start of the 54 * Flip this to force all gk20a_mem* accesses via PRAMIN from the start of the
55 * boot, even for buffers that would work via cpu_va. In runtime, the flag is 55 * boot, even for buffers that would work via cpu_va. In runtime, the flag is