Re: [PATCH v2 05/10] drm/simpledrm: Convert to atomic helpers

2022-07-27 Thread Thomas Zimmermann
Hi Am 25.07.22 um 17:46 schrieb Javier Martinez Canillas: On 7/20/22 16:27, Thomas Zimmermann wrote: Replace the simple-KMS helpers with the regular atomic helpers. The regular helpers are better architectured and therefore allow for easier code sharing among drivers. No functional changes.

Re: [PATCH v2 05/10] drm/simpledrm: Convert to atomic helpers

2022-07-25 Thread Javier Martinez Canillas
On 7/20/22 16:27, Thomas Zimmermann wrote: > Replace the simple-KMS helpers with the regular atomic helpers. The > regular helpers are better architectured and therefore allow for easier > code sharing among drivers. No functional changes. > Acked-by: Javier Martinez Canillas But I've a

[PATCH v2 05/10] drm/simpledrm: Convert to atomic helpers

2022-07-20 Thread Thomas Zimmermann
Replace the simple-KMS helpers with the regular atomic helpers. The regular helpers are better architectured and therefore allow for easier code sharing among drivers. No functional changes. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/tiny/simpledrm.c | 283