summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux
diff options
context:
space:
mode:
authorSunny He <suhe@nvidia.com>2017-07-13 18:50:30 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-07-14 02:28:41 -0400
commitb1159ea6a19efdabe5205c654637f114e5f415bb (patch)
treef1f9dfe5189b5f9307031cf40d8767a0988b019a /drivers/gpu/nvgpu/common/linux
parent542ad000f2fb0301fbfb7e6defc6a01eb488906d (diff)
nvgpu: gpu: Remove unnecessary hw header includes
Remove some unnecessary hardware register header includes. Jira NVGPU-118 Change-Id: Ie05ca78bbab49c6fcc05eaa5a9a5890a0943cd8f Signed-off-by: Sunny He <suhe@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1520148 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Alex Waterman <alexw@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux')
-rw-r--r--drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c3
1 files changed, 0 insertions, 3 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 */