From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jingoo Han Date: Thu, 08 Nov 2012 00:58:19 +0000 Subject: Re: [PATCH 2/2] video: exynos_dp: move exynos_dp_config_video to a workqueue Message-Id: <001501cdbd4c$248320f0$6d8962d0$%han@samsung.com> List-Id: References: <1352286744-22588-2-git-send-email-ajaykumar.rs@samsung.com> In-Reply-To: <1352286744-22588-2-git-send-email-ajaykumar.rs@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-fbdev@vger.kernel.org On Wednesday, November 07, 2012 8:12 PM Ajay Kumar wrote > > 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. This patch is not necessary. The exynos_dp_config_video was already moved by Sean Paul's patch. (http://www.spinics.net/lists/linux-fbdev/msg08555.html) This patch including other Sean Paul's patches, will be merged to 3.8-rc1. > > 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