Home
last modified time | relevance | path

Searched refs:replay_error_status (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_irq_handler.c189 union psr_error_status replay_error_status; in handle_hpd_irq_replay_sink() local
205 &replay_error_status.raw, in handle_hpd_irq_replay_sink()
206 sizeof(replay_error_status.raw)); in handle_hpd_irq_replay_sink()
208 link->replay_settings.config.replay_error_status.bits.LINK_CRC_ERROR = in handle_hpd_irq_replay_sink()
209 replay_error_status.bits.LINK_CRC_ERROR; in handle_hpd_irq_replay_sink()
210 link->replay_settings.config.replay_error_status.bits.DESYNC_ERROR = in handle_hpd_irq_replay_sink()
212 link->replay_settings.config.replay_error_status.bits.STATE_TRANSITION_ERROR = in handle_hpd_irq_replay_sink()
215 if (link->replay_settings.config.replay_error_status.bits.LINK_CRC_ERROR || in handle_hpd_irq_replay_sink()
216 link->replay_settings.config.replay_error_status.bits.DESYNC_ERROR || in handle_hpd_irq_replay_sink()
217 link->replay_settings.config.replay_error_status.bits.STATE_TRANSITION_ERROR) { in handle_hpd_irq_replay_sink()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h1034 union replay_error_status { union
1051 union replay_error_status replay_error_status; // Replay error status member