Searched refs:PCIE_PERF_REQ_PECI_GEN2 (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | cypress_dpm.h | 110 #define PCIE_PERF_REQ_PECI_GEN2 3 macro
|
H A D | ci_dpm.h | 322 #define PCIE_PERF_REQ_PECI_GEN2 3 macro
|
H A D | cypress_dpm.c | 314 (perf_req == PCIE_PERF_REQ_PECI_GEN2)) { in cypress_pcie_performance_request() 345 cypress_pcie_performance_request(rdev, PCIE_PERF_REQ_PECI_GEN2, true); in cypress_advertise_gen2_capability() 372 request = PCIE_PERF_REQ_PECI_GEN2; in cypress_notify_link_speed_change_after_state_change() 394 request = PCIE_PERF_REQ_PECI_GEN2; in cypress_notify_link_speed_change_before_state_change()
|
H A D | ni_dpm.c | 3428 (perf_req == PCIE_PERF_REQ_PECI_GEN2)) { in ni_pcie_performance_request() 3456 ni_pcie_performance_request(rdev, PCIE_PERF_REQ_PECI_GEN2, true); in ni_advertise_gen2_capability()
|
H A D | si_dpm.c | 5750 if (radeon_acpi_pcie_performance_request(rdev, PCIE_PERF_REQ_PECI_GEN2, false) == 0) in si_request_link_speed_change_before_state_change() 5776 request = PCIE_PERF_REQ_PECI_GEN2; in si_notify_link_speed_change_after_state_change()
|
H A D | ci_dpm.c | 4837 if (radeon_acpi_pcie_performance_request(rdev, PCIE_PERF_REQ_PECI_GEN2, false) == 0) in ci_request_link_speed_change_before_state_change() 4864 request = PCIE_PERF_REQ_PECI_GEN2; in ci_notify_link_speed_change_after_state_change()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
H A D | si_dpm.h | 49 #define PCIE_PERF_REQ_PECI_GEN2 3 macro
|
H A D | si_dpm.c | 6241 if (amdgpu_acpi_pcie_performance_request(adev, PCIE_PERF_REQ_PECI_GEN2, false) == 0) in si_request_link_speed_change_before_state_change() 6267 request = PCIE_PERF_REQ_PECI_GEN2; in si_notify_link_speed_change_after_state_change()
|