Re: [PATCH v2 0/4] Add a drm_crtc_helper_atomic_check() helper

2022-10-13 Thread Javier Martinez Canillas
On 10/11/22 18:51, Javier Martinez Canillas wrote: > Add a helper function and make drivers that have the same logic in their > struct drm_crtc_helper_funcs .atomic_check handler to use this instead. > > Patch #1, #2 and #3 are just cleanups for the mgag200, simpledrm and > ssd130x drivers respect

[PATCH v2 0/4] Add a drm_crtc_helper_atomic_check() helper

2022-10-11 Thread Javier Martinez Canillas
Add a helper function and make drivers that have the same logic in their struct drm_crtc_helper_funcs .atomic_check handler to use this instead. Patch #1, #2 and #3 are just cleanups for the mgag200, simpledrm and ssd130x drivers respectively. Finally patch #4 converts the last two drivers to use