]> git.karo-electronics.de Git - linux-beck.git/commit
drm/exynos: fix possible infinite loop issue
authorInki Dae <inki.dae@samsung.com>
Fri, 7 Nov 2014 12:32:34 +0000 (21:32 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 24 Nov 2014 09:02:49 +0000 (18:02 +0900)
commite9fbdcb45a36c775383dd98d53b4452cdb5e53c0
tree89442d5134c90d96f498fb17b9fdf24871d12cd6
parent2d15118750fd69a50cf286d3fc275546fa0b5857
drm/exynos: fix possible infinite loop issue

This patch fixes possible infinite loop issue by postponing
registration to non kms drivers after component_master_add_with_match
call, which can be incurred in all cases that non kms driver is probed
and then component bind is failed

This patch should be applied on top of below patches,
http://comments.gmane.org/gmane.comp.video.dri.devel/117740
http://www.spinics.net/lists/linux-samsung-soc/msg38624.html

Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_drv.c