summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/solomon
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2023-10-09 17:06:34 +0300
committerThomas Zimmermann <tzimmermann@suse.de>2023-11-14 12:17:22 +0300
commite7c814d305e110d6db3f440d14490a8d0d9477d9 (patch)
treebc982249e0f779773f53e8e695e99ae48aafa49e /drivers/gpu/drm/solomon
parent58b184dcb3f4c52c15b6ff4fa2fa0d69d1e1313f (diff)
downloadlinux-e7c814d305e110d6db3f440d14490a8d0d9477d9.tar.xz
drm/simpledrm: Preallocate format-conversion buffer in atomic_check
Preallocate the format-conversion state's storage in the plane's atomic_check function if a format conversion is necessary. Allows the update to fail if no memory is available. Avoids the same allocation within atomic_update, which may not fail. Also inline drm_plane_helper_atomic_check() into the driver and thus return early for invisible planes. Avoids memory allocation entirely in this case. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Javier Martinez Canillas <javierm@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20231009141018.11291-6-tzimmermann@suse.de
Diffstat (limited to 'drivers/gpu/drm/solomon')
0 files changed, 0 insertions, 0 deletions