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 */
236 #define DP_SINK_DEVICE_AUX_FRAME_SYNC_CAP 0x02f /* eDP 1.4 */
286 #define DP_DSC_MAX_BITS_PER_PIXEL_LOW 0x067 /* eDP 1.4 */
288 #define DP_DSC_MAX_BITS_PER_PIXEL_HI 0x068 /* eDP 1.4 */
290 # define DP_DSC_MAX_BPP_DELTA_VERSION_MASK (0x3 << 5) /* eDP 1.5 & DP 2.0 */
291 # define DP_DSC_MAX_BPP_DELTA_AVAILABILITY (1 << 7) /* eDP 1.5 & DP 2.0 */
363 # define DP_PSR2_IS_SUPPORTED 2 /* eDP 1.4 */
364 # define DP_PSR2_WITH_Y_COORD_IS_SUPPORTED 3 /* eDP 1.4a */
365 # define DP_PSR2_WITH_Y_COORD_ET_SUPPORTED 4 /* eDP 1.5, adopted eDP 1.4b SCR */
378 # define DP_PSR2_SU_Y_COORDINATE_REQUIRED (1 << 4) /* eDP 1.4a */
379 # define DP_PSR2_SU_GRANULARITY_REQUIRED (1 << 5) /* eDP 1.4b */
380 # define DP_PSR2_SU_AUX_FRAME_SYNC_NOT_NEEDED (1 << 6)/* eDP 1.5, adopted eDP 1.4b SCR */
382 #define DP_PSR2_SU_X_GRANULARITY 0x072 /* eDP 1.4b */
383 #define DP_PSR2_SU_Y_GRANULARITY 0x074 /* eDP 1.4b */
553 # define DP_LINK_RATE_TABLE 0x00 /* eDP 1.4 */
618 # define DP_MSA_TIMING_PAR_IGNORE_EN (1 << 7) /* eDP */
674 #define DP_LINK_RATE_SET 0x115 /* eDP 1.4 */
678 #define DP_RECEIVER_ALPM_CONFIG 0x116 /* eDP 1.4 */
682 #define DP_SINK_DEVICE_AUX_FRAME_SYNC_CONF 0x117 /* eDP 1.4 */
705 #define DP_AUX_FRAME_SYNC_VALUE 0x15c /* eDP 1.4 */
718 # define DP_PSR_SU_REGION_SCANLINE_CAPTURE BIT(4) /* eDP 1.4a */
719 # define DP_PSR_IRQ_HPD_WITH_CRC_ERRORS BIT(5) /* eDP 1.4a */
720 # define DP_PSR_ENABLE_PSR2 BIT(6) /* eDP 1.4a */
970 /* eDP-specific */
971 #define DP_EDP_DPCD_REV 0x700 /* eDP 1.2 */
976 # define DP_EDP_14a 0x04 /* eDP 1.4a */
977 # define DP_EDP_14b 0x05 /* eDP 1.4b */
1003 #define DP_EDP_GENERAL_CAP_3 0x704 /* eDP 1.4 */
1026 # define DP_EDP_UPDATE_REGION_BRIGHTNESS (1 << 6) /* eDP 1.4 */
1054 #define DP_EDP_REGIONAL_BACKLIGHT_BASE 0x740 /* eDP 1.4 */
1055 #define DP_EDP_REGIONAL_BACKLIGHT_0 0x741 /* eDP 1.4 */
1057 #define DP_EDP_MSO_LINK_CAPABILITIES 0x7a4 /* eDP 1.4 */
1087 # define DP_PSR_VSC_SDP_UNCORRECTABLE_ERROR (1 << 2) /* eDP 1.4 */
1101 #define DP_SYNCHRONIZATION_LATENCY_IN_SINK 0x2009 /* edp 1.4 */
1107 #define DP_LAST_RECEIVED_PSR_SDP 0x200a /* eDP 1.2 */
1108 # define DP_PSR_STATE_BIT (1 << 0) /* eDP 1.2 */
1109 # define DP_UPDATE_RFB_BIT (1 << 1) /* eDP 1.2 */
1110 # define DP_CRC_VALID_BIT (1 << 2) /* eDP 1.2 */
1111 # define DP_SU_VALID (1 << 3) /* eDP 1.4 */
1112 # define DP_FIRST_SCAN_LINE_SU_REGION (1 << 4) /* eDP 1.4 */
1113 # define DP_LAST_SCAN_LINE_SU_REGION (1 << 5) /* eDP 1.4 */
1114 # define DP_Y_COORDINATE_VALID (1 << 6) /* eDP 1.4a */
1116 #define DP_RECEIVER_ALPM_STATUS 0x200b /* eDP 1.4 */