Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/hw/
Dlink_encoder.h87 union psr_error_status { union
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_dp.c1725 union psr_error_status psr_error_status; in handle_hpd_irq_psr_sink() local
1736 psr_error_status.raw = dpcdbuf[0]; in handle_hpd_irq_psr_sink()
1740 if (psr_error_status.bits.LINK_CRC_ERROR || in handle_hpd_irq_psr_sink()
1741 psr_error_status.bits.RFB_STORAGE_ERROR) { in handle_hpd_irq_psr_sink()
1747 &psr_error_status.raw, in handle_hpd_irq_psr_sink()
1748 sizeof(psr_error_status.raw)); in handle_hpd_irq_psr_sink()