mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
gpu: nvgpu: move fuse definitions to fuse.h
Move common fuse definition macros to fuse.h. This will allow all chip specific fuse files to use the common macros. Jira NVGPU-6081 Change-Id: I85b5250809eef26a40f5b4b9bf6908dfa0d2be1f Signed-off-by: Vedashree Vidwans <vvidwans@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2422892 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Alex Waterman
parent
3aec79d242
commit
78fb67bb0b
@@ -34,6 +34,7 @@
|
||||
#include <nvgpu/lock.h>
|
||||
#include <nvgpu/firmware.h>
|
||||
#include <nvgpu/netlist.h>
|
||||
#include <nvgpu/fuse.h>
|
||||
|
||||
#include <nvgpu/gr/gr.h>
|
||||
|
||||
@@ -55,8 +56,6 @@
|
||||
#include <nvgpu/hw/gv11b/hw_falcon_gv11b.h>
|
||||
#include <nvgpu/hw/gv11b/hw_pwr_gv11b.h>
|
||||
|
||||
#include "hal/fuse/fuse_gm20b.h"
|
||||
|
||||
#include "nvgpu-acr.h"
|
||||
#include "../falcon/falcon_utf.h"
|
||||
#include "../gr/nvgpu-gr-gv11b.h"
|
||||
|
||||
@@ -23,12 +23,11 @@
|
||||
#include <unit/module.h>
|
||||
|
||||
#include <nvgpu/gk20a.h>
|
||||
#include <nvgpu/fuse.h>
|
||||
|
||||
#include <nvgpu/posix/io.h>
|
||||
#include <nvgpu/posix/soc_fuse.h>
|
||||
|
||||
#include "hal/fuse/fuse_gm20b.h"
|
||||
|
||||
#include "nvgpu-fifo-gv11b.h"
|
||||
|
||||
/*
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
#include <nvgpu/gk20a.h>
|
||||
#include <nvgpu/fuse.h>
|
||||
#include <nvgpu/hal_init.h>
|
||||
#include "hal/fuse/fuse_gm20b.h"
|
||||
|
||||
#include "nvgpu-fuse-priv.h"
|
||||
#include "nvgpu-fuse-gm20b.h"
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
#include <nvgpu/posix/io.h>
|
||||
#include <nvgpu/gk20a.h>
|
||||
#include <nvgpu/fuse.h>
|
||||
#include "hal/fuse/fuse_gm20b.h"
|
||||
|
||||
#include "nvgpu-fuse-priv.h"
|
||||
#include "nvgpu-fuse-gp10b.h"
|
||||
|
||||
@@ -29,8 +29,6 @@
|
||||
#include <nvgpu/hal_init.h>
|
||||
#include <nvgpu/pmu/clk/clk.h>
|
||||
|
||||
#include "hal/fuse/fuse_gm20b.h"
|
||||
|
||||
#include "nvgpu-fuse-priv.h"
|
||||
#include "nvgpu-fuse-tu104.h"
|
||||
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
#include <nvgpu/falcon.h>
|
||||
#include <nvgpu/hal_init.h>
|
||||
#include <nvgpu/netlist.h>
|
||||
#include <nvgpu/fuse.h>
|
||||
|
||||
#include <nvgpu/gr/gr.h>
|
||||
|
||||
@@ -42,7 +43,6 @@
|
||||
#include <nvgpu/hw/gv11b/hw_pwr_gv11b.h>
|
||||
#include <nvgpu/hw/gv11b/hw_pwr_gv11b.h>
|
||||
|
||||
#include "hal/fuse/fuse_gm20b.h"
|
||||
#include "hal/pmu/pmu_gk20a.h"
|
||||
|
||||
#include "../falcon/falcon_utf.h"
|
||||
|
||||
Reference in New Issue
Block a user