Lines Matching +full:0 +full:x259
154 return dpcd[DP_DPCD_REV] >= 0x11 && in drm_dp_enhanced_frame_cap()
161 return dpcd[DP_DPCD_REV] >= 0x11 && in drm_dp_fast_training_cap()
168 return dpcd[DP_DPCD_REV] >= 0x12 && in drm_dp_tps3_supported()
175 return dpcd[DP_DPCD_REV] >= 0x11 || in drm_dp_max_downspread()
182 return dpcd[DP_DPCD_REV] >= 0x14 && in drm_dp_tps4_supported()
189 return (dpcd[DP_DPCD_REV] >= 0x14) ? DP_TRAINING_PATTERN_MASK_1_4 : in drm_dp_training_pattern_mask()
484 * This function returns 0 if HPD was asserted or -ETIMEDOUT if time
489 * readx_poll_timeout() function. That means a `wait_us` of 0 means
650 * @ident: DP device identification from DPCD 0x400 (sink) or 0x500 (branch).
675 * to 16 bits. So will give a constant value (0x8000) for compatability.
703 * The device supports a link rate of 3.24 Gbps (multiplier 0xc) despite
771 return 0; in drm_panel_dp_aux_backlight()
817 * @link_rate: Requested Link rate from DPCD 0x219
818 * @num_lanes: Number of lanes requested by sing through DPCD 0x220
819 * @phy_pattern: DP Phy test pattern from DPCD 0x248
820 * @hbr2_reset: DP HBR2_COMPLIANCE_SCRAMBLER_RESET from DCPD 0x24A and 0x24B
821 * @custom80: DP Test_80BIT_CUSTOM_PATTERN from DPCDs 0x250 through 0x259
863 #define DRM_DP_BW_OVERHEAD_MST BIT(0)