Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_acpi.c119 struct acpi_object_list atif_arg; in radeon_atif_call() local
122 atif_arg.count = 2; in radeon_atif_call()
123 atif_arg.pointer = &atif_arg_elements[0]; in radeon_atif_call()
138 status = acpi_evaluate_object(handle, "ATIF", &atif_arg, &buffer); in radeon_atif_call()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acpi.c151 struct acpi_object_list atif_arg; in amdgpu_atif_call() local
154 atif_arg.count = 2; in amdgpu_atif_call()
155 atif_arg.pointer = &atif_arg_elements[0]; in amdgpu_atif_call()
170 status = acpi_evaluate_object(atif->handle, NULL, &atif_arg, in amdgpu_atif_call()