hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/include/dt-bindings/soc/rockchip-system-status.h
....@@ -34,7 +34,10 @@
3434 #define SYS_STATUS_HDMI (1 << 15)
3535 #define SYS_STATUS_VIDEO_4K_10B (1 << 16)
3636 #define SYS_STATUS_LOW_POWER (1 << 17)
37
+#define SYS_STATUS_HDMIRX (1 << 18)
38
+#define SYS_STATUS_VIDEO_SVEP (1 << 19)
3739 #define SYS_STATUS_VIDEO_4K_60P (1 << 20)
40
+#define SYS_STATUS_DEEP_SUSPEND (1 << 21)
3841
3942 #define SYS_STATUS_VIDEO (SYS_STATUS_VIDEO_4K | \
4043 SYS_STATUS_VIDEO_1080P | \
....@@ -47,4 +50,10 @@
4750 #define DMC_FREQ_LEVEL_MID_HIGH (0x1 << 2)
4851 #define DMC_FREQ_LEVEL_HIGH (0x1 << 3)
4952
53
+#define DMC_WAIT_MODE_NORMAL (0x1 << 0)
54
+#define DMC_WAIT_MODE_VOP_VBANK (0x1 << 1)
55
+#define DMC_WAIT_MODE_VOP_LINE (0x1 << 2)
56
+#define DMC_WAIT_MODE_VOP_AUTO (0x1 << 3)
57
+#define DMC_WAIT_MODE_ISP_VBANK (0x1 << 4)
58
+
5059 #endif