HomeSort by: relevance | last modified time | path
    Searched refs:pcie_perf_req (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_acpi.c 565 f->pcie_perf_req = mask & ATCS_PCIE_PERFORMANCE_REQUEST_SUPPORTED;
620 * Check if the ATCS pcie_perf_req and pcie_dev_rdy methods
628 if (atcs->functions.pcie_perf_req && atcs->functions.pcie_dev_rdy)
717 if (!atcs->functions.pcie_perf_req)
amdgpu.h 637 bool pcie_perf_req; member in struct:amdgpu_atcs_functions
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_acpi.c 509 f->pcie_perf_req = mask & ATCS_PCIE_PERFORMANCE_REQUEST_SUPPORTED;
564 * Check if the ATCS pcie_perf_req and pcie_dev_rdy methods
572 if (atcs->functions.pcie_perf_req && atcs->functions.pcie_dev_rdy)
658 if (!atcs->functions.pcie_perf_req)
radeon.h 2340 bool pcie_perf_req; member in struct:radeon_atcs_functions

Completed in 20 milliseconds