Lines Matching refs:error_status
2728 u8 *status, u8 *error_status) in psr_get_status_and_error_status() argument
2737 ret = drm_dp_dpcd_readb(aux, DP_PSR_ERROR_STATUS, error_status); in psr_get_status_and_error_status()
2802 u8 status, error_status; in intel_psr_short_pulse() local
2815 if (psr_get_status_and_error_status(intel_dp, &status, &error_status)) { in intel_psr_short_pulse()
2821 if (status == DP_PSR_SINK_INTERNAL_ERROR || (error_status & errors)) { in intel_psr_short_pulse()
2826 if (status == DP_PSR_SINK_INTERNAL_ERROR && !error_status) in intel_psr_short_pulse()
2829 if (error_status & DP_PSR_RFB_STORAGE_ERROR) in intel_psr_short_pulse()
2832 if (error_status & DP_PSR_VSC_SDP_UNCORRECTABLE_ERROR) in intel_psr_short_pulse()
2835 if (error_status & DP_PSR_LINK_CRC_ERROR) in intel_psr_short_pulse()
2839 if (error_status & ~errors) in intel_psr_short_pulse()
2842 error_status & ~errors); in intel_psr_short_pulse()
2844 drm_dp_dpcd_writeb(&intel_dp->aux, DP_PSR_ERROR_STATUS, error_status); in intel_psr_short_pulse()