Lines Matching full:edp

35  * eDP: Embedded DisplayPort version 1
40 * 1.2 formally includes both eDP and DPI definitions.
145 # define DP_MSA_TIMING_PAR_IGNORED (1 << 6) /* eDP */
169 # define DP_DPCD_DISPLAY_CONTROL_CAPABLE (1 << 3) /* edp v1.2 or higher */
179 #define DP_SUPPORTED_LINK_RATES 0x010 /* eDP 1.4 */
233 #define DP_RECEIVER_ALPM_CAP 0x02e /* eDP 1.4 */
235 # define DP_ALPM_PM_STATE_2A_SUPPORT (1 << 1) /* eDP 1.5 */
236 # define DP_ALPM_AUX_LESS_CAP (1 << 2) /* eDP 1.5 */
238 #define DP_SINK_DEVICE_AUX_FRAME_SYNC_CAP 0x02f /* eDP 1.4 */
288 #define DP_DSC_MAX_BITS_PER_PIXEL_LOW 0x067 /* eDP 1.4 */
290 #define DP_DSC_MAX_BITS_PER_PIXEL_HI 0x068 /* eDP 1.4 */
292 # define DP_DSC_MAX_BPP_DELTA_VERSION_MASK (0x3 << 5) /* eDP 1.5 & DP 2.0 */
293 # define DP_DSC_MAX_BPP_DELTA_AVAILABILITY (1 << 7) /* eDP 1.5 & DP 2.0 */
366 # define DP_PSR2_IS_SUPPORTED 2 /* eDP 1.4 */
367 # define DP_PSR2_WITH_Y_COORD_IS_SUPPORTED 3 /* eDP 1.4a */
368 # define DP_PSR2_WITH_Y_COORD_ET_SUPPORTED 4 /* eDP 1.5, adopted eDP 1.4b SCR */
381 # define DP_PSR2_SU_Y_COORDINATE_REQUIRED (1 << 4) /* eDP 1.4a */
382 # define DP_PSR2_SU_GRANULARITY_REQUIRED (1 << 5) /* eDP 1.4b */
383 # define DP_PSR2_SU_AUX_FRAME_SYNC_NOT_NEEDED (1 << 6)/* eDP 1.5, adopted eDP 1.4b SCR */
385 #define DP_PSR2_SU_X_GRANULARITY 0x072 /* eDP 1.4b */
386 #define DP_PSR2_SU_Y_GRANULARITY 0x074 /* eDP 1.4b */
553 # define DP_PANEL_REPLAY_EARLY_TRANSPORT_SUPPORT (1 << 2) /* eDP 1.5 */
563 # define DP_LINK_RATE_TABLE 0x00 /* eDP 1.4 */
628 # define DP_MSA_TIMING_PAR_IGNORE_EN (1 << 7) /* eDP */
684 #define DP_LINK_RATE_SET 0x115 /* eDP 1.4 */
688 #define DP_RECEIVER_ALPM_CONFIG 0x116 /* eDP 1.4 */
690 # define DP_ALPM_LOCK_ERROR_IRQ_HPD_ENABLE (1 << 1) /* eDP 1.5 */
691 # define DP_ALPM_MODE_AUX_LESS (1 << 2) /* eDP 1.5 */
693 #define DP_SINK_DEVICE_AUX_FRAME_SYNC_CONF 0x117 /* eDP 1.4 */
716 #define DP_AUX_FRAME_SYNC_VALUE 0x15c /* eDP 1.4 */
729 # define DP_PSR_SU_REGION_SCANLINE_CAPTURE BIT(4) /* eDP 1.4a */
730 # define DP_PSR_IRQ_HPD_WITH_CRC_ERRORS BIT(5) /* eDP 1.4a */
731 # define DP_PSR_ENABLE_PSR2 BIT(6) /* eDP 1.4a */
732 # define DP_PSR_ENABLE_SU_REGION_ET BIT(7) /* eDP 1.5 */
742 # define DP_PANEL_REPLAY_VSC_SDP_CRC_EN (1 << 1) /* eDP 1.5 */
749 #define PANEL_REPLAY_CONFIG2 0x1b1 /* eDP 1.5 */
992 /* eDP-specific */
993 #define DP_EDP_DPCD_REV 0x700 /* eDP 1.2 */
998 # define DP_EDP_14a 0x04 /* eDP 1.4a */
999 # define DP_EDP_14b 0x05 /* eDP 1.4b */
1025 #define DP_EDP_GENERAL_CAP_3 0x704 /* eDP 1.4 */
1048 # define DP_EDP_UPDATE_REGION_BRIGHTNESS (1 << 6) /* eDP 1.4 */
1076 #define DP_EDP_REGIONAL_BACKLIGHT_BASE 0x740 /* eDP 1.4 */
1077 #define DP_EDP_REGIONAL_BACKLIGHT_0 0x741 /* eDP 1.4 */
1079 #define DP_EDP_MSO_LINK_CAPABILITIES 0x7a4 /* eDP 1.4 */
1110 # define DP_PSR_VSC_SDP_UNCORRECTABLE_ERROR (1 << 2) /* eDP 1.4 */
1124 #define DP_SYNCHRONIZATION_LATENCY_IN_SINK 0x2009 /* edp 1.4 */
1130 #define DP_LAST_RECEIVED_PSR_SDP 0x200a /* eDP 1.2 */
1131 # define DP_PSR_STATE_BIT (1 << 0) /* eDP 1.2 */
1132 # define DP_UPDATE_RFB_BIT (1 << 1) /* eDP 1.2 */
1133 # define DP_CRC_VALID_BIT (1 << 2) /* eDP 1.2 */
1134 # define DP_SU_VALID (1 << 3) /* eDP 1.4 */
1135 # define DP_FIRST_SCAN_LINE_SU_REGION (1 << 4) /* eDP 1.4 */
1136 # define DP_LAST_SCAN_LINE_SU_REGION (1 << 5) /* eDP 1.4 */
1137 # define DP_Y_COORDINATE_VALID (1 << 6) /* eDP 1.4a */
1139 #define DP_RECEIVER_ALPM_STATUS 0x200b /* eDP 1.4 */