Home
last modified time | relevance | path

Searched refs:FEC_CAPABLE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_replay.c199 if (((link->dpcd_caps.fec_cap.bits.FEC_CAPABLE && in dmub_replay_copy_settings()
H A Ddmub_psr.c398 if (((link->dpcd_caps.fec_cap.bits.FEC_CAPABLE && in dmub_psr_copy_settings()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_capability.c329 link->dpcd_caps.fec_cap.bits.FEC_CAPABLE); in dp_is_fec_supported()
1818 is_fec_supported = link->dpcd_caps.fec_cap.bits.FEC_CAPABLE; in retrieve_link_cap()
1851 (link->dpcd_caps.fec_cap.bits.FEC_CAPABLE || in retrieve_link_cap()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dp_types.h733 uint8_t FEC_CAPABLE:1; member