summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gp106/acr_gp106.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp106/acr_gp106.c b/drivers/gpu/nvgpu/gp106/acr_gp106.c
index c43b0165..96a2c1fd 100644
--- a/drivers/gpu/nvgpu/gp106/acr_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/acr_gp106.c
@@ -38,7 +38,7 @@ typedef int (*get_ucode_details)(struct gk20a *g,
38 38
39/* Both size and address of WPR need to be 128K-aligned */ 39/* Both size and address of WPR need to be 128K-aligned */
40#define WPR_ALIGNMENT 0x20000 40#define WPR_ALIGNMENT 0x20000
41#define GP106_DGPU_NONWPR 0x18000000 41#define GP106_DGPU_NONWPR NVGPU_VIDMEM_BOOTSTRAP_ALLOCATOR_BASE
42#define GP106_DGPU_WPR (GP106_DGPU_NONWPR + 0x400000) 42#define GP106_DGPU_WPR (GP106_DGPU_NONWPR + 0x400000)
43#define DGPU_WPR_SIZE 0x100000 43#define DGPU_WPR_SIZE 0x100000
44 44