Re: [PATCH 6/9] drm/fh-helper: Split fbdev single-probe helper

2022-12-20 Thread Javier Martinez Canillas
On 12/13/22 21:12, Thomas Zimmermann wrote: > Split the single-probe helper's implementation into multiple > functions and get locking and overallocation out of the way of > the surface setup. Simplifies later changes to the setup code. > > Signed-off-by: Thomas Zimmermann > --- Reviewed-by: Jav

[PATCH 6/9] drm/fh-helper: Split fbdev single-probe helper

2022-12-13 Thread Thomas Zimmermann
Split the single-probe helper's implementation into multiple functions and get locking and overallocation out of the way of the surface setup. Simplifies later changes to the setup code. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/drm_fb_helper.c | 116