Re: [Intel-gfx] [PATCH 2/8] drm/i915/display: move intel_plane_uses_fence to inline.

2021-10-07 Thread Jani Nikula
On Thu, 07 Oct 2021, Dave Airlie wrote: > From: Dave Airlie > > Make future refactoring simpler, but also this function is pretty > trivial. In general, I'm pretty much opposed to adding any new inline functions without a clear performance rationale. I've been gradually moving such inlines out o

[Intel-gfx] [PATCH 2/8] drm/i915/display: move intel_plane_uses_fence to inline.

2021-10-06 Thread Dave Airlie
From: Dave Airlie Make future refactoring simpler, but also this function is pretty trivial. Signed-off-by: Dave Airlie --- drivers/gpu/drm/i915/display/intel_display.c | 10 -- drivers/gpu/drm/i915/display/intel_display_types.h | 10 ++ 2 files changed, 10 insertions(+),