Lines Matching +full:vga +full:- +full:dvi +full:- +full:encoder

38  * MST: Multistream Transport - part of DP 1.2a
49 /* bits per component for non-RAW */
180 # define DP_MAX_SUPPORTED_RATES 8 /* 16-bit little-endian */
389 * 0x80-0x8f describe downstream port capabilities, but there are two layouts
393 * DP interop v1.1a only VGA defines additional detail.
414 /* offset 1 for VGA is maximum megapixels per second / 8 */
415 /* offset 1 for DVI/HDMI is maximum TMDS clock in Mbps / 2.5 */
416 /* offset 2 for VGA/DVI/HDMI */
433 /* offset 3 for DVI */
444 * VESA DP-to-HDMI PCON Specification adds caps for colorspace
445 * conversion in DFP cap DPCD 83h. Sec6.1 Table-3.
464 /* DP-HDMI2.1 PCON DSC ENCODER SUPPORT */
470 /* DP-HDMI2.1 PCON DSC Version */
477 /* DP-HDMI2.1 PCON DSC RC Buffer block size */
485 /* DP-HDMI2.1 PCON DSC RC Buffer size */
488 /* DP-HDMI2.1 PCON DSC Slice capabilities-1 */
527 /* DP-HDMI2.1 PCON DSC Slice capabilities-2 */
533 /* DP-HDMI2.1 PCON HDMI TX Encoder Bits/pixel increment */
586 /* DPCD 1.1 only. For DPCD >= 1.2 see per-lane DP_LINK_QUAL_LANEn_SET */
972 /* Source Device-specific */
975 /* Sink Device-specific */
978 /* Branch Device-specific */
992 /* eDP-specific */
1264 /* PCON CONFIGURE-1 FRL FOR HDMI SINK */
1281 /* PCON CONFIGURE-2 FRL FOR HDMI SINK */
1341 * Valid Offsets to be added to Base : 0-127
1346 * Offset-0 8LSBs of the Slice height.
1347 * Offset-1 8MSBs of the Slice height.
1352 * Offset-0 8LSBs of the Slice width.
1353 * Offset-1 8MSBs of the Slice width.
1358 * Offset-0 8LSBs of the bits_per_pixel.
1359 * Offset-1 2MSBs of the bits_per_pixel.
1409 /* DP-tunneling */
1432 #define DP_IN_ADAPTER_NUMBER_MASK ((1 << DP_IN_ADAPTER_NUMBER_BITS) - 1)
1436 #define DP_USB4_DRIVER_ID_MASK ((1 << DP_USB4_DRIVER_ID_BITS) - 1)
1443 #define DP_GROUP_ID_MASK ((1 << DP_GROUP_ID_BITS) - 1)
1469 /* LTTPR: Link Training (LT)-tunable PHY Repeaters */
1503 (__DP_LTTPR1_BASE + (__DP_LTTPR2_BASE - __DP_LTTPR1_BASE) * \
1504 ((dp_phy) - DP_PHY_LTTPR1))
1507 (DP_LTTPR_BASE(dp_phy) - DP_LTTPR_BASE(DP_PHY_LTTPR1) + (lttpr1_reg))
1554 (__DP_FEC1_BASE + ((__DP_FEC2_BASE - __DP_FEC1_BASE) * \
1555 ((dp_phy) - DP_PHY_LTTPR1)))
1558 (DP_FEC_BASE(dp_phy) - DP_FEC_BASE(DP_PHY_LTTPR1) + fec1_reg)
1599 /* peer device type - DP 1.2a Table 2-92 */
1606 /* DP 1.2 MST sideband request names DP 1.2a Table 2-80 */
1631 /* DP 1.2 MST sideband nak reasons - table 2.84 */
1648 /* DP 1.2 MST PORTs - Section 2.5.1 v1.2a spec */
1670 #define DP_SDP_CAMERA_GENERIC(i) (0x08 + (i)) /* 0-7, DP 1.3 */
1675 /* 0x80+ CEA-861 infoframe types */
1680 * struct dp_sdp_header - DP secondary data packet header
1698 * struct dp_sdp - DP secondary data packet
1703 * db[1]: 0 - PSR State; 1 - Update RFB; 2 - CRC Valid
1710 * db[8] - db[31]: Reserved
1712 * db[0] - db[15]: Reserved
1716 * db[19] - db[31]: Reserved
1728 * enum dp_pixelformat - drm DP Pixel encoding formats
1731 * It is based on DP 1.4 spec [Table 2-117: VSC SDP Payload for DB16 through
1753 * enum dp_colorimetry - drm DP Colorimetry formats
1756 * It is based on DP 1.4 spec [Table 2-117: VSC SDP Payload for DB16 through
1759 * @DP_COLORIMETRY_DEFAULT: sRGB (IEC 61966-2-1) or
1760 * ITU-R BT.601 colorimetry format
1762 * @DP_COLORIMETRY_BT709_YCC: ITU-R BT.709 colorimetry format
1764 * (scRGB (IEC 61966-2-2)) colorimetry format
1768 * @DP_COLORIMETRY_DCI_P3_RGB: DCI-P3 (SMPTE RP 431-2) colorimetry format
1772 * @DP_COLORIMETRY_BT2020_RGB: ITU-R BT.2020 R' G' B' colorimetry format
1773 * @DP_COLORIMETRY_BT2020_CYCC: ITU-R BT.2020 Y'c C'bc C'rc colorimetry format
1774 * @DP_COLORIMETRY_BT2020_YCC: ITU-R BT.2020 Y' C'b C'r colorimetry format
1794 * enum dp_dynamic_range - drm DP Dynamic Range
1797 * It is based on DP 1.4 spec [Table 2-117: VSC SDP Payload for DB16 through
1809 * enum dp_content_type - drm DP Content Type
1812 * It is based on DP 1.4 spec [Table 2-117: VSC SDP Payload for DB16 through
1814 * CTA-861-G defines content types and expected processing by a sink device