summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c3
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c4
2 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c b/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c
index 83d3634c..bdb7fb3f 100644
--- a/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c
+++ b/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c
@@ -41,9 +41,6 @@
41#include "gp10b/platform_gp10b.h" 41#include "gp10b/platform_gp10b.h"
42#include "platform_gp10b_tegra.h" 42#include "platform_gp10b_tegra.h"
43 43
44#include <nvgpu/hw/gp10b/hw_gr_gp10b.h>
45#include <nvgpu/hw/gp10b/hw_ltc_gp10b.h>
46
47/* Select every GP10B_FREQ_SELECT_STEP'th frequency from h/w table */ 44/* Select every GP10B_FREQ_SELECT_STEP'th frequency from h/w table */
48#define GP10B_FREQ_SELECT_STEP 8 45#define GP10B_FREQ_SELECT_STEP 8
49/* Max number of freq supported in h/w */ 46/* Max number of freq supported in h/w */
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index a0753770..32441c5b 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -47,10 +47,6 @@
47#include "nvgpu_gpuid_t19x.h" 47#include "nvgpu_gpuid_t19x.h"
48#endif 48#endif
49 49
50#include <nvgpu/hw/gk20a/hw_top_gk20a.h>
51#include <nvgpu/hw/gk20a/hw_ltc_gk20a.h>
52#include <nvgpu/hw/gk20a/hw_fb_gk20a.h>
53
54void __nvgpu_check_gpu_state(struct gk20a *g) 50void __nvgpu_check_gpu_state(struct gk20a *g)
55{ 51{
56 u32 boot_0 = g->ops.mc.boot_0(g, NULL, NULL, NULL); 52 u32 boot_0 = g->ops.mc.boot_0(g, NULL, NULL, NULL);