Searched refs:DP_PSR_ERROR_STATUS (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_dp_irq_handler.c | 188 /*AMD Replay version reuse DP_PSR_ERROR_STATUS for REPLAY_ERROR status.*/ in handle_hpd_irq_replay_sink() 204 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_psr.c | 1612 ret = drm_dp_dpcd_readb(aux, DP_PSR_ERROR_STATUS, error_status); in psr_get_status_and_error_status() 1719 drm_dp_dpcd_writeb(&intel_dp->aux, DP_PSR_ERROR_STATUS, error_status); in intel_psr_short_pulse()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_mst_types.c | 627 uint8_t esi[DP_PSR_ERROR_STATUS - DP_SINK_COUNT_ESI] = { 0 }; in dm_handle_mst_sideband_msg_ready_event() 646 dpcd_bytes_to_read = DP_PSR_ERROR_STATUS - DP_SINK_COUNT_ESI; in dm_handle_mst_sideband_msg_ready_event() 654 u8 ack[DP_PSR_ERROR_STATUS - DP_SINK_COUNT_ESI] = {}; in dm_handle_mst_sideband_msg_ready_event()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/ |
H A D | dp_link.c | 945 drm_dp_dpcd_read(link->aux, DP_PSR_ERROR_STATUS, &status, 1); in dp_link_read_psr_error_status()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_psr.c | 2751 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()
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_dp_helper.h | 897 #define DP_PSR_ERROR_STATUS 0x2006 /* XXX 1.2? */ macro
|
/kernel/linux/linux-6.6/include/drm/display/ |
H A D | drm_dp.h | 1068 #define DP_PSR_ERROR_STATUS 0x2006 /* XXX 1.2? */ macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 2442 uint8_t esi[DP_PSR_ERROR_STATUS - DP_SINK_COUNT_ESI] = { 0 }; in dm_handle_hpd_rx_irq() 2458 dpcd_bytes_to_read = DP_PSR_ERROR_STATUS - DP_SINK_COUNT_ESI; in dm_handle_hpd_rx_irq()
|
Completed in 28 milliseconds