mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
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>
This commit is contained in:
committed by
mobile promotions
parent
542ad000f2
commit
b1159ea6a1
@@ -41,9 +41,6 @@
|
|||||||
#include "gp10b/platform_gp10b.h"
|
#include "gp10b/platform_gp10b.h"
|
||||||
#include "platform_gp10b_tegra.h"
|
#include "platform_gp10b_tegra.h"
|
||||||
|
|
||||||
#include <nvgpu/hw/gp10b/hw_gr_gp10b.h>
|
|
||||||
#include <nvgpu/hw/gp10b/hw_ltc_gp10b.h>
|
|
||||||
|
|
||||||
/* Select every GP10B_FREQ_SELECT_STEP'th frequency from h/w table */
|
/* Select every GP10B_FREQ_SELECT_STEP'th frequency from h/w table */
|
||||||
#define GP10B_FREQ_SELECT_STEP 8
|
#define GP10B_FREQ_SELECT_STEP 8
|
||||||
/* Max number of freq supported in h/w */
|
/* Max number of freq supported in h/w */
|
||||||
|
|||||||
@@ -47,10 +47,6 @@
|
|||||||
#include "nvgpu_gpuid_t19x.h"
|
#include "nvgpu_gpuid_t19x.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <nvgpu/hw/gk20a/hw_top_gk20a.h>
|
|
||||||
#include <nvgpu/hw/gk20a/hw_ltc_gk20a.h>
|
|
||||||
#include <nvgpu/hw/gk20a/hw_fb_gk20a.h>
|
|
||||||
|
|
||||||
void __nvgpu_check_gpu_state(struct gk20a *g)
|
void __nvgpu_check_gpu_state(struct gk20a *g)
|
||||||
{
|
{
|
||||||
u32 boot_0 = g->ops.mc.boot_0(g, NULL, NULL, NULL);
|
u32 boot_0 = g->ops.mc.boot_0(g, NULL, NULL, NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user