Home
last modified time | relevance | path

Searched refs:DP_SINK_COUNT_ESI (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_dp.c1669 uint8_t tmp[DP_SINK_STATUS_ESI - DP_SINK_COUNT_ESI + 1]; in read_hpd_rx_irq_data()
1673 DP_SINK_COUNT_ESI, in read_hpd_rx_irq_data()
1680 irq_data->bytes.sink_cnt.raw = tmp[DP_SINK_COUNT_ESI - DP_SINK_COUNT_ESI]; in read_hpd_rx_irq_data()
1681 …rq_data->bytes.device_service_irq.raw = tmp[DP_DEVICE_SERVICE_IRQ_VECTOR_ESI0 - DP_SINK_COUNT_ESI]; in read_hpd_rx_irq_data()
1682 irq_data->bytes.lane01_status.raw = tmp[DP_LANE0_1_STATUS_ESI - DP_SINK_COUNT_ESI]; in read_hpd_rx_irq_data()
1683 irq_data->bytes.lane23_status.raw = tmp[DP_LANE2_3_STATUS_ESI - DP_SINK_COUNT_ESI]; in read_hpd_rx_irq_data()
1684 …rq_data->bytes.lane_status_updated.raw = tmp[DP_LANE_ALIGN_STATUS_UPDATED_ESI - DP_SINK_COUNT_ESI]; in read_hpd_rx_irq_data()
1685 irq_data->bytes.sink_status.raw = tmp[DP_SINK_STATUS_ESI - DP_SINK_COUNT_ESI]; in read_hpd_rx_irq_data()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_dp_mst.c718 DP_SINK_COUNT_ESI, esi, 8); in radeon_dp_mst_check_status()
728 DP_SINK_COUNT_ESI + 1, &esi[1], 3); in radeon_dp_mst_check_status()
734 DP_SINK_COUNT_ESI, esi, 8); in radeon_dp_mst_check_status()
/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_mst_types.c41 …ne SIDE_BAND_MSG(address) (address >= DP_SIDEBAND_MSG_DOWN_REQ_BASE && address < DP_SINK_COUNT_ESI)
Damdgpu_dm.c1054 uint8_t esi[DP_PSR_ERROR_STATUS - DP_SINK_COUNT_ESI] = { 0 }; in dm_handle_hpd_rx_irq()
1070 dpcd_bytes_to_read = DP_PSR_ERROR_STATUS - DP_SINK_COUNT_ESI; in dm_handle_hpd_rx_irq()
1072 dpcd_addr = DP_SINK_COUNT_ESI; in dm_handle_hpd_rx_irq()
/Linux-v4.19/include/drm/
Ddrm_dp_helper.h768 #define DP_SINK_COUNT_ESI 0x2002 /* 1.2 */ macro
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c1099 ret = drm_dp_dpcd_read(aux, DP_SINK_COUNT_ESI, esi, 8); in nv50_mstm_service()
1109 drm_dp_dpcd_write(aux, DP_SINK_COUNT_ESI + 1, &esi[1], 3); in nv50_mstm_service()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_dp.c3887 return drm_dp_dpcd_read(&intel_dp->aux, DP_SINK_COUNT_ESI, in intel_dp_get_sink_irq_esi()
4112 DP_SINK_COUNT_ESI+1, in intel_dp_check_mst_status()