Re: [PATCH 4/6] drm: zynqmp_dp: Split off several helper functions

2024-03-18 Thread Laurent Pinchart
Hi Sean, Thank you for the patch. On Fri, Mar 15, 2024 at 07:09:14PM -0400, Sean Anderson wrote: > In preparation for supporting compliance testing, split off several > helper functions. No functional change intended. > > Signed-off-by: Sean Anderson > --- > >

[PATCH 4/6] drm: zynqmp_dp: Split off several helper functions

2024-03-15 Thread Sean Anderson
In preparation for supporting compliance testing, split off several helper functions. No functional change intended. Signed-off-by: Sean Anderson --- drivers/gpu/drm/xlnx/zynqmp_dp.c | 49 +--- 1 file changed, 33 insertions(+), 16 deletions(-) diff --git