summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_pmu.c
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2019-04-29 14:29:37 +0200
committerJani Nikula <jani.nikula@intel.com>2019-04-30 14:05:03 +0200
commitecbb5fb7f7acee47e0b1a86132982545af806ed3 (patch)
treeb7f5ce1a540c860b409b28d8430da3c55058e155 /drivers/gpu/drm/i915/i915_pmu.c
parentdrm/i915: extract intel_runtime_pm.h from intel_drv.h (diff)
downloadlinux-ecbb5fb7f7acee47e0b1a86132982545af806ed3.tar.xz
linux-ecbb5fb7f7acee47e0b1a86132982545af806ed3.zip
drm/i915: move some leftovers to intel_pm.h from i915_drv.h
Commit 696173b064c6 ("drm/i915: extract intel_pm.h from intel_drv.h") missed the declarations in i915_drv.h. Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/770f5f1c2dd99e4d6a314b70184e71b928a6d362.1556540890.git.jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/i915_pmu.c')
-rw-r--r--drivers/gpu/drm/i915/i915_pmu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_pmu.c b/drivers/gpu/drm/i915/i915_pmu.c
index 35e502481f29..1ccda0ee4ff5 100644
--- a/drivers/gpu/drm/i915/i915_pmu.c
+++ b/drivers/gpu/drm/i915/i915_pmu.c
@@ -9,8 +9,9 @@
#include "gt/intel_engine.h"
-#include "i915_pmu.h"
#include "i915_drv.h"
+#include "i915_pmu.h"
+#include "intel_pm.h"
/* Frequency for the sampling timer for events which need it. */
#define FREQUENCY 200