Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_hwmgr.c2245 uint32_t width_level; in vega12_get_current_pcie_link_width() local
2247 width_level = vega12_get_current_pcie_link_width_level(hwmgr); in vega12_get_current_pcie_link_width()
2248 if (width_level > LINK_WIDTH_MAX) in vega12_get_current_pcie_link_width()
2249 width_level = 0; in vega12_get_current_pcie_link_width()
2251 return link_width[width_level]; in vega12_get_current_pcie_link_width()
H A Dvega20_hwmgr.c3336 uint32_t width_level; in vega20_get_current_pcie_link_width() local
3338 width_level = vega20_get_current_pcie_link_width_level(hwmgr); in vega20_get_current_pcie_link_width()
3339 if (width_level > LINK_WIDTH_MAX) in vega20_get_current_pcie_link_width()
3340 width_level = 0; in vega20_get_current_pcie_link_width()
3342 return link_width[width_level]; in vega20_get_current_pcie_link_width()