summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/ctrl/ctrlclkavfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/ctrl/ctrlclkavfs.h')
-rw-r--r--drivers/gpu/nvgpu/ctrl/ctrlclkavfs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/ctrl/ctrlclkavfs.h b/drivers/gpu/nvgpu/ctrl/ctrlclkavfs.h
index 59a542c8..7338fa3a 100644
--- a/drivers/gpu/nvgpu/ctrl/ctrlclkavfs.h
+++ b/drivers/gpu/nvgpu/ctrl/ctrlclkavfs.h
@@ -41,6 +41,14 @@
41#define CTRL_CLK_VIN_ID_UNDEFINED 0x000000FF 41#define CTRL_CLK_VIN_ID_UNDEFINED 0x000000FF
42 42
43#define CTRL_CLK_VIN_TYPE_DISABLED 0x00000000 43#define CTRL_CLK_VIN_TYPE_DISABLED 0x00000000
44#define CTRL_CLK_VIN_TYPE_V10 0x00000001
45#define CTRL_CLK_VIN_TYPE_V20 0x00000002
46
47/*!
48 * Various types of VIN calibration that the GPU can support
49 */
50#define CTRL_CLK_VIN_CAL_TYPE_V10 (0x00000000)
51#define CTRL_CLK_VIN_CAL_TYPE_V20 (0x00000001)
44 52
45/*! 53/*!
46 * Mask of all GPC VIN IDs supported by RM 54 * Mask of all GPC VIN IDs supported by RM