aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
index 34471dbaa872..15b42f80ada2 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
@@ -22,7 +22,9 @@
22 * Authors: Rafał Miłecki <zajec5@gmail.com> 22 * Authors: Rafał Miłecki <zajec5@gmail.com>
23 * Alex Deucher <alexdeucher@gmail.com> 23 * Alex Deucher <alexdeucher@gmail.com>
24 */ 24 */
25#include <drm/drmP.h> 25
26#include <drm/drm_debugfs.h>
27
26#include "amdgpu.h" 28#include "amdgpu.h"
27#include "amdgpu_drv.h" 29#include "amdgpu_drv.h"
28#include "amdgpu_pm.h" 30#include "amdgpu_pm.h"
@@ -31,6 +33,7 @@
31#include "amdgpu_smu.h" 33#include "amdgpu_smu.h"
32#include "atom.h" 34#include "atom.h"
33#include <linux/power_supply.h> 35#include <linux/power_supply.h>
36#include <linux/pci.h>
34#include <linux/hwmon.h> 37#include <linux/hwmon.h>
35#include <linux/hwmon-sysfs.h> 38#include <linux/hwmon-sysfs.h>
36#include <linux/nospec.h> 39#include <linux/nospec.h>