Message ID | 20240930130921.689876-1-tzimmermann@suse.de (mailing list archive) |
---|---|
Headers | show |
Series | drm: Remove DRM aperture helpers | expand |
Thomas Zimmermann <tzimmermann@suse.de> writes: Hello Thomas, > DRM's aperture helpers are merely wrappers around the respective > helpers in drivers/video/. The DRM interface existed first, but was > later generalized for use with fbdev and a few other graphics-related > places in the kernel. It is time to remove the DRM wrappers and call > the video helpers directly. > > No functional changes intended. This series should replace one interface > with another. Individual patches could go into the various trees and the > DRM wrappers can be removed when all driver changes have been merged. > Thanks for doing this cleanup. Makes a lot of sense for me to drop it. For the whole series: Acked-by: Javier Martinez Canillas <javierm@redhat.com>
On Mon, 30 Sep 2024 15:02:58 +0200, Thomas Zimmermann wrote: > DRM's aperture helpers are merely wrappers around the respective > helpers in drivers/video/. The DRM interface existed first, but was > later generalized for use with fbdev and a few other graphics-related > places in the kernel. It is time to remove the DRM wrappers and call > the video helpers directly. > > No functional changes intended. This series should replace one interface > with another. Individual patches could go into the various trees and the > DRM wrappers can be removed when all driver changes have been merged. > > [...] Applied, thanks! [11/28] drm/msm: Use video aperture helpers https://gitlab.freedesktop.org/lumag/msm/-/commit/42170670ee76 Best regards,