Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/drm2/radeon/
H A Dradeon_acpi.c156 f->system_params = mask & ATIF_GET_SYSTEM_PARAMETERS_SUPPORTED; in radeon_atif_parse_functions()
600 if (atif->functions.sbios_requests && !atif->functions.system_params) { in radeon_acpi_init()
605 atif->functions.system_params = true; in radeon_acpi_init()
608 if (atif->functions.system_params) { in radeon_acpi_init()
H A Dradeon.h1526 bool system_params; member