summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/nvgpu_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/nvgpu_common.h')
-rw-r--r--drivers/gpu/nvgpu/nvgpu_common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/nvgpu_common.h b/drivers/gpu/nvgpu/nvgpu_common.h
index c9914089..8c159012 100644
--- a/drivers/gpu/nvgpu/nvgpu_common.h
+++ b/drivers/gpu/nvgpu/nvgpu_common.h
@@ -24,4 +24,11 @@ int nvgpu_probe(struct gk20a *g,
24 const char *interface_name, 24 const char *interface_name,
25 struct class *class); 25 struct class *class);
26 26
27#define NVGPU_REQUEST_FIRMWARE_NO_WARN BIT(0)
28#define NVGPU_REQUEST_FIRMWARE_NO_SOC BIT(1)
29
30const struct firmware *nvgpu_request_firmware(struct gk20a *g,
31 const char *fw_name,
32 int flags);
33
27#endif 34#endif