aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm/drm_gem_framebuffer_helper.h
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2019-07-21 16:06:10 +0200
committerSam Ravnborg <sam@ravnborg.org>2019-07-21 19:32:38 +0200
commit73415b4ea5b5a257db6b5bd135b305cd945e63de (patch)
tree20436719718bcb8bc5d8240790c9770b7c0166d9 /include/drm/drm_gem_framebuffer_helper.h
parentdrm/sun4i: sun8i-csc: Add support for color encoding and range (diff)
downloadwireguard-linux-73415b4ea5b5a257db6b5bd135b305cd945e63de.tar.xz
wireguard-linux-73415b4ea5b5a257db6b5bd135b305cd945e63de.zip
drm/fb: remove unused function: drm_gem_fbdev_fb_create()
After migrating several drivers to the generic fbdev emulation there are no users left of drm_gem_fbdev_fb_create. Delete the function. Noticed that there was no callers while browsing around in the drm_fb* code. The code that referenced the function was removed by: commit 13aff184ed9f ("drm/qxl: remove dead qxl fbdev emulation code") The actual use was removed by: commit 26d4707d445d ("drm/qxl: use generic fbdev emulation") v2: - Updated changelog based on feedback from Noralf Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Reviewed-by: Noralf Trønnes <noralf@tronnes.org> Cc: Gerd Hoffmann <kraxel@redhat.com> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20190721140610.GA20842@ravnborg.org
Diffstat (limited to 'include/drm/drm_gem_framebuffer_helper.h')
-rw-r--r--include/drm/drm_gem_framebuffer_helper.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/drm/drm_gem_framebuffer_helper.h b/include/drm/drm_gem_framebuffer_helper.h
index 7f307e834eef..d9f13fd25b0a 100644
--- a/include/drm/drm_gem_framebuffer_helper.h
+++ b/include/drm/drm_gem_framebuffer_helper.h
@@ -33,11 +33,4 @@ int drm_gem_fb_prepare_fb(struct drm_plane *plane,
struct drm_plane_state *state);
int drm_gem_fb_simple_display_pipe_prepare_fb(struct drm_simple_display_pipe *pipe,
struct drm_plane_state *plane_state);
-
-struct drm_framebuffer *
-drm_gem_fbdev_fb_create(struct drm_device *dev,
- struct drm_fb_helper_surface_size *sizes,
- unsigned int pitch_align, struct drm_gem_object *obj,
- const struct drm_framebuffer_funcs *funcs);
-
#endif