File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -8672,6 +8672,21 @@ enum {
8672
8672
#define BXT_PIPE_SELECT_SHIFT 7
8673
8673
#define BXT_PIPE_SELECT_MASK (7 << 7)
8674
8674
#define BXT_PIPE_SELECT (pipe ) ((pipe) << 7)
8675
+ #define GLK_PHY_STATUS_PORT_READY (1 << 31) /* RO */
8676
+ #define GLK_ULPS_NOT_ACTIVE (1 << 30) /* RO */
8677
+ #define GLK_MIPIIO_RESET_RELEASED (1 << 28)
8678
+ #define GLK_CLOCK_LANE_STOP_STATE (1 << 27) /* RO */
8679
+ #define GLK_DATA_LANE_STOP_STATE (1 << 26) /* RO */
8680
+ #define GLK_LP_WAKE (1 << 22)
8681
+ #define GLK_LP11_LOW_PWR_MODE (1 << 21)
8682
+ #define GLK_LP00_LOW_PWR_MODE (1 << 20)
8683
+ #define GLK_FIREWALL_ENABLE (1 << 16)
8684
+ #define BXT_PIXEL_OVERLAP_CNT_MASK (0xf << 10)
8685
+ #define BXT_PIXEL_OVERLAP_CNT_SHIFT 10
8686
+ #define BXT_DSC_ENABLE (1 << 3)
8687
+ #define BXT_RGB_FLIP (1 << 2)
8688
+ #define GLK_MIPIIO_PORT_POWERED (1 << 1) /* RO */
8689
+ #define GLK_MIPIIO_ENABLE (1 << 0)
8675
8690
8676
8691
#define _MIPIA_DATA_ADDRESS (dev_priv->mipi_mmio_base + 0xb108)
8677
8692
#define _MIPIC_DATA_ADDRESS (dev_priv->mipi_mmio_base + 0xb908)
You can’t perform that action at this time.
0 commit comments