commit | 7afbfcc9ae6af259351e6fa6b931b1a38b62d9ab | [log] [tgz] |
---|---|---|
author | Inki Dae <inki.dae@samsung.com> | Fri Nov 07 21:32:34 2014 +0900 |
committer | Inki Dae <inki.dae@samsung.com> | Mon Nov 10 14:40:10 2014 +0900 |
tree | d115ae4591c8b3e38f958ab5ea9850dc11672672 | |
parent | 9ad703e9435a5a9fb267b69af298498dc7d0db55 [diff] |
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>