]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915/overlay: Extract i915_overlay_cleanup()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 26 Feb 2026 10:07:29 +0000 (12:07 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 27 Feb 2026 08:41:35 +0000 (10:41 +0200)
commitdc1d78b6198822f7fbda273a0beb5236d6dc5989
treebd5fcf559181b50d7b7723af034307cb8636c841
parent8f7bf40ce24969b93c1b086caefb545082f27aab
drm/i915/overlay: Extract i915_overlay_cleanup()

Pull the i915 specific bits of the overlay cleanup into
a separate function (i915_overlay_cleanup()) to accommodate
the upcoming parent vs. display driver split.

For now we'll also have to pass in the overlay struct, but
that will disappear once the i915 vs. display split is completed.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/20260226100738.29997-11-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_overlay.c