]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915/overlay: Remove redundant overlay->active
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 26 Feb 2026 10:07:23 +0000 (12:07 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 27 Feb 2026 08:41:34 +0000 (10:41 +0200)
commit7e3517dfb6933214c00afdfb6fe8fab1ae000aab
treeef7fba2c3efba850d21bc0857e590fec3c33ad70
parent38d9a352c45e6d1d2a42ce173f04b43892d72eb2
drm/i915/overlay: Remove redundant overlay->active

Now that we have overlay->frontbuffer_bits, overlay->active
is completely redundant, so remove it.

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