Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_psr.c3464 const u8 errors = DP_PSR_RFB_STORAGE_ERROR | in intel_psr_short_pulse()
3494 if (error_status & DP_PSR_RFB_STORAGE_ERROR) in intel_psr_short_pulse()
3945 if (error_status & (DP_PSR_RFB_STORAGE_ERROR | in i915_psr_sink_status_show()
3951 if (error_status & DP_PSR_RFB_STORAGE_ERROR) in i915_psr_sink_status_show()
/linux/include/drm/display/
H A Ddrm_dp.h1109 # define DP_PSR_RFB_STORAGE_ERROR (1 << 1) macro