Lines Matching refs:error_status
2221 u8 *status, u8 *error_status) in psr_get_status_and_error_status() argument
2230 ret = drm_dp_dpcd_readb(aux, DP_PSR_ERROR_STATUS, error_status); in psr_get_status_and_error_status()
2295 u8 status, error_status; in intel_psr_short_pulse() local
2308 if (psr_get_status_and_error_status(intel_dp, &status, &error_status)) { in intel_psr_short_pulse()
2314 if (status == DP_PSR_SINK_INTERNAL_ERROR || (error_status & errors)) { in intel_psr_short_pulse()
2319 if (status == DP_PSR_SINK_INTERNAL_ERROR && !error_status) in intel_psr_short_pulse()
2322 if (error_status & DP_PSR_RFB_STORAGE_ERROR) in intel_psr_short_pulse()
2325 if (error_status & DP_PSR_VSC_SDP_UNCORRECTABLE_ERROR) in intel_psr_short_pulse()
2328 if (error_status & DP_PSR_LINK_CRC_ERROR) in intel_psr_short_pulse()
2332 if (error_status & ~errors) in intel_psr_short_pulse()
2335 error_status & ~errors); in intel_psr_short_pulse()
2337 drm_dp_dpcd_writeb(&intel_dp->aux, DP_PSR_ERROR_STATUS, error_status); in intel_psr_short_pulse()