|
@@ -8350,6 +8350,17 @@ enum skl_power_gate {
|
|
#define SKL_PW_TO_PG(pw) ((pw) - SKL_DISP_PW_1 + SKL_PG1)
|
|
#define SKL_PW_TO_PG(pw) ((pw) - SKL_DISP_PW_1 + SKL_PG1)
|
|
#define SKL_FUSE_PG_DIST_STATUS(pg) (1 << (27 - (pg)))
|
|
#define SKL_FUSE_PG_DIST_STATUS(pg) (1 << (27 - (pg)))
|
|
|
|
|
|
|
|
+#define _CNL_AUX_REG_IDX(pw) ((pw - 1) >> 4)
|
|
|
|
+#define _CNL_AUX_ANAOVRD1_B 0x162250
|
|
|
|
+#define _CNL_AUX_ANAOVRD1_C 0x162210
|
|
|
|
+#define _CNL_AUX_ANAOVRD1_D 0x1622D0
|
|
|
|
+#define CNL_AUX_ANAOVRD1(pw) _MMIO(_PICK(_CNL_AUX_REG_IDX(pw), \
|
|
|
|
+ _CNL_AUX_ANAOVRD1_B, \
|
|
|
|
+ _CNL_AUX_ANAOVRD1_C, \
|
|
|
|
+ _CNL_AUX_ANAOVRD1_D))
|
|
|
|
+#define CNL_AUX_ANAOVRD1_ENABLE (1<<16)
|
|
|
|
+#define CNL_AUX_ANAOVRD1_LDO_BYPASS (1<<23)
|
|
|
|
+
|
|
/* Per-pipe DDI Function Control */
|
|
/* Per-pipe DDI Function Control */
|
|
#define _TRANS_DDI_FUNC_CTL_A 0x60400
|
|
#define _TRANS_DDI_FUNC_CTL_A 0x60400
|
|
#define _TRANS_DDI_FUNC_CTL_B 0x61400
|
|
#define _TRANS_DDI_FUNC_CTL_B 0x61400
|