Searched refs:CEC_CAP_NEEDS_HPD (Results 1 – 7 of 7) sorted by relevance
221 CEC_CAP_DEFAULTS | (needs_hpd ? CEC_CAP_NEEDS_HPD : 0) | in s5p_cec_probe()
121 - ``CEC_CAP_NEEDS_HPD``
304 u32 cec_caps = CEC_CAP_DEFAULTS | CEC_CAP_NEEDS_HPD | in drm_dp_cec_attach()
250 adap->needs_hpd = caps & CEC_CAP_NEEDS_HPD; in cec_allocate_adapter()
342 #define CEC_CAP_NEEDS_HPD (1 << 6) macro
137 physical address will always be valid if CEC_CAP_NEEDS_HPD is set. If that139 hardware is enabled. CEC drivers should not set CEC_CAP_NEEDS_HPD unless
235 There is a CEC capability flag to signal this: ``CEC_CAP_NEEDS_HPD``.