Re: [PATCH 06/43] fbdev/deferred-io: Always call get_page() for framebuffer pages
From: Javier Martinez Canillas <javierm@redhat.com>
Date: 2024-03-18 17:04:39
Also in:
dri-devel
From: Javier Martinez Canillas <javierm@redhat.com>
Date: 2024-03-18 17:04:39
Also in:
dri-devel
Thomas Zimmermann [off-list ref] writes:
Unconditionally call get_page() after looking up a page from the framebuffer memory. Guarantees that we always hold a reference. This change also refactors the code such that it can support a driver-supplied get_page helper. This will be useful for DRM's fbdev emulation. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> ---
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com> -- Best regards, Javier Martinez Canillas Core Platforms Red Hat