Re: [PATCH 1/5] drm/simpledrm: Compute linestride with drm_format_info_min_pitch()

2022-09-23 Thread Javier Martinez Canillas
Hello Thomas, On 9/22/22 15:09, Thomas Zimmermann wrote: > If not given, compute the stride with drm_format_info_min_pitch(). It's > the standard helper for this purpose. > > Suggested-by: Daniel Vetter > Signed-off-by: Thomas Zimmermann > Fixes: fd9e3169e42b ("drm/simpledrm: Compute framebuffe

[PATCH 1/5] drm/simpledrm: Compute linestride with drm_format_info_min_pitch()

2022-09-22 Thread Thomas Zimmermann
If not given, compute the stride with drm_format_info_min_pitch(). It's the standard helper for this purpose. Suggested-by: Daniel Vetter Signed-off-by: Thomas Zimmermann Fixes: fd9e3169e42b ("drm/simpledrm: Compute framebuffer stride if not set") Cc: Javier Martinez Canillas Cc: dri-devel@list