Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_acpi.c501 f->pcie_perf_req = mask & ATCS_PCIE_PERFORMANCE_REQUEST_SUPPORTED; in amdgpu_atcs_parse_functions()
564 if (atcs->functions.pcie_perf_req && atcs->functions.pcie_dev_rdy) in amdgpu_acpi_is_pcie_performance_request_supported()
634 if (!atcs->functions.pcie_perf_req) in amdgpu_acpi_pcie_performance_request()
H A Damdgpu.h1213 bool pcie_perf_req; member
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_acpi.c464 f->pcie_perf_req = mask & ATCS_PCIE_PERFORMANCE_REQUEST_SUPPORTED; in radeon_atcs_parse_functions()
527 if (atcs->functions.pcie_perf_req && atcs->functions.pcie_dev_rdy) in radeon_acpi_is_pcie_performance_request_supported()
598 if (!atcs->functions.pcie_perf_req) in radeon_acpi_pcie_performance_request()
H A Dradeon.h2303 bool pcie_perf_req; member