Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/
Ddrm_dp_helper.h499 #define DP_SINK_COUNT 0x200 macro
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_dp.c1662 DP_SINK_COUNT, in read_hpd_rx_irq_data()
2421 DP_SINK_COUNT, in retrieve_link_cap()
/Linux-v4.19/drivers/gpu/drm/rockchip/
Dcdn-dp-core.c179 ret = cdn_dp_dpcd_read(dp, DP_SINK_COUNT, &value, 1); in cdn_dp_get_sink_count()
/Linux-v4.19/drivers/gpu/drm/bridge/
Dtc358767.c973 ret = drm_dp_dpcd_read(aux, DP_SINK_COUNT, tmp, 2); in tc_main_link_setup()
Danalogix-anx78xx.c933 err = drm_dp_dpcd_readb(&anx78xx->aux, DP_SINK_COUNT, &value); in anx78xx_get_downstream_info()
/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c1066 dpcd_bytes_to_read = DP_LANE0_1_STATUS - DP_SINK_COUNT; in dm_handle_hpd_rx_irq()
1068 dpcd_addr = DP_SINK_COUNT; in dm_handle_hpd_rx_irq()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_dp.c3803 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_SINK_COUNT, &sink_count) <= 0) in intel_dp_get_dpcd()
Di915_debugfs.c4818 { .offset = DP_SINK_COUNT, .end = DP_ADJUST_REQUEST_LANE2_3 },