diff options
author | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | 2019-09-09 12:31:09 +0300 |
---|---|---|
committer | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | 2019-10-07 16:55:50 +0300 |
commit | 1d0f2ebf392ef11465cefb29d545ed9e3222b29e (patch) | |
tree | 643120cbd45766dddad8eca8f6bbc87cf392f99b /drivers/gpu/drm/i915/i915_perf.h | |
parent | abc47ff61d3fae19d967d09876f1ced193dfcad2 (diff) | |
download | linux-1d0f2ebf392ef11465cefb29d545ed9e3222b29e.tar.xz |
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
Diffstat (limited to 'drivers/gpu/drm/i915/i915_perf.h')
-rw-r--r-- | drivers/gpu/drm/i915/i915_perf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_perf.h b/drivers/gpu/drm/i915/i915_perf.h index f4fb311184b1..ff412fb0dbbf 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; |