Home
last modified time | relevance | path

Searched refs:DP_PSR_ERROR_STATUS (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_irq_handler.c204 DP_PSR_ERROR_STATUS, in handle_hpd_irq_replay_sink()
232 DP_PSR_ERROR_STATUS,/*DpcdAddress_REPLAY_Error_Status*/ in handle_hpd_irq_replay_sink()
/openbmc/u-boot/include/linux/
H A Ddrm_dp_helper.h346 #define DP_PSR_ERROR_STATUS 0x2006 /* XXX 1.2? */ macro
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c634 uint8_t esi[DP_PSR_ERROR_STATUS - DP_SINK_COUNT_ESI] = { 0 }; in dm_handle_mst_sideband_msg_ready_event()
653 dpcd_bytes_to_read = DP_PSR_ERROR_STATUS - DP_SINK_COUNT_ESI; in dm_handle_mst_sideband_msg_ready_event()
661 u8 ack[DP_PSR_ERROR_STATUS - DP_SINK_COUNT_ESI] = {}; in dm_handle_mst_sideband_msg_ready_event()
/openbmc/linux/include/drm/display/
H A Ddrm_dp.h1068 #define DP_PSR_ERROR_STATUS 0x2006 /* XXX 1.2? */ macro
/openbmc/linux/drivers/gpu/drm/msm/dp/
H A Ddp_link.c945 drm_dp_dpcd_read(link->aux, DP_PSR_ERROR_STATUS, &status, 1); in dp_link_read_psr_error_status()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_psr.c2751 ret = drm_dp_dpcd_readb(aux, DP_PSR_ERROR_STATUS, error_status); in psr_get_status_and_error_status()
2858 drm_dp_dpcd_writeb(&intel_dp->aux, DP_PSR_ERROR_STATUS, error_status); in intel_psr_short_pulse()