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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_acpi.c 566 f->pcie_dev_rdy = mask & ATCS_PCIE_DEVICE_READY_NOTIFICATION_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)
664 if (!atcs->functions.pcie_dev_rdy)
amdgpu.h 638 bool pcie_dev_rdy; member in struct:amdgpu_atcs_functions
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_acpi.c 510 f->pcie_dev_rdy = mask & ATCS_PCIE_DEVICE_READY_NOTIFICATION_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)
608 if (!atcs->functions.pcie_dev_rdy)
radeon.h 2341 bool pcie_dev_rdy; member in struct:radeon_atcs_functions

Completed in 42 milliseconds