Re: [PATCH] drm/exynos: dsi: do not try to find bridge

2017-06-19 Thread Shuah Khan
Hi Inki, On Sun, Jun 18, 2017 at 8:12 PM, Inki Dae wrote: > Hi Shuah, > > 2017년 06월 17일 05:16에 Shuah Khan 이(가) 쓴 글: >> On 06/16/2017 08:16 AM, Shuah Khan wrote: >>> Hi Inki, >>> >>> On Fri, Jun 16, 2017 at 1:50 AM, Inki Dae wrote: It doesn't need

Re: [PATCH] drm/exynos: dsi: do not try to find bridge

2017-06-18 Thread Inki Dae
Hi Shuah, 2017년 06월 17일 05:16에 Shuah Khan 이(가) 쓴 글: > On 06/16/2017 08:16 AM, Shuah Khan wrote: >> Hi Inki, >> >> On Fri, Jun 16, 2017 at 1:50 AM, Inki Dae wrote: >>> It doesn't need to try to find a bridge if bridge node doesn't exist. >>> >>> Signed-off-by: Inki Dae

Re: [PATCH] drm/exynos: dsi: do not try to find bridge

2017-06-18 Thread Shuah Khan
Hi Inki, On Fri, Jun 16, 2017 at 1:50 AM, Inki Dae wrote: > It doesn't need to try to find a bridge if bridge node doesn't exist. > > Signed-off-by: Inki Dae > --- > drivers/gpu/drm/exynos/exynos_drm_dsi.c | 8 +--- > 1 file changed, 5

Re: [PATCH] drm/exynos: dsi: do not try to find bridge

2017-06-18 Thread Shuah Khan
On 06/16/2017 08:16 AM, Shuah Khan wrote: > Hi Inki, > > On Fri, Jun 16, 2017 at 1:50 AM, Inki Dae wrote: >> It doesn't need to try to find a bridge if bridge node doesn't exist. >> >> Signed-off-by: Inki Dae >> --- >>

[PATCH] drm/exynos: dsi: do not try to find bridge

2017-06-16 Thread Inki Dae
It doesn't need to try to find a bridge if bridge node doesn't exist. Signed-off-by: Inki Dae --- drivers/gpu/drm/exynos/exynos_drm_dsi.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_dsi.c