• Home
  • Raw
  • Download

Lines Matching +full:db0 +full:- +full:db7

40  * MST: Multistream Transport - part of DP 1.2a
134 # define DP_MAX_SUPPORTED_RATES 8 /* 16-bit little-endian */
313 * 0x80-0x8f describe downstream port capabilities, but there are two layouts
367 /* DPCD 1.1 only. For DPCD >= 1.2 see per-lane DP_LINK_QUAL_LANEn_SET */
769 /* 0-5 sink count */
908 /* peer device type - DP 1.2a Table 2-92 */
915 /* DP 1.2 MST sideband request names DP 1.2a Table 2-80 */
932 /* DP 1.2 MST sideband nak reasons - table 2.84 */
949 /* DP 1.2 MST PORTs - Section 2.5.1 v1.2a spec */
980 #define DP_SDP_CAMERA_GENERIC(i) (0x08 + (i)) /* 0-7, DP 1.3 */
984 /* 0x80+ CEA-861 infoframe types */
998 u8 DB0; /* Stereo Interface */ member
999 u8 DB1; /* 0 - PSR State; 1 - Update RFB; 2 - CRC Valid */
1005 u8 DB7; /* CRC value bits 15:8 of the B or Cb component */ member
1066 * struct drm_dp_aux_msg - DisplayPort AUX channel transaction
1085 * struct drm_dp_aux_cec - DisplayPort CEC-Tunneling-over-AUX
1087 * @adap: the CEC adapter for CEC-Tunneling-over-AUX support.
1101 * struct drm_dp_aux - DisplayPort AUX channel
1102 * @name: user-visible name of this AUX channel and the I2C-over-AUX adapter
1103 * @ddc: I2C adapter that can be used for I2C-over-AUX communication
1117 * Drivers provide a hardware-specific implementation of how transactions
1121 * that were transferred, or a negative error-code on failure. Helpers
1123 * the -EBUSY error, which causes a transaction to be retried. On a short,
1124 * helpers will return -EPROTO to make it simpler to check for failure.
1159 * @cec: struct containing fields used for CEC-Tunneling-over-AUX.
1170 * drm_dp_dpcd_readb() - read a single byte from the DPCD
1185 * drm_dp_dpcd_writeb() - write a single byte to the DPCD
1242 * struct drm_dp_desc - DP branch/sink device descriptor
1255 * enum drm_dp_quirk - Display Port sink/branch device specific quirks
1272 * drm_dp_has_quirk() - does the DP device have a specific quirk
1281 return desc->quirks & BIT(quirk); in drm_dp_has_quirk()