commit | 56c5098ffcf8e655ac4e8f0634e44f1cea988590 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Apr 26 09:17:22 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Apr 26 10:20:39 2019 +0100 |
tree | 4b9461b45e6862d3bb3ef6bffe5c7b9263376a4f | |
parent | ebb5eb7d731cc39e29661e0eb9dfe61242817663 [diff] [blame] |
drm/i915: Separate sideband declarations to intel_sideband.h Split the sideback declarations out of the ginormous i915_drv.h Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190426081725.31217-5-chris@chris-wilson.co.uk
diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c index 5d4a793..4b763c2 100644 --- a/drivers/gpu/drm/i915/intel_pm.c +++ b/drivers/gpu/drm/i915/intel_pm.c
@@ -38,6 +38,7 @@ #include "intel_fbc.h" #include "intel_pm.h" #include "intel_sprite.h" +#include "intel_sideband.h" #include "../../../platform/x86/intel_ips.h" /**