diff options
author | Jani Nikula <jani.nikula@intel.com> | 2022-11-09 18:35:22 +0300 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2022-11-11 14:05:19 +0300 |
commit | 801543b2593b04eef974a73d3ea03e7efbd5ffae (patch) | |
tree | 36f3dd76abdecd628256e11f416e4b812f213d2c /Makefile | |
parent | e563531ace14c6920ff78794c1d9c35a03bc47b1 (diff) | |
download | linux-801543b2593b04eef974a73d3ea03e7efbd5ffae.tar.xz |
drm/i915: stop including i915_irq.h from i915_trace.h
Turns out many of the files that need i915_reg.h get it implicitly via
{display/intel_de.h, gt/intel_context.h} -> i915_trace.h -> i915_irq.h
-> i915_reg.h. Since i915_trace.h doesn't actually need i915_irq.h,
makes sense to drop it, but that requires adding quite a few new
includes all over the place.
Prefer including i915_reg.h where needed instead of adding another
implicit include, because eventually we'll want to split up i915_reg.h
and only include the specific registers at each place.
Also some places actually needed i915_irq.h too.
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/6e78a2e0ac1bffaf5af3b5ccc21dff05e6518cef.1668008071.git.jani.nikula@intel.com
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions