Re: [PATCH 09/12] drm/i915: Relocate intel_plane_uses_fence()

2025-02-13 Thread Jani Nikula
On Thu, 13 Feb 2025, Ville Syrjala wrote: > From: Ville Syrjälä > > Relocate intel_plane_uses_fence() into intel_fb.c. Not sure > that's the best place, but since this is mostly about the > fb and vma I can't think of anything truly better right now. Better than intel_display.c anyway. Reviewed

[PATCH 09/12] drm/i915: Relocate intel_plane_uses_fence()

2025-02-13 Thread Ville Syrjala
From: Ville Syrjälä Relocate intel_plane_uses_fence() into intel_fb.c. Not sure that's the best place, but since this is mostly about the fb and vma I can't think of anything truly better right now. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_display.c | 10 --