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

Pull the gem/gt related bits of the overlay setup into
a separate function (i915_overlay_setup()) that will eventually
move to the i915 side of the 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-10-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_overlay.c