Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_acpi.h398 # define ATCS_GET_EXTERNAL_STATE_SUPPORTED (1 << 0) macro
H A Dradeon_acpi.c486 f->get_ext_state = mask & ATCS_GET_EXTERNAL_STATE_SUPPORTED; in radeon_atcs_parse_functions()
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Damd_acpi.h424 # define ATCS_GET_EXTERNAL_STATE_SUPPORTED (1 << 0) macro
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acpi.c572 f->get_ext_state = mask & ATCS_GET_EXTERNAL_STATE_SUPPORTED; in amdgpu_atcs_parse_functions()