commit | 1d0f2ebf392ef11465cefb29d545ed9e3222b29e | [log] [tgz] |
---|---|---|
author | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | Mon Sep 09 12:31:09 2019 +0300 |
committer | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | Mon Oct 07 16:55:50 2019 +0300 |
tree | 643120cbd45766dddad8eca8f6bbc87cf392f99b | |
parent | abc47ff61d3fae19d967d09876f1ced193dfcad2 [diff] [blame] |
drm/i915/perf: move perf types to their own header Following a pattern used throughout the driver. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190909093116.7747-7-lionel.g.landwerlin@intel.com
diff --git a/drivers/gpu/drm/i915/i915_perf.h b/drivers/gpu/drm/i915/i915_perf.h index f4fb311..ff412fb 100644 --- a/drivers/gpu/drm/i915/i915_perf.h +++ b/drivers/gpu/drm/i915/i915_perf.h
@@ -8,6 +8,8 @@ #include <linux/types.h> +#include "i915_perf_types.h" + struct drm_device; struct drm_file; struct drm_i915_private;