Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: mv amdgpu_acpi.h to amd/include/amd_acpi.h

This will be shared with the new powerplay module.

Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Rex Zhu and committed by
Alex Deucher
66dc0ddd 7e85be99

+4 -4
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
··· 29 29 #include <drm/drmP.h> 30 30 #include <drm/drm_crtc_helper.h> 31 31 #include "amdgpu.h" 32 - #include "amdgpu_acpi.h" 32 + #include "amd_acpi.h" 33 33 #include "atom.h" 34 34 35 35 extern void amdgpu_pm_acpi_event_handler(struct amdgpu_device *adev);
+2 -2
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.h drivers/gpu/drm/amd/include/amd_acpi.h
··· 21 21 * 22 22 */ 23 23 24 - #ifndef AMDGPU_ACPI_H 25 - #define AMDGPU_ACPI_H 24 + #ifndef AMD_ACPI_H 25 + #define AMD_ACPI_H 26 26 27 27 #define ACPI_AC_CLASS "ac_adapter" 28 28
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c
··· 11 11 #include <linux/acpi.h> 12 12 #include <linux/pci.h> 13 13 14 - #include "amdgpu_acpi.h" 14 + #include "amd_acpi.h" 15 15 16 16 struct amdgpu_atpx_functions { 17 17 bool px_params;