• Home
  • Raw
  • Download

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 */
168 # define DP_DPCD_DISPLAY_CONTROL_CAPABLE (1 << 3) /* edp v1.2 or higher */
178 #define DP_SUPPORTED_LINK_RATES 0x010 /* eDP 1.4 */
232 #define DP_RECEIVER_ALPM_CAP 0x02e /* eDP 1.4 */
235 #define DP_SINK_DEVICE_AUX_FRAME_SYNC_CAP 0x02f /* eDP 1.4 */
285 #define DP_DSC_MAX_BITS_PER_PIXEL_LOW 0x067 /* eDP 1.4 */
287 #define DP_DSC_MAX_BITS_PER_PIXEL_HI 0x068 /* eDP 1.4 */
289 # define DP_DSC_MAX_BPP_DELTA_VERSION_MASK (0x3 << 5) /* eDP 1.5 & DP 2.0 */
290 # define DP_DSC_MAX_BPP_DELTA_AVAILABILITY (1 << 7) /* eDP 1.5 & DP 2.0 */
362 # define DP_PSR2_IS_SUPPORTED 2 /* eDP 1.4 */
363 # define DP_PSR2_WITH_Y_COORD_IS_SUPPORTED 3 /* eDP 1.4a */
364 # define DP_PSR2_WITH_Y_COORD_ET_SUPPORTED 4 /* eDP 1.5, adopted eDP 1.4b SCR */
377 # define DP_PSR2_SU_Y_COORDINATE_REQUIRED (1 << 4) /* eDP 1.4a */
378 # define DP_PSR2_SU_GRANULARITY_REQUIRED (1 << 5) /* eDP 1.4b */
379 # define DP_PSR2_SU_AUX_FRAME_SYNC_NOT_NEEDED (1 << 6)/* eDP 1.5, adopted eDP 1.4b SCR */
381 #define DP_PSR2_SU_X_GRANULARITY 0x072 /* eDP 1.4b */
382 #define DP_PSR2_SU_Y_GRANULARITY 0x074 /* eDP 1.4b */
548 # define DP_LINK_RATE_TABLE 0x00 /* eDP 1.4 */
613 # define DP_MSA_TIMING_PAR_IGNORE_EN (1 << 7) /* eDP */
666 #define DP_LINK_RATE_SET 0x115 /* eDP 1.4 */
670 #define DP_RECEIVER_ALPM_CONFIG 0x116 /* eDP 1.4 */
674 #define DP_SINK_DEVICE_AUX_FRAME_SYNC_CONF 0x117 /* eDP 1.4 */
697 #define DP_AUX_FRAME_SYNC_VALUE 0x15c /* eDP 1.4 */
709 # define DP_PSR_SU_REGION_SCANLINE_CAPTURE BIT(4) /* eDP 1.4a */
710 # define DP_PSR_IRQ_HPD_WITH_CRC_ERRORS BIT(5) /* eDP 1.4a */
711 # define DP_PSR_ENABLE_PSR2 BIT(6) /* eDP 1.4a */
954 /* eDP-specific */
955 #define DP_EDP_DPCD_REV 0x700 /* eDP 1.2 */
960 # define DP_EDP_14a 0x04 /* eDP 1.4a */
961 # define DP_EDP_14b 0x05 /* eDP 1.4b */
987 #define DP_EDP_GENERAL_CAP_3 0x704 /* eDP 1.4 */
1010 # define DP_EDP_UPDATE_REGION_BRIGHTNESS (1 << 6) /* eDP 1.4 */
1038 #define DP_EDP_REGIONAL_BACKLIGHT_BASE 0x740 /* eDP 1.4 */
1039 #define DP_EDP_REGIONAL_BACKLIGHT_0 0x741 /* eDP 1.4 */
1041 #define DP_EDP_MSO_LINK_CAPABILITIES 0x7a4 /* eDP 1.4 */
1071 # define DP_PSR_VSC_SDP_UNCORRECTABLE_ERROR (1 << 2) /* eDP 1.4 */
1085 #define DP_SYNCHRONIZATION_LATENCY_IN_SINK 0x2009 /* edp 1.4 */
1091 #define DP_LAST_RECEIVED_PSR_SDP 0x200a /* eDP 1.2 */
1092 # define DP_PSR_STATE_BIT (1 << 0) /* eDP 1.2 */
1093 # define DP_UPDATE_RFB_BIT (1 << 1) /* eDP 1.2 */
1094 # define DP_CRC_VALID_BIT (1 << 2) /* eDP 1.2 */
1095 # define DP_SU_VALID (1 << 3) /* eDP 1.4 */
1096 # define DP_FIRST_SCAN_LINE_SU_REGION (1 << 4) /* eDP 1.4 */
1097 # define DP_LAST_SCAN_LINE_SU_REGION (1 << 5) /* eDP 1.4 */
1098 # define DP_Y_COORDINATE_VALID (1 << 6) /* eDP 1.4a */
1100 #define DP_RECEIVER_ALPM_STATUS 0x200b /* eDP 1.4 */