Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dcypress_dpm.c363 enum radeon_pcie_gen pcie_link_speed_target = in cypress_notify_link_speed_change_after_state_change() local
369 if (pcie_link_speed_target < pcie_link_speed_current) { in cypress_notify_link_speed_change_after_state_change()
370 if (pcie_link_speed_target == RADEON_PCIE_GEN1) in cypress_notify_link_speed_change_after_state_change()
372 else if (pcie_link_speed_target == RADEON_PCIE_GEN2) in cypress_notify_link_speed_change_after_state_change()
385 enum radeon_pcie_gen pcie_link_speed_target = in cypress_notify_link_speed_change_before_state_change() local
391 if (pcie_link_speed_target > pcie_link_speed_current) { in cypress_notify_link_speed_change_before_state_change()
392 if (pcie_link_speed_target == RADEON_PCIE_GEN1) in cypress_notify_link_speed_change_before_state_change()
394 else if (pcie_link_speed_target == RADEON_PCIE_GEN2) in cypress_notify_link_speed_change_before_state_change()