mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +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"
|
||||
|
||||
Reference in New Issue
Block a user