]> Gentwo Git Trees - linux/.git/commit
drm/i915/frontbuffer: Turn intel_bo_flush_if_display() into a frontbuffer operation
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 16 Oct 2025 18:54:02 +0000 (21:54 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 7 Nov 2025 15:37:21 +0000 (17:37 +0200)
commit5391ab2542fde3c283fa647255e1f320044a2755
tree35176ef2c2e1d6bae39f33732afd374271fd2cbc
parent739e1a79519b146f849452f32c44b441390adf64
drm/i915/frontbuffer: Turn intel_bo_flush_if_display() into a frontbuffer operation

Convert intel_bo_flush_if_display() to be an operation on the
frontbuffer object rather than the underlying gem bo. This
will help with cleaning up the frontbuffer xe/i915 vs. display
split.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/20251016185408.22735-5-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_bo.c
drivers/gpu/drm/i915/display/intel_bo.h
drivers/gpu/drm/i915/display/intel_fb.c
drivers/gpu/drm/i915/display/intel_frontbuffer.c
drivers/gpu/drm/xe/display/intel_bo.c