| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_acpi.c | 84 /* Call the ATIF method 87 * amdgpu_atif_call - call an ATIF method 90 * @function: the ATIF function to execute 91 * @params: ATIF function params 93 * Executes the requested ATIF function (all asics). 96 static union acpi_object *amdgpu_atif_call(struct amdgpu_atif *atif, 121 status = acpi_evaluate_object(atif->handle, NULL, &atif_arg, 124 /* Fail only if calling the method fails and ATIF is supported */ 126 DRM_DEBUG_DRIVER("failed to evaluate ATIF got %s\n", 139 * @mask: supported notifications mask from ATIF 431 struct amdgpu_atif *atif = adev->atif; local 813 struct amdgpu_atif *atif; local [all...] |
| amdgpu_acpi.c | 84 /* Call the ATIF method 87 * amdgpu_atif_call - call an ATIF method 90 * @function: the ATIF function to execute 91 * @params: ATIF function params 93 * Executes the requested ATIF function (all asics). 96 static union acpi_object *amdgpu_atif_call(struct amdgpu_atif *atif, 121 status = acpi_evaluate_object(atif->handle, NULL, &atif_arg, 124 /* Fail only if calling the method fails and ATIF is supported */ 126 DRM_DEBUG_DRIVER("failed to evaluate ATIF got %s\n", 139 * @mask: supported notifications mask from ATIF 431 struct amdgpu_atif *atif = adev->atif; local 813 struct amdgpu_atif *atif; local [all...] |
| amdgpu.h | 754 struct amdgpu_atif *atif; member in struct:amdgpu_device
|
| amdgpu.h | 754 struct amdgpu_atif *atif; member in struct:amdgpu_device
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_acpi.c | 118 /* Call the ATIF method 121 * radeon_atif_call - call an ATIF method 124 * @function: the ATIF function to execute 125 * @params: ATIF function params 127 * Executes the requested ATIF function (all asics). 154 status = acpi_evaluate_object(handle, "ATIF", &atif_arg, &buffer); 156 /* Fail only if calling the method fails and ATIF is supported */ 158 DRM_DEBUG_DRIVER("failed to evaluate ATIF got %s\n", 171 * @mask: supported notifications mask from ATIF 173 * Use the supported notifications mask from ATIF functio 378 struct radeon_atif *atif = &rdev->atif; local 754 struct radeon_atif *atif = &rdev->atif; local [all...] |
| radeon_acpi.c | 118 /* Call the ATIF method 121 * radeon_atif_call - call an ATIF method 124 * @function: the ATIF function to execute 125 * @params: ATIF function params 127 * Executes the requested ATIF function (all asics). 154 status = acpi_evaluate_object(handle, "ATIF", &atif_arg, &buffer); 156 /* Fail only if calling the method fails and ATIF is supported */ 158 DRM_DEBUG_DRIVER("failed to evaluate ATIF got %s\n", 171 * @mask: supported notifications mask from ATIF 173 * Use the supported notifications mask from ATIF functio 378 struct radeon_atif *atif = &rdev->atif; local 754 struct radeon_atif *atif = &rdev->atif; local [all...] |
| radeon.h | 2501 struct radeon_atif atif; member in struct:radeon_device
|
| radeon.h | 2501 struct radeon_atif atif; member in struct:radeon_device
|