Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_acpi.c502 f->pcie_dev_rdy = mask & ATCS_PCIE_DEVICE_READY_NOTIFICATION_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()
590 if (!atcs->functions.pcie_dev_rdy) in amdgpu_acpi_pcie_notify_device_ready()
H A Damdgpu.h1214 bool pcie_dev_rdy; member
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_acpi.c465 f->pcie_dev_rdy = mask & ATCS_PCIE_DEVICE_READY_NOTIFICATION_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()
554 if (!atcs->functions.pcie_dev_rdy) in radeon_acpi_pcie_notify_device_ready()
H A Dradeon.h2304 bool pcie_dev_rdy; member