Home
last modified time | relevance | path

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

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