]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915/overlay: Extract i915_overlay_is_active()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 26 Feb 2026 10:07:22 +0000 (12:07 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 27 Feb 2026 08:41:34 +0000 (10:41 +0200)
commit38d9a352c45e6d1d2a42ce173f04b43892d72eb2
tree2cf91f737797e17cc0d35b43942929c940014a17
parent12cdd837b43bee31f4d0b6c4efc2ae06c93de64d
drm/i915/overlay: Extract i915_overlay_is_active()

Pull the "is the overlay active?" check to a helper
(i915_overlay_is_active()). This will have to move to the
i915 side of the parent vs. display driver split.

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-4-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_overlay.c