Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dcypress_dpm.c300 u8 perf_req, bool advertise) in cypress_pcie_performance_request() argument
309 if ((perf_req == PCIE_PERF_REQ_PECI_GEN1) && (tmp & LC_CURRENT_DATA_RATE)) in cypress_pcie_performance_request()
313 if ((perf_req == PCIE_PERF_REQ_PECI_GEN1) || in cypress_pcie_performance_request()
314 (perf_req == PCIE_PERF_REQ_PECI_GEN2)) { in cypress_pcie_performance_request()
316 return radeon_acpi_pcie_performance_request(rdev, perf_req, advertise); in cypress_pcie_performance_request()
317 } else if ((perf_req == PCIE_PERF_REQ_REMOVE_REGISTRY) && in cypress_pcie_performance_request()
320 return radeon_acpi_pcie_performance_request(rdev, perf_req, advertise); in cypress_pcie_performance_request()
H A Dni_dpm.c3419 u8 perf_req, bool advertise) in ni_pcie_performance_request() argument
3424 if ((perf_req == PCIE_PERF_REQ_PECI_GEN1) || in ni_pcie_performance_request()
3425 (perf_req == PCIE_PERF_REQ_PECI_GEN2)) { in ni_pcie_performance_request()
3429 return radeon_acpi_pcie_performance_request(rdev, perf_req, advertise); in ni_pcie_performance_request()
3430 } else if ((perf_req == PCIE_PERF_REQ_REMOVE_REGISTRY) && in ni_pcie_performance_request()
3433 return radeon_acpi_pcie_performance_request(rdev, perf_req, advertise); in ni_pcie_performance_request()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acpi.c718 u8 perf_req, bool advertise) in amdgpu_acpi_pcie_performance_request() argument
742 atcs_input.perf_req = perf_req; in amdgpu_acpi_pcie_performance_request()
H A Damdgpu.h1618 u8 perf_req, bool advertise);