]> Gentwo Git Trees - linux/.git/commit
drm/xe/compat: reduce i915_utils.[ch]
authorJani Nikula <jani.nikula@intel.com>
Wed, 22 Oct 2025 15:17:14 +0000 (18:17 +0300)
committerJani Nikula <jani.nikula@intel.com>
Fri, 31 Oct 2025 11:24:28 +0000 (13:24 +0200)
commitba9bf3b8ddbfae8a2237e1e5bea694d792a1c6f8
tree1db2de21663b0d0d804f44c18060a11ddcf79811
parentb062cf5456bfdf8976ac279953af29456cac13e5
drm/xe/compat: reduce i915_utils.[ch]

Reduce the compat i915_utils.h to only cover the requirements of
MISSING_CASE() in soc/ and the few i915_inject_probe_failure()
instances, instead of including the entire i915_utils.h from i915. This
prevents new users for the utilities from cropping up.

With this, we can remove the xe/display/ext/i915_utils.c altogether.

Reviewed-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://patch.msgid.link/c02f82e45f31caf95bd1339080b9099c3b7190be.1761146196.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/xe/Makefile
drivers/gpu/drm/xe/compat-i915-headers/i915_utils.h
drivers/gpu/drm/xe/display/ext/i915_utils.c [deleted file]