]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/gud: Replace simple display pipe with DRM atomic helpers
authorRuben Wauters <rubenru09@aol.com>
Mon, 18 Aug 2025 19:35:26 +0000 (20:35 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Mon, 1 Sep 2025 06:42:51 +0000 (08:42 +0200)
commit73cfd166e045769a1b42d36897accaa6e06b8102
treebdf1914e61ccd46a974278405bad63f1c085fc6d
parent256576ed6895b81290690ae3e2b9f62eb7c642fc
drm/gud: Replace simple display pipe with DRM atomic helpers

The simple display pipe is obsolete and the atomic helpers allow for
more control over the rendering process. As such, this patch replaces
the old simple display pipe system with the newer atomic helpers.

As the code is mainly the same, merely replaced with the new atomic
system, there should be no change in functionality.

Signed-off-by: Ruben Wauters <rubenru09@aol.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://lore.kernel.org/r/20250818193553.2162-1-rubenru09@aol.com
drivers/gpu/drm/gud/gud_connector.c
drivers/gpu/drm/gud/gud_drv.c
drivers/gpu/drm/gud/gud_internal.h
drivers/gpu/drm/gud/gud_pipe.c