]> git.baikalelectronics.ru Git - kernel.git/commit
drm/fb-helper: Clarify drm_fb_helper_restore_fbdev_mode*()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 4 Aug 2015 13:22:10 +0000 (15:22 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 6 Aug 2015 12:13:08 +0000 (14:13 +0200)
commitb3f28cae7dab6aa98c43b4a666b4ce1a04cd812b
treec937d4fb622c69514150b0aa25e59f415d1b3108
parent8fd82af869e1d5e7809c15df820b819c5b9f648d
drm/fb-helper: Clarify drm_fb_helper_restore_fbdev_mode*()

As of commit 2a5e633b6d1f478d ("drm: add
drm_fb_helper_restore_fbdev_mode_unlocked()"),
drm_fb_helper_restore_fbdev_mode() is no longer public, and drivers
should call drm_fb_helper_restore_fbdev_mode_unlocked() from their
->lastclose callbacks instead.

Update the documentation to reflect this, and absorb the one liner
drm_fb_helper_restore_fbdev_mode() into its single caller.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_fb_helper.c