summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/fb_gv11b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/fb_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/fb_gv11b.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/fb_gv11b.h b/drivers/gpu/nvgpu/gv11b/fb_gv11b.h
index d9a6fa77..0b8f9fbf 100644
--- a/drivers/gpu/nvgpu/gv11b/fb_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/fb_gv11b.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * GV11B FB 2 * GV11B FB
3 * 3 *
4 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2016-2018, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a 6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"), 7 * copy of this software and associated documentation files (the "Software"),
@@ -37,11 +37,11 @@
37#define FAULT_BUF_INVALID 0 37#define FAULT_BUF_INVALID 0
38#define FAULT_BUF_VALID 1 38#define FAULT_BUF_VALID 1
39 39
40#define HUB_INTR_TYPE_OTHER 1 /* bit 0 */ 40#define HUB_INTR_TYPE_OTHER 1U /* bit 0 */
41#define HUB_INTR_TYPE_NONREPLAY 2 /* bit 1 */ 41#define HUB_INTR_TYPE_NONREPLAY 2U /* bit 1 */
42#define HUB_INTR_TYPE_REPLAY 4 /* bit 2 */ 42#define HUB_INTR_TYPE_REPLAY 4U /* bit 2 */
43#define HUB_INTR_TYPE_ECC_UNCORRECTED 8 /* bit 3 */ 43#define HUB_INTR_TYPE_ECC_UNCORRECTED 8U /* bit 3 */
44#define HUB_INTR_TYPE_ACCESS_COUNTER 16 /* bit 4 */ 44#define HUB_INTR_TYPE_ACCESS_COUNTER 16U /* bit 4 */
45#define HUB_INTR_TYPE_ALL (HUB_INTR_TYPE_OTHER | \ 45#define HUB_INTR_TYPE_ALL (HUB_INTR_TYPE_OTHER | \
46 HUB_INTR_TYPE_NONREPLAY | \ 46 HUB_INTR_TYPE_NONREPLAY | \
47 HUB_INTR_TYPE_REPLAY | \ 47 HUB_INTR_TYPE_REPLAY | \