Home
last modified time | relevance | path

Searched refs:atcs (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Dradeon_acpi.c504 struct radeon_atcs *atcs) in radeon_atcs_verify_interface() argument
530 radeon_atcs_parse_functions(&atcs->functions, output.function_bits); in radeon_atcs_verify_interface()
548 struct radeon_atcs *atcs = &rdev->atcs; in radeon_acpi_is_pcie_performance_request_supported() local
550 if (atcs->functions.pcie_perf_req && atcs->functions.pcie_dev_rdy) in radeon_acpi_is_pcie_performance_request_supported()
569 struct radeon_atcs *atcs = &rdev->atcs; in radeon_acpi_pcie_notify_device_ready() local
576 if (!atcs->functions.pcie_dev_rdy) in radeon_acpi_pcie_notify_device_ready()
604 struct radeon_atcs *atcs = &rdev->atcs; in radeon_acpi_pcie_performance_request() local
616 if (!atcs->functions.pcie_perf_req) in radeon_acpi_pcie_performance_request()
711 struct radeon_atcs *atcs = &rdev->atcs; in radeon_acpi_init() local
722 ret = radeon_atcs_verify_interface(handle, atcs); in radeon_acpi_init()
H A Dradeon.h2428 struct radeon_atcs atcs; member