Home
last modified time | relevance | path

Searched refs:fec_state (Results 1 – 12 of 12) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/link/protocols/
Dlink_dp_phy.c160 link->fec_state = dc_link_fec_ready; in dp_set_fec_ready()
163 link->fec_state = dc_link_fec_not_ready; in dp_set_fec_ready()
166 } else if (link->fec_state == dc_link_fec_ready) { in dp_set_fec_ready()
173 link->fec_state = dc_link_fec_not_ready; in dp_set_fec_ready()
192 if (link->fec_state == dc_link_fec_ready && enable) { in dp_set_fec_enable()
202 link->fec_state = dc_link_fec_enabled; in dp_set_fec_enable()
203 } else if (link->fec_state == dc_link_fec_enabled && !enable) { in dp_set_fec_enable()
205 link->fec_state = dc_link_fec_ready; in dp_set_fec_enable()
Dlink_dp_capability.c336 if (link->fec_state == dc_link_fec_enabled) in dp_should_enable_fec()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce/
Ddmub_replay.c195 copy_settings_data->flags.bitfields.fec_enable_status = (link->fec_state == dc_link_fec_enabled); in dmub_replay_copy_settings()
Ddmub_psr.c379 copy_settings_data->fec_enable_status = (link->fec_state == dc_link_fec_enabled); in dmub_psr_copy_settings()
/linux-6.6.21/drivers/scsi/bfa/
Dbfa_defs_svc.h996 enum bfa_fec_state_s fec_state; /*!< current FEC state */ member
1095 u8 fec_state; /*!< State of FEC */ member
Dbfa_svc.h509 enum bfa_fec_state_s fec_state; member
Dbfa_svc.c3052 fcport->fec_state = BFA_FEC_OFFLINE; in bfa_fcport_attach()
3115 fcport->fec_state = pevent->link_state.fec_state; in bfa_fcport_update_linkinfo()
3136 fcport->fec_state = BFA_FEC_OFFLINE; in bfa_fcport_reset_linkinfo()
3985 attr->fec_state = fcport->fec_state; in bfa_fcport_get_attr()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hwseq.c172 link->fec_state = dc_link_fec_enabled; in dcn31_init_hw()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_hwseq.c507 link->fec_state = dc_link_fec_enabled; in dcn30_init_hw()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/
Ddc.h1573 enum dc_link_fec_state fec_state; member
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_hwseq.c835 link->fec_state = dc_link_fec_enabled; in dcn32_init_hw()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c1548 link->fec_state = dc_link_fec_enabled; in dcn10_init_hw()