drm/i915: move i915_fixed.h to display/intel_fixed.h
authorJani Nikula <jani.nikula@intel.com>
Fri, 5 Apr 2024 19:37:40 +0000 (22:37 +0300)
committerJani Nikula <jani.nikula@intel.com>
Mon, 8 Apr 2024 08:03:16 +0000 (11:03 +0300)
commit337ce2067a2ebdd57e8f22df2b70a1ecd7f9cc9a
treee0ee2598334d16add195ff331a3835a9d6b1516d
parent7b16510592eb52b1b630b2f55346e53009ef5906
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>
drivers/gpu/drm/i915/display/intel_fixed.h [new file with mode: 0644]
drivers/gpu/drm/i915/display/skl_watermark.c
drivers/gpu/drm/i915/i915_fixed.h [deleted file]
drivers/gpu/drm/xe/compat-i915-headers/i915_fixed.h [deleted file]