Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/radeon/
Dcypress_dpm.c364 enum radeon_pcie_gen pcie_link_speed_target = in cypress_notify_link_speed_change_after_state_change() local
370 if (pcie_link_speed_target < pcie_link_speed_current) { in cypress_notify_link_speed_change_after_state_change()
371 if (pcie_link_speed_target == RADEON_PCIE_GEN1) in cypress_notify_link_speed_change_after_state_change()
373 else if (pcie_link_speed_target == RADEON_PCIE_GEN2) in cypress_notify_link_speed_change_after_state_change()
386 enum radeon_pcie_gen pcie_link_speed_target = in cypress_notify_link_speed_change_before_state_change() local
392 if (pcie_link_speed_target > pcie_link_speed_current) { in cypress_notify_link_speed_change_before_state_change()
393 if (pcie_link_speed_target == RADEON_PCIE_GEN1) in cypress_notify_link_speed_change_before_state_change()
395 else if (pcie_link_speed_target == RADEON_PCIE_GEN2) in cypress_notify_link_speed_change_before_state_change()