commit | d536540f304ce0ee35db9f67f7d880bc09f3743f | [log] [tgz] |
---|---|---|
author | Noralf Trønnes <noralf@tronnes.org> | Tue Jul 03 18:03:48 2018 +0200 |
committer | Noralf Trønnes <noralf@tronnes.org> | Tue Jul 10 14:52:37 2018 +0200 |
tree | 3d49489efe0689c4d65c9a934c756d1d5f3fab43 | |
parent | c76f0f7cb546b661b5e0ac769850a5c854927f65 [diff] |
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