Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_irq_handler.c316 uint8_t tmp[DP_SINK_STATUS_ESI - DP_SINK_COUNT_ESI + 1]; in dp_read_hpd_rx_irq_data()
320 DP_SINK_COUNT_ESI, in dp_read_hpd_rx_irq_data()
327 irq_data->bytes.sink_cnt.raw = tmp[DP_SINK_COUNT_ESI - DP_SINK_COUNT_ESI]; in dp_read_hpd_rx_irq_data()
328 …rq_data->bytes.device_service_irq.raw = tmp[DP_DEVICE_SERVICE_IRQ_VECTOR_ESI0 - DP_SINK_COUNT_ESI]; in dp_read_hpd_rx_irq_data()
329 irq_data->bytes.lane01_status.raw = tmp[DP_LANE0_1_STATUS_ESI - DP_SINK_COUNT_ESI]; in dp_read_hpd_rx_irq_data()
330 irq_data->bytes.lane23_status.raw = tmp[DP_LANE2_3_STATUS_ESI - DP_SINK_COUNT_ESI]; in dp_read_hpd_rx_irq_data()
331 …rq_data->bytes.lane_status_updated.raw = tmp[DP_LANE_ALIGN_STATUS_UPDATED_ESI - DP_SINK_COUNT_ESI]; in dp_read_hpd_rx_irq_data()
332 irq_data->bytes.sink_status.raw = tmp[DP_SINK_STATUS_ESI - DP_SINK_COUNT_ESI]; in dp_read_hpd_rx_irq_data()
/openbmc/u-boot/include/linux/
H A Ddrm_dp_helper.h336 #define DP_SINK_COUNT_ESI 0x2002 /* 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()
655 dpcd_addr = 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.h1053 #define DP_SINK_COUNT_ESI 0x2002 /* same as 0x200 */ macro
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c1367 rc = drm_dp_dpcd_read(aux, DP_SINK_COUNT_ESI, esi, 8); in nv50_mstm_service()
1377 rc = drm_dp_dpcd_writeb(aux, DP_SINK_COUNT_ESI + 1, ack[1]); in nv50_mstm_service()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c3311 return drm_dp_dpcd_read(&intel_dp->aux, DP_SINK_COUNT_ESI, esi, 4) == 4; in intel_dp_get_sink_irq_esi()
3319 if (drm_dp_dpcd_write(&intel_dp->aux, DP_SINK_COUNT_ESI + 1, in intel_dp_ack_sink_irq_esi()