Commit 66dc0ddd authored by Rex Zhu's avatar Rex Zhu Committed by Alex Deucher

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

This will be shared with the new powerplay module.
Signed-off-by: default avatarRex Zhu <Rex.Zhu@amd.com>
Reviewed-by: default avatarJammy Zhou <Jammy.Zhou@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 7e85be99
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <drm/drmP.h> #include <drm/drmP.h>
#include <drm/drm_crtc_helper.h> #include <drm/drm_crtc_helper.h>
#include "amdgpu.h" #include "amdgpu.h"
#include "amdgpu_acpi.h" #include "amd_acpi.h"
#include "atom.h" #include "atom.h"
extern void amdgpu_pm_acpi_event_handler(struct amdgpu_device *adev); extern void amdgpu_pm_acpi_event_handler(struct amdgpu_device *adev);
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include <linux/acpi.h> #include <linux/acpi.h>
#include <linux/pci.h> #include <linux/pci.h>
#include "amdgpu_acpi.h" #include "amd_acpi.h"
struct amdgpu_atpx_functions { struct amdgpu_atpx_functions {
bool px_params; bool px_params;
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* *
*/ */
#ifndef AMDGPU_ACPI_H #ifndef AMD_ACPI_H
#define AMDGPU_ACPI_H #define AMD_ACPI_H
#define ACPI_AC_CLASS "ac_adapter" #define ACPI_AC_CLASS "ac_adapter"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment