]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915/overlay: Relocate the underrun check
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 26 Feb 2026 10:07:24 +0000 (12:07 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 27 Feb 2026 08:41:34 +0000 (10:41 +0200)
commit6daf9a495c47337b366ad6d8a096a35d38a388e8
tree3a28d1d4fe15b2a83be5a463b4456987edbf52fe
parent7e3517dfb6933214c00afdfb6fe8fab1ae000aab
drm/i915/overlay: Relocate the underrun check

Move the underrun check out from intel_overlay_continue()
so that the DOVSTA register access can stay on the display
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-6-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_overlay.c