Searched hist:"72 d73dd3a95c7e879c18a0eae8fd2af89b5b3347" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/udl/ |
H A D | udl_drv.h | diff 72d73dd3a95c7e879c18a0eae8fd2af89b5b3347 Thu Oct 06 04:53:46 CDT 2022 Thomas Zimmermann <tzimmermann@suse.de> drm/udl: Convert to atomic-modesetting helpers
Replace simple-KMS helpers with regular atomic-modesetting helpers. The simple-KMS helpers introduce a mid-layer abstraction without added functionality. Using regular atomic helpers makes the driver's implementation more discoverable and simplifies code sharing.
The conversion effectively open-codes the simple-KMS functions and data structure within udl. No functional changes.
v2: * don't use the atomic_disable plane helper
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Javier Martinez Canillas <javierm@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20221006095355.23579-8-tzimmermann@suse.de
|
H A D | udl_modeset.c | diff 72d73dd3a95c7e879c18a0eae8fd2af89b5b3347 Thu Oct 06 04:53:46 CDT 2022 Thomas Zimmermann <tzimmermann@suse.de> drm/udl: Convert to atomic-modesetting helpers
Replace simple-KMS helpers with regular atomic-modesetting helpers. The simple-KMS helpers introduce a mid-layer abstraction without added functionality. Using regular atomic helpers makes the driver's implementation more discoverable and simplifies code sharing.
The conversion effectively open-codes the simple-KMS functions and data structure within udl. No functional changes.
v2: * don't use the atomic_disable plane helper
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Javier Martinez Canillas <javierm@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20221006095355.23579-8-tzimmermann@suse.de
|