]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos/fbdev: do not skip fbdev init if there are no connectors
authorAndrzej Hajda <a.hajda@samsung.com>
Fri, 26 Oct 2018 10:13:28 +0000 (12:13 +0200)
committerInki Dae <inki.dae@samsung.com>
Mon, 5 Nov 2018 07:37:24 +0000 (16:37 +0900)
commit6947425ae70bde91c52ffedfbe229de657ddb888
tree664fb4ce45f07f436644241afd748a38e3093d31
parent969cfb90884a4f349f8eb6064a3916d29563c322
drm/exynos/fbdev: do not skip fbdev init if there are no connectors

Since connectors can be created dynamically, fbdev should be initialized
even if there are no connectors at the moment. Otherwise fbdev will
not be created even after connector's appearance.
The patch fixes lack of fbdev on rinato and trats boards.

Fixes: f269ccce24ac ("drm/exynos: move connector creation to attach callback")
Reported-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Tested-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fbdev.c