diff options
| -rw-r--r-- | drivers/gpu/drm/radeon/ni_dpm.c | 1 | ||||
| -rw-r--r-- | drivers/gpu/drm/radeon/rv6xx_dpm.c | 1 | ||||
| -rw-r--r-- | drivers/gpu/drm/radeon/rv770_dpm.c | 1 | ||||
| -rw-r--r-- | drivers/gpu/drm/radeon/si_dpm.c | 1 | ||||
| -rw-r--r-- | drivers/gpu/drm/radeon/sumo_dpm.c | 1 | ||||
| -rw-r--r-- | drivers/gpu/drm/radeon/trinity_dpm.c | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/ni_dpm.c b/drivers/gpu/drm/radeon/ni_dpm.c index 8497ca6bb0b1..a4cb99c2da85 100644 --- a/drivers/gpu/drm/radeon/ni_dpm.c +++ b/drivers/gpu/drm/radeon/ni_dpm.c | |||
| @@ -28,6 +28,7 @@ | |||
| 28 | #include "ni_dpm.h" | 28 | #include "ni_dpm.h" |
| 29 | #include "atom.h" | 29 | #include "atom.h" |
| 30 | #include <linux/math64.h> | 30 | #include <linux/math64.h> |
| 31 | #include <linux/seq_file.h> | ||
| 31 | 32 | ||
| 32 | #define MC_CG_ARB_FREQ_F0 0x0a | 33 | #define MC_CG_ARB_FREQ_F0 0x0a |
| 33 | #define MC_CG_ARB_FREQ_F1 0x0b | 34 | #define MC_CG_ARB_FREQ_F1 0x0b |
diff --git a/drivers/gpu/drm/radeon/rv6xx_dpm.c b/drivers/gpu/drm/radeon/rv6xx_dpm.c index 33705c5c8369..8303de267ee5 100644 --- a/drivers/gpu/drm/radeon/rv6xx_dpm.c +++ b/drivers/gpu/drm/radeon/rv6xx_dpm.c | |||
| @@ -28,6 +28,7 @@ | |||
| 28 | #include "r600_dpm.h" | 28 | #include "r600_dpm.h" |
| 29 | #include "rv6xx_dpm.h" | 29 | #include "rv6xx_dpm.h" |
| 30 | #include "atom.h" | 30 | #include "atom.h" |
| 31 | #include <linux/seq_file.h> | ||
| 31 | 32 | ||
| 32 | static u32 rv6xx_scale_count_given_unit(struct radeon_device *rdev, | 33 | static u32 rv6xx_scale_count_given_unit(struct radeon_device *rdev, |
| 33 | u32 unscaled_count, u32 unit); | 34 | u32 unscaled_count, u32 unit); |
diff --git a/drivers/gpu/drm/radeon/rv770_dpm.c b/drivers/gpu/drm/radeon/rv770_dpm.c index 2436b5c7e66e..9af464d48eaa 100644 --- a/drivers/gpu/drm/radeon/rv770_dpm.c +++ b/drivers/gpu/drm/radeon/rv770_dpm.c | |||
| @@ -29,6 +29,7 @@ | |||
| 29 | #include "rv770_dpm.h" | 29 | #include "rv770_dpm.h" |
| 30 | #include "cypress_dpm.h" | 30 | #include "cypress_dpm.h" |
| 31 | #include "atom.h" | 31 | #include "atom.h" |
| 32 | #include <linux/seq_file.h> | ||
| 32 | 33 | ||
| 33 | #define MC_CG_ARB_FREQ_F0 0x0a | 34 | #define MC_CG_ARB_FREQ_F0 0x0a |
| 34 | #define MC_CG_ARB_FREQ_F1 0x0b | 35 | #define MC_CG_ARB_FREQ_F1 0x0b |
diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c index 46e9fc56cee7..a7e97cd05e96 100644 --- a/drivers/gpu/drm/radeon/si_dpm.c +++ b/drivers/gpu/drm/radeon/si_dpm.c | |||
| @@ -28,6 +28,7 @@ | |||
| 28 | #include "si_dpm.h" | 28 | #include "si_dpm.h" |
| 29 | #include "atom.h" | 29 | #include "atom.h" |
| 30 | #include <linux/math64.h> | 30 | #include <linux/math64.h> |
| 31 | #include <linux/seq_file.h> | ||
| 31 | 32 | ||
| 32 | #define MC_CG_ARB_FREQ_F0 0x0a | 33 | #define MC_CG_ARB_FREQ_F0 0x0a |
| 33 | #define MC_CG_ARB_FREQ_F1 0x0b | 34 | #define MC_CG_ARB_FREQ_F1 0x0b |
diff --git a/drivers/gpu/drm/radeon/sumo_dpm.c b/drivers/gpu/drm/radeon/sumo_dpm.c index 68fefb916582..bf187a5b3d58 100644 --- a/drivers/gpu/drm/radeon/sumo_dpm.c +++ b/drivers/gpu/drm/radeon/sumo_dpm.c | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | #include "r600_dpm.h" | 27 | #include "r600_dpm.h" |
| 28 | #include "cypress_dpm.h" | 28 | #include "cypress_dpm.h" |
| 29 | #include "sumo_dpm.h" | 29 | #include "sumo_dpm.h" |
| 30 | #include <linux/seq_file.h> | ||
| 30 | 31 | ||
| 31 | #define SUMO_MAX_DEEPSLEEP_DIVIDER_ID 5 | 32 | #define SUMO_MAX_DEEPSLEEP_DIVIDER_ID 5 |
| 32 | #define SUMO_MINIMUM_ENGINE_CLOCK 800 | 33 | #define SUMO_MINIMUM_ENGINE_CLOCK 800 |
diff --git a/drivers/gpu/drm/radeon/trinity_dpm.c b/drivers/gpu/drm/radeon/trinity_dpm.c index 502d9153c4d5..b02b5ad92121 100644 --- a/drivers/gpu/drm/radeon/trinity_dpm.c +++ b/drivers/gpu/drm/radeon/trinity_dpm.c | |||
| @@ -26,6 +26,7 @@ | |||
| 26 | #include "trinityd.h" | 26 | #include "trinityd.h" |
| 27 | #include "r600_dpm.h" | 27 | #include "r600_dpm.h" |
| 28 | #include "trinity_dpm.h" | 28 | #include "trinity_dpm.h" |
| 29 | #include <linux/seq_file.h> | ||
| 29 | 30 | ||
| 30 | #define TRINITY_MAX_DEEPSLEEP_DIVIDER_ID 5 | 31 | #define TRINITY_MAX_DEEPSLEEP_DIVIDER_ID 5 |
| 31 | #define TRINITY_MINIMUM_ENGINE_CLOCK 800 | 32 | #define TRINITY_MINIMUM_ENGINE_CLOCK 800 |
