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 */
975 /* Source Device-specific */
978 /* Sink Device-specific */
981 /* Branch Device-specific */
995 /* eDP-specific */
1278 /* PCON CONFIGURE-1 FRL FOR HDMI SINK */
1295 /* PCON CONFIGURE-2 FRL FOR HDMI SINK */
1355 * Valid Offsets to be added to Base : 0-127
1360 * Offset-0 8LSBs of the Slice height.
1361 * Offset-1 8MSBs of the Slice height.
1366 * Offset-0 8LSBs of the Slice width.
1367 * Offset-1 8MSBs of the Slice width.
1372 * Offset-0 8LSBs of the bits_per_pixel.
1373 * Offset-1 2MSBs of the bits_per_pixel.
1423 /* DP-tunneling */
1446 #define DP_IN_ADAPTER_NUMBER_MASK ((1 << DP_IN_ADAPTER_NUMBER_BITS) - 1)
1450 #define DP_USB4_DRIVER_ID_MASK ((1 << DP_USB4_DRIVER_ID_BITS) - 1)
1457 #define DP_GROUP_ID_MASK ((1 << DP_GROUP_ID_BITS) - 1)
1483 /* LTTPR: Link Training (LT)-tunable PHY Repeaters */
1519 (__DP_LTTPR1_BASE + (__DP_LTTPR2_BASE - __DP_LTTPR1_BASE) * \
1520 ((dp_phy) - DP_PHY_LTTPR1))
1523 (DP_LTTPR_BASE(dp_phy) - DP_LTTPR_BASE(DP_PHY_LTTPR1) + (lttpr1_reg))
1570 (__DP_FEC1_BASE + ((__DP_FEC2_BASE - __DP_FEC1_BASE) * \
1571 ((dp_phy) - DP_PHY_LTTPR1)))
1574 (DP_FEC_BASE(dp_phy) - DP_FEC_BASE(DP_PHY_LTTPR1) + fec1_reg)
1615 /* peer device type - DP 1.2a Table 2-92 */
1622 /* DP 1.2 MST sideband request names DP 1.2a Table 2-80 */
1647 /* DP 1.2 MST sideband nak reasons - table 2.84 */
1664 /* DP 1.2 MST PORTs - Section 2.5.1 v1.2a spec */
1686 #define DP_SDP_CAMERA_GENERIC(i) (0x08 + (i)) /* 0-7, DP 1.3 */
1691 /* 0x80+ CEA-861 infoframe types */
1696 * struct dp_sdp_header - DP secondary data packet header
1714 * struct dp_sdp - DP secondary data packet
1719 * db[1]: 0 - PSR State; 1 - Update RFB; 2 - CRC Valid
1726 * db[8] - db[31]: Reserved
1728 * db[0] - db[15]: Reserved
1732 * db[19] - db[31]: Reserved
1744 * enum dp_pixelformat - drm DP Pixel encoding formats
1747 * It is based on DP 1.4 spec [Table 2-117: VSC SDP Payload for DB16 through
1769 * enum dp_colorimetry - drm DP Colorimetry formats
1772 * It is based on DP 1.4 spec [Table 2-117: VSC SDP Payload for DB16 through
1775 * @DP_COLORIMETRY_DEFAULT: sRGB (IEC 61966-2-1) or
1776 * ITU-R BT.601 colorimetry format
1778 * @DP_COLORIMETRY_BT709_YCC: ITU-R BT.709 colorimetry format
1780 * (scRGB (IEC 61966-2-2)) colorimetry format
1784 * @DP_COLORIMETRY_DCI_P3_RGB: DCI-P3 (SMPTE RP 431-2) colorimetry format
1788 * @DP_COLORIMETRY_BT2020_RGB: ITU-R BT.2020 R' G' B' colorimetry format
1789 * @DP_COLORIMETRY_BT2020_CYCC: ITU-R BT.2020 Y'c C'bc C'rc colorimetry format
1790 * @DP_COLORIMETRY_BT2020_YCC: ITU-R BT.2020 Y' C'b C'r colorimetry format
1810 * enum dp_dynamic_range - drm DP Dynamic Range
1813 * It is based on DP 1.4 spec [Table 2-117: VSC SDP Payload for DB16 through
1825 * enum dp_content_type - drm DP Content Type
1828 * It is based on DP 1.4 spec [Table 2-117: VSC SDP Payload for DB16 through
1830 * CTA-861-G defines content types and expected processing by a sink device