Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_clk_mgr.c326 const struct dc *dc_struct = link->dc; in get_lowest_dpia_index() local
331 if (!dc_struct->links[i] || dc_struct->links[i]->ep_type != DISPLAY_ENDPOINT_USB4_DPIA) in get_lowest_dpia_index()
334 if (idx > dc_struct->links[i]->link_index) in get_lowest_dpia_index()
335 idx = dc_struct->links[i]->link_index; in get_lowest_dpia_index()