summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/vbios/bios.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/vbios/bios.c')
-rw-r--r--drivers/gpu/nvgpu/common/vbios/bios.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/common/vbios/bios.c b/drivers/gpu/nvgpu/common/vbios/bios.c
index 4e851b39..4d9f785c 100644
--- a/drivers/gpu/nvgpu/common/vbios/bios.c
+++ b/drivers/gpu/nvgpu/common/vbios/bios.c
@@ -22,10 +22,9 @@
22 22
23#include <nvgpu/bios.h> 23#include <nvgpu/bios.h>
24#include <nvgpu/io.h> 24#include <nvgpu/io.h>
25#include <nvgpu/gk20a.h>
25#include <nvgpu/hw/gp106/hw_gc6_gp106.h> 26#include <nvgpu/hw/gp106/hw_gc6_gp106.h>
26 27
27#include "gk20a/gk20a.h"
28
29#define BIT_HEADER_ID 0xb8ffU 28#define BIT_HEADER_ID 0xb8ffU
30#define BIT_HEADER_SIGNATURE 0x00544942U 29#define BIT_HEADER_SIGNATURE 0x00544942U
31#define PCI_EXP_ROM_SIG 0xaa55U 30#define PCI_EXP_ROM_SIG 0xaa55U