drm/fb-helper: Move out commit code
authorNoralf Trønnes <noralf@tronnes.org>
Fri, 31 May 2019 14:01:13 +0000 (16:01 +0200)
committerNoralf Trønnes <noralf@tronnes.org>
Sat, 8 Jun 2019 14:48:02 +0000 (16:48 +0200)
commitaec3925f093d3ac880c53ec03ea28ef8608b0a52
tree71e5445c0f6daafaecd82526fe000343b21232b2
parenteade2a17ddc56771ccd0052056c15e31f9fae943
drm/fb-helper: Move out commit code

Move the modeset commit code to drm_client_modeset.
No changes except exporting API.

v7: Export drm_client_panel_rotation() (Gerd Hoffmann)
v2: Move to drm_client_modeset.c instead of drm_client.c

Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190531140117.37751-5-noralf@tronnes.org
drivers/gpu/drm/drm_client_modeset.c
drivers/gpu/drm/drm_fb_helper.c
include/drm/drm_client.h