diff options
author | Huang Rui <ray.huang@amd.com> | 2018-08-09 10:50:12 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-08-27 12:10:04 -0400 |
commit | 5df585258f9ff5d5b653f6a162dc389c597c5714 (patch) | |
tree | 8760546bf2df24817abd2a93182bf22b5548bd92 /drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | |
parent | 9e21fc56fe5828642d0058700912ff31facb6fa6 (diff) |
drm/amdgpu: move display definitions into amdgpu_display header
Demangle amdgpu.h.
Signed-off-by: Huang Rui <ray.huang@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c index 8f98629fbe59..daa55fb06171 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include "amdgpu_drv.h" | 27 | #include "amdgpu_drv.h" |
28 | #include "amdgpu_pm.h" | 28 | #include "amdgpu_pm.h" |
29 | #include "amdgpu_dpm.h" | 29 | #include "amdgpu_dpm.h" |
30 | #include "amdgpu_display.h" | ||
30 | #include "atom.h" | 31 | #include "atom.h" |
31 | #include <linux/power_supply.h> | 32 | #include <linux/power_supply.h> |
32 | #include <linux/hwmon.h> | 33 | #include <linux/hwmon.h> |