From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ajay Kumar Date: Wed, 07 Nov 2012 10:53:32 +0000 Subject: [PATCH 2/2] video: exynos_dp: move exynos_dp_config_video to a workqueue Message-Id: <1352286744-22588-2-git-send-email-ajaykumar.rs@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-fbdev@vger.kernel.org This speeds up boot significantly, since it can take up to a second to get the display up and going, and we want to keep on booting (through some userspace) while that happens. Signed-off-by: Olof Johansson Signed-off-by: Ajay Kumar --- drivers/video/exynos/exynos_dp_core.c | 30 ++++++++++++++++++------------ drivers/video/exynos/exynos_dp_core.h | 1 + 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/drivers/video/exynos/exynos_dp_core.c b/drivers/video/exynos/exynos_dp_core.c index f62778c..ecae6f4 100644 --- a/drivers/video/exynos/exynos_dp_core.c +++ b/drivers/video/exynos/exynos_dp_core.c @@ -18,6 +18,7 @@ #include #include #include +#include #include