Searched refs:PCIE_PERF_REQ_PECI_GEN2 (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/radeon/ |
D | cypress_dpm.h | 110 #define PCIE_PERF_REQ_PECI_GEN2 3 macro
|
D | ci_dpm.h | 320 #define PCIE_PERF_REQ_PECI_GEN2 3 macro
|
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()
|
D | ni_dpm.c | 3425 (perf_req == PCIE_PERF_REQ_PECI_GEN2)) { in ni_pcie_performance_request() 3453 ni_pcie_performance_request(rdev, PCIE_PERF_REQ_PECI_GEN2, true); in ni_advertise_gen2_capability()
|
D | ci_dpm.c | 4832 if (radeon_acpi_pcie_performance_request(rdev, PCIE_PERF_REQ_PECI_GEN2, false) == 0) in ci_request_link_speed_change_before_state_change() 4859 request = PCIE_PERF_REQ_PECI_GEN2; in ci_notify_link_speed_change_after_state_change()
|
D | si_dpm.c | 5706 if (radeon_acpi_pcie_performance_request(rdev, PCIE_PERF_REQ_PECI_GEN2, false) == 0) in si_request_link_speed_change_before_state_change() 5732 request = PCIE_PERF_REQ_PECI_GEN2; in si_notify_link_speed_change_after_state_change()
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/legacy-dpm/ |
D | si_dpm.h | 49 #define PCIE_PERF_REQ_PECI_GEN2 3 macro
|
D | si_dpm.c | 6237 if (amdgpu_acpi_pcie_performance_request(adev, PCIE_PERF_REQ_PECI_GEN2, false) == 0) in si_request_link_speed_change_before_state_change() 6263 request = PCIE_PERF_REQ_PECI_GEN2; in si_notify_link_speed_change_after_state_change()
|