diff options
author | 2018-06-25 21:09:04 -0400 | |
---|---|---|
committer | 2018-06-28 15:31:45 -0500 | |
commit | 2cd5fe22d9a45cdf11c62bbe8db3ce9101207510 (patch) | |
tree | 153d0a68a1ab391fbf94088bd5e65f88eba9d400 /tools/perf/scripts/python/stackcollapse.py | |
parent | drm/amd/powerplay: smc_dpm_info structure change (diff) | |
download | linux-dev-2cd5fe22d9a45cdf11c62bbe8db3ce9101207510.tar.xz linux-dev-2cd5fe22d9a45cdf11c62bbe8db3ce9101207510.zip |
drm/amdgpu: Make struct amdgpu_atif private to amdgpu_acpi.c
Currently, there is nothing in amdgpu that actually uses these structs
other than amdgpu_acpi.c. Additionally, since we're about to start
saving the correct ACPI handle to use for calling ATIF in this struct
this saves us from having to handle making sure that the acpi_handle
(and by proxy, the type definition for acpi_handle and all of the other
acpi headers) doesn't need to be included within the amdgpu_drv struct
itself. This follows the example set by amdgpu_atpx_handler.c.
Signed-off-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions