Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/radeon/
H A Dcypress_dpm.c362 enum radeon_pcie_gen pcie_link_speed_target = in cypress_notify_link_speed_change_after_state_change() local
368 if (pcie_link_speed_target < pcie_link_speed_current) { in cypress_notify_link_speed_change_after_state_change()
369 if (pcie_link_speed_target == RADEON_PCIE_GEN1) in cypress_notify_link_speed_change_after_state_change()
371 else if (pcie_link_speed_target == RADEON_PCIE_GEN2) in cypress_notify_link_speed_change_after_state_change()
384 enum radeon_pcie_gen pcie_link_speed_target = in cypress_notify_link_speed_change_before_state_change() local
390 if (pcie_link_speed_target > pcie_link_speed_current) { in cypress_notify_link_speed_change_before_state_change()
391 if (pcie_link_speed_target == RADEON_PCIE_GEN1) in cypress_notify_link_speed_change_before_state_change()
393 else if (pcie_link_speed_target == RADEON_PCIE_GEN2) in cypress_notify_link_speed_change_before_state_change()