Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c7488 bool dc_get_host_router_index(const struct dc_link *link, unsigned int *host_router_index) in dc_get_host_router_index() argument
7492 if (!link || !host_router_index || link->ep_type != DISPLAY_ENDPOINT_USB4_DPIA) in dc_get_host_router_index()
7500 …*host_router_index = (link->link_index - dc->lowest_dpia_link_index) / dc->caps.num_of_dpias_per_h… in dc_get_host_router_index()
7501 if (*host_router_index < dc->caps.num_of_host_routers) in dc_get_host_router_index()