Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_psr.c3575 const u8 errors = DP_PSR_RFB_STORAGE_ERROR | in intel_psr_short_pulse()
3605 if (error_status & DP_PSR_RFB_STORAGE_ERROR) in intel_psr_short_pulse()
4219 if (error_status & (DP_PSR_RFB_STORAGE_ERROR | in i915_psr_sink_status_show()
4225 if (error_status & DP_PSR_RFB_STORAGE_ERROR) in i915_psr_sink_status_show()
/linux/include/drm/display/
H A Ddrm_dp.h1126 # define DP_PSR_RFB_STORAGE_ERROR (1 << 1) macro
/linux/drivers/gpu/drm/msm/dp/
H A Ddp_link.c915 else if (status & DP_PSR_RFB_STORAGE_ERROR) in msm_dp_link_read_psr_error_status()