Lines Matching full:edp

35  * eDP: Embedded DisplayPort version 1
40 * 1.2 formally includes both eDP and DPI definitions.
146 # define DP_MSA_TIMING_PAR_IGNORED (1 << 6) /* eDP */
170 # define DP_DPCD_DISPLAY_CONTROL_CAPABLE (1 << 3) /* edp v1.2 or higher */
180 #define DP_SUPPORTED_LINK_RATES 0x010 /* eDP 1.4 */
234 #define DP_RECEIVER_ALPM_CAP 0x02e /* eDP 1.4 */
236 # define DP_ALPM_PM_STATE_2A_SUPPORT (1 << 1) /* eDP 1.5 */
237 # define DP_ALPM_AUX_LESS_CAP (1 << 2) /* eDP 1.5 */
239 #define DP_SINK_DEVICE_AUX_FRAME_SYNC_CAP 0x02f /* eDP 1.4 */
291 #define DP_DSC_MAX_BITS_PER_PIXEL_LOW 0x067 /* eDP 1.4 */
293 #define DP_DSC_MAX_BITS_PER_PIXEL_HI 0x068 /* eDP 1.4 */
295 # define DP_DSC_MAX_BPP_DELTA_VERSION_MASK (0x3 << 5) /* eDP 1.5 & DP 2.0 */
296 # define DP_DSC_MAX_BPP_DELTA_AVAILABILITY (1 << 7) /* eDP 1.5 & DP 2.0 */
369 # define DP_PSR2_IS_SUPPORTED 2 /* eDP 1.4 */
370 # define DP_PSR2_WITH_Y_COORD_IS_SUPPORTED 3 /* eDP 1.4a */
371 # define DP_PSR2_WITH_Y_COORD_ET_SUPPORTED 4 /* eDP 1.5, adopted eDP 1.4b SCR */
384 # define DP_PSR2_SU_Y_COORDINATE_REQUIRED (1 << 4) /* eDP 1.4a */
385 # define DP_PSR2_SU_GRANULARITY_REQUIRED (1 << 5) /* eDP 1.4b */
386 # define DP_PSR2_SU_AUX_FRAME_SYNC_NOT_NEEDED (1 << 6)/* eDP 1.5, adopted eDP 1.4b SCR */
388 #define DP_PSR2_SU_X_GRANULARITY 0x072 /* eDP 1.4b */
389 #define DP_PSR2_SU_Y_GRANULARITY 0x074 /* eDP 1.4b */
556 # define DP_PANEL_REPLAY_EARLY_TRANSPORT_SUPPORT (1 << 2) /* eDP 1.5 */
580 # define DP_LINK_RATE_TABLE 0x00 /* eDP 1.4 */
646 # define DP_MSA_TIMING_PAR_IGNORE_EN (1 << 7) /* eDP */
702 #define DP_LINK_RATE_SET 0x115 /* eDP 1.4 */
706 #define DP_RECEIVER_ALPM_CONFIG 0x116 /* eDP 1.4 */
708 # define DP_ALPM_LOCK_ERROR_IRQ_HPD_ENABLE (1 << 1) /* eDP 1.5 */
709 # define DP_ALPM_MODE_AUX_LESS (1 << 2) /* eDP 1.5 */
711 #define DP_SINK_DEVICE_AUX_FRAME_SYNC_CONF 0x117 /* eDP 1.4 */
737 #define DP_AUX_FRAME_SYNC_VALUE 0x15c /* eDP 1.4 */
750 # define DP_PSR_SU_REGION_SCANLINE_CAPTURE BIT(4) /* eDP 1.4a */
751 # define DP_PSR_IRQ_HPD_WITH_CRC_ERRORS BIT(5) /* eDP 1.4a */
752 # define DP_PSR_ENABLE_PSR2 BIT(6) /* eDP 1.4a */
753 # define DP_PSR_ENABLE_SU_REGION_ET BIT(7) /* eDP 1.5 */
763 # define DP_PANEL_REPLAY_VSC_SDP_CRC_EN (1 << 1) /* eDP 1.5 */
770 #define PANEL_REPLAY_CONFIG2 0x1b1 /* eDP 1.5 */
1014 /* eDP-specific */
1015 #define DP_EDP_DPCD_REV 0x700 /* eDP 1.2 */
1020 # define DP_EDP_14a 0x04 /* eDP 1.4a */
1021 # define DP_EDP_14b 0x05 /* eDP 1.4b */
1022 # define DP_EDP_15 0x06 /* eDP 1.5 */
1047 # define DP_EDP_SMOOTH_BRIGHTNESS_CAPABLE (1 << 6) /* eDP 2.0 */
1049 #define DP_EDP_GENERAL_CAP_3 0x704 /* eDP 1.4 */
1072 # define DP_EDP_UPDATE_REGION_BRIGHTNESS (1 << 6) /* eDP 1.4 */
1100 #define DP_EDP_REGIONAL_BACKLIGHT_BASE 0x740 /* eDP 1.4 */
1101 #define DP_EDP_REGIONAL_BACKLIGHT_0 0x741 /* eDP 1.4 */
1103 #define DP_EDP_MSO_LINK_CAPABILITIES 0x7a4 /* eDP 1.4 */
1134 # define DP_PSR_VSC_SDP_UNCORRECTABLE_ERROR (1 << 2) /* eDP 1.4 */
1148 #define DP_SYNCHRONIZATION_LATENCY_IN_SINK 0x2009 /* edp 1.4 */
1154 #define DP_LAST_RECEIVED_PSR_SDP 0x200a /* eDP 1.2 */
1155 # define DP_PSR_STATE_BIT (1 << 0) /* eDP 1.2 */
1156 # define DP_UPDATE_RFB_BIT (1 << 1) /* eDP 1.2 */
1157 # define DP_CRC_VALID_BIT (1 << 2) /* eDP 1.2 */
1158 # define DP_SU_VALID (1 << 3) /* eDP 1.4 */
1159 # define DP_FIRST_SCAN_LINE_SU_REGION (1 << 4) /* eDP 1.4 */
1160 # define DP_LAST_SCAN_LINE_SU_REGION (1 << 5) /* eDP 1.4 */
1161 # define DP_Y_COORDINATE_VALID (1 << 6) /* eDP 1.4a */
1163 #define DP_RECEIVER_ALPM_STATUS 0x200b /* eDP 1.4 */