summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/mm_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/mm_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/mm_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/mm_gv11b.c b/drivers/gpu/nvgpu/gv11b/mm_gv11b.c
index 9430f576..9be8352a 100644
--- a/drivers/gpu/nvgpu/gv11b/mm_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/mm_gv11b.c
@@ -32,7 +32,7 @@
32#include <nvgpu/hw/gv11b/hw_gmmu_gv11b.h> 32#include <nvgpu/hw/gv11b/hw_gmmu_gv11b.h>
33#include <nvgpu/hw/gv11b/hw_bus_gv11b.h> 33#include <nvgpu/hw/gv11b/hw_bus_gv11b.h>
34 34
35#define NVGPU_L3_ALLOC_BIT 36 35#define NVGPU_L3_ALLOC_BIT BIT(36)
36 36
37static bool gv11b_mm_is_bar1_supported(struct gk20a *g) 37static bool gv11b_mm_is_bar1_supported(struct gk20a *g)
38{ 38{