diff options
author | Thomas Zimmermann <tzimmermann@suse.de> | 2023-10-09 17:06:36 +0300 |
---|---|---|
committer | Thomas Zimmermann <tzimmermann@suse.de> | 2023-11-14 12:17:23 +0300 |
commit | c669875041d038e91fa99766a07ec2d8bd6dcf6a (patch) | |
tree | 6f50182ffe04032ff077415f42496cbb45c7c709 /drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | |
parent | e7c814d305e110d6db3f440d14490a8d0d9477d9 (diff) | |
download | linux-c669875041d038e91fa99766a07ec2d8bd6dcf6a.tar.xz |
drm/ssd130x: 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.
v6:
* update patch for ssd132x support
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Tested-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231009141018.11291-8-tzimmermann@suse.de
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c')
0 files changed, 0 insertions, 0 deletions