]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
drm/fb-helper: Add generic fbdev emulation .fb_probe function
authorNoralf Trønnes <noralf@tronnes.org>
Tue, 3 Jul 2018 16:03:48 +0000 (18:03 +0200)
committerNoralf Trønnes <noralf@tronnes.org>
Tue, 10 Jul 2018 12:52:37 +0000 (14:52 +0200)
commitd536540f304ce0ee35db9f67f7d880bc09f3743f
tree3d49489efe0689c4d65c9a934c756d1d5f3fab43
parentc76f0f7cb546b661b5e0ac769850a5c854927f65
drm/fb-helper: Add generic fbdev emulation .fb_probe function

This is the first step in getting generic fbdev emulation.
A drm_fb_helper_funcs.fb_probe function is added which uses the
DRM client API to get a framebuffer backed by a dumb buffer.

Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20180703160354.59955-3-noralf@tronnes.org
drivers/gpu/drm/drm_fb_helper.c
include/drm/drm_fb_helper.h