summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/falcon.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/falcon.h b/drivers/gpu/nvgpu/include/nvgpu/falcon.h
index 2920e281..55dca035 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/falcon.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/falcon.h
@@ -29,12 +29,12 @@
29/* 29/*
30 * Falcon Id Defines 30 * Falcon Id Defines
31 */ 31 */
32#define FALCON_ID_PMU (0) 32#define FALCON_ID_PMU (0U)
33#define FALCON_ID_FECS (2) 33#define FALCON_ID_FECS (2U)
34#define FALCON_ID_GPCCS (3) 34#define FALCON_ID_GPCCS (3U)
35#define FALCON_ID_NVDEC (4) 35#define FALCON_ID_NVDEC (4U)
36#define FALCON_ID_SEC2 (7) 36#define FALCON_ID_SEC2 (7U)
37#define FALCON_ID_MINION (10) 37#define FALCON_ID_MINION (10U)
38 38
39/* 39/*
40 * Falcon Base address Defines 40 * Falcon Base address Defines
@@ -317,6 +317,6 @@ int nvgpu_flcn_queue_push(struct nvgpu_falcon *flcn,
317void nvgpu_flcn_queue_free(struct nvgpu_falcon *flcn, 317void nvgpu_flcn_queue_free(struct nvgpu_falcon *flcn,
318 struct nvgpu_falcon_queue *queue); 318 struct nvgpu_falcon_queue *queue);
319 319
320void nvgpu_flcn_sw_init(struct gk20a *g, u32 flcn_id); 320int nvgpu_flcn_sw_init(struct gk20a *g, u32 flcn_id);
321 321
322#endif /* __FALCON_H__ */ 322#endif /* __FALCON_H__ */