Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_dp_mst.c691 DP_SINK_COUNT_ESI, esi, 8); in radeon_dp_mst_check_status()
701 DP_SINK_COUNT_ESI + 1, &esi[1], 3); in radeon_dp_mst_check_status()
707 DP_SINK_COUNT_ESI, esi, 8); in radeon_dp_mst_check_status()
/OK3568_Linux_fs/u-boot/include/linux/
H A Ddrm_dp_helper.h336 #define DP_SINK_COUNT_ESI 0x2002 /* 1.2 */ macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_dp.c1879 uint8_t tmp[DP_SINK_STATUS_ESI - DP_SINK_COUNT_ESI + 1]; in read_hpd_rx_irq_data()
1883 DP_SINK_COUNT_ESI, in read_hpd_rx_irq_data()
1890 irq_data->bytes.sink_cnt.raw = tmp[DP_SINK_COUNT_ESI - DP_SINK_COUNT_ESI]; in read_hpd_rx_irq_data()
1891 …rq_data->bytes.device_service_irq.raw = tmp[DP_DEVICE_SERVICE_IRQ_VECTOR_ESI0 - DP_SINK_COUNT_ESI]; in read_hpd_rx_irq_data()
1892 irq_data->bytes.lane01_status.raw = tmp[DP_LANE0_1_STATUS_ESI - DP_SINK_COUNT_ESI]; in read_hpd_rx_irq_data()
1893 irq_data->bytes.lane23_status.raw = tmp[DP_LANE2_3_STATUS_ESI - DP_SINK_COUNT_ESI]; in read_hpd_rx_irq_data()
1894 …rq_data->bytes.lane_status_updated.raw = tmp[DP_LANE_ALIGN_STATUS_UPDATED_ESI - DP_SINK_COUNT_ESI]; in read_hpd_rx_irq_data()
1895 irq_data->bytes.sink_status.raw = tmp[DP_SINK_STATUS_ESI - DP_SINK_COUNT_ESI]; in read_hpd_rx_irq_data()
/OK3568_Linux_fs/u-boot/include/drm/
H A Ddrm_dp_helper.h819 #define DP_SINK_COUNT_ESI 0x2002 /* 1.2 */ macro
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_dp_helper.h884 #define DP_SINK_COUNT_ESI 0x2002 /* 1.2 */ macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c1430 rc = drm_dp_dpcd_read(aux, DP_SINK_COUNT_ESI, esi, 8); in nv50_mstm_service()
1440 rc = drm_dp_dpcd_write(aux, DP_SINK_COUNT_ESI + 1, &esi[1], in nv50_mstm_service()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c2439 uint8_t esi[DP_PSR_ERROR_STATUS - DP_SINK_COUNT_ESI] = { 0 }; in dm_handle_hpd_rx_irq()
2455 dpcd_bytes_to_read = DP_PSR_ERROR_STATUS - DP_SINK_COUNT_ESI; in dm_handle_hpd_rx_irq()
2457 dpcd_addr = DP_SINK_COUNT_ESI; in dm_handle_hpd_rx_irq()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_dp.c4828 return drm_dp_dpcd_read(&intel_dp->aux, DP_SINK_COUNT_ESI, in intel_dp_get_sink_irq_esi()
5708 DP_SINK_COUNT_ESI+1, in intel_dp_check_mst_status()