Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/link/protocols/
Dlink_dp_dpia_bw.c196 struct dc_link *link_dpia_primary, *link_dpia_secondary; in get_host_router_total_dp_tunnel_bw() local
208 link_dpia_secondary = dc->links[i + 1]; in get_host_router_total_dp_tunnel_bw()
217 (link_dpia_secondary->hpd_status && in get_host_router_total_dp_tunnel_bw()
218 link_dpia_secondary->dpia_bw_alloc_config.bw_alloc_enabled)) { in get_host_router_total_dp_tunnel_bw()
220 link_dpia_secondary->dpia_bw_alloc_config.allocated_bw; in get_host_router_total_dp_tunnel_bw()
224 } else if (link_dpia_secondary->hpd_status && in get_host_router_total_dp_tunnel_bw()
225 link_dpia_secondary->dpia_bw_alloc_config.bw_alloc_enabled) { in get_host_router_total_dp_tunnel_bw()
226 total_bw += link_dpia_secondary->dpia_bw_alloc_config.estimated_bw; in get_host_router_total_dp_tunnel_bw()