Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/i915: move i915_fixed.h to display/intel_fixed.h

All the users are in display, move the fixed point header under
display. We could also consider making these more general purpose
things, but that takes a bunch more effort. This allows the immediate
cleanup of xe compat i915_fixed.h.

Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/320c451e116c7807e544a50c67ba79b087a4f218.1712345787.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>

+1 -7
+1 -1
drivers/gpu/drm/i915/display/skl_watermark.c
··· 6 6 #include <drm/drm_blend.h> 7 7 8 8 #include "i915_drv.h" 9 - #include "i915_fixed.h" 10 9 #include "i915_reg.h" 11 10 #include "i9xx_wm.h" 12 11 #include "intel_atomic.h" ··· 18 19 #include "intel_display_power.h" 19 20 #include "intel_display_types.h" 20 21 #include "intel_fb.h" 22 + #include "intel_fixed.h" 21 23 #include "intel_pcode.h" 22 24 #include "intel_wm.h" 23 25 #include "skl_watermark.h"
drivers/gpu/drm/i915/i915_fixed.h drivers/gpu/drm/i915/display/intel_fixed.h
-6
drivers/gpu/drm/xe/compat-i915-headers/i915_fixed.h
··· 1 - /* SPDX-License-Identifier: MIT */ 2 - /* 3 - * Copyright © 2023 Intel Corporation 4 - */ 5 - 6 - #include "../../i915/i915_fixed.h"