]> git.baikalelectronics.ru Git - kernel.git/commit
drm: rcar-du: Remove drm_fbdev_cma_restore_mode() call at init time
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Fri, 20 Feb 2015 20:35:52 +0000 (22:35 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 3 Mar 2015 14:16:01 +0000 (16:16 +0200)
commit7232107158e073aa2cb4470c7ed52e2cd6b993b9
tree3979b44cf1ed18ad88161c2362724f715c55d804
parent8f02787b322b262a4fce809c7983851f08670c87
drm: rcar-du: Remove drm_fbdev_cma_restore_mode() call at init time

The function is meant to restore the fbdev mode in the lastclose
handler, not to be called at init time. Remove the call.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
drivers/gpu/drm/rcar-du/rcar_du_kms.c