Home
last modified time | relevance | path

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

/Linux-v5.4/include/drm/
Ddrm_dp_helper.h518 #define DP_SINK_COUNT 0x200 macro
/Linux-v5.4/drivers/gpu/drm/rockchip/
Dcdn-dp-core.c170 ret = cdn_dp_dpcd_read(dp, DP_SINK_COUNT, &value, 1); in cdn_dp_get_sink_count()
/Linux-v5.4/drivers/gpu/drm/bridge/
Danalogix-anx78xx.c923 err = drm_dp_dpcd_readb(&anx78xx->aux, DP_SINK_COUNT, &value); in anx78xx_get_downstream_info()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_dp.c1443 DP_SINK_COUNT, in read_hpd_rx_irq_data()
2860 DP_SINK_COUNT, in retrieve_link_cap()
/Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c1508 dpcd_bytes_to_read = DP_LANE0_1_STATUS - DP_SINK_COUNT; in dm_handle_hpd_rx_irq()
1510 dpcd_addr = DP_SINK_COUNT; in dm_handle_hpd_rx_irq()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_debugfs.c4403 { .offset = DP_SINK_COUNT, .end = DP_ADJUST_REQUEST_LANE2_3 },
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_dp.c4334 r = drm_dp_dpcd_readb(&intel_dp->aux, DP_SINK_COUNT, &count); in intel_dp_get_dpcd()