summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c b/drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c
index 515ba630..b50698e0 100644
--- a/drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c
@@ -59,7 +59,7 @@ static int gr_gp10b_get_netlist_name(int index, char *name)
59 59
60static bool gr_gp10b_is_firmware_defined(void) 60static bool gr_gp10b_is_firmware_defined(void)
61{ 61{
62#ifdef GM20B_NETLIST_IMAGE_FW_NAME 62#ifdef GP10B_NETLIST_IMAGE_FW_NAME
63 return true; 63 return true;
64#else 64#else
65 return false; 65 return false;