drm/simpledrm: Compute linestride with drm_format_info_min_pitch()
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 22 Sep 2022 13:09:40 +0000 (15:09 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Tue, 27 Sep 2022 08:24:47 +0000 (10:24 +0200)
commit7bfa5c7b28d66d89daf0808bf36ab7fe0e9e93a1
tree92b9f5fffb99a430a7f653b8d9d833684afa55f3
parentc7bcc1056cff6d99d173d4707057f3dba94d32d9
drm/simpledrm: Compute linestride with drm_format_info_min_pitch()

If not given, compute the stride with drm_format_info_min_pitch(). It's
the standard helper for this purpose.

Suggested-by: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Fixes: fd9e3169e42b ("drm/simpledrm: Compute framebuffer stride if not set")
Cc: Javier Martinez Canillas <javierm@redhat.com>
Cc: dri-devel@lists.freedesktop.org
Link: https://patchwork.freedesktop.org/patch/msgid/20220922130944.27138-2-tzimmermann@suse.de
drivers/gpu/drm/tiny/simpledrm.c