Re: [PATCH] drm/exynos: consider deferred probe case

2014-05-29 Thread Inki Dae
Sorry for wrong patch version. Ignore this patch. Thanks, Inki Dae On 2014년 05월 29일 18:27, Inki Dae wrote: This patch makes sure that exynos drm framework handles deferred probe case correctly. Sub drivers could be probed before resources, clock, regulator, phy or panel, are ready

[PATCH 0/2] drm/exynos: consider deferred probe case

2014-05-27 Thread Inki Dae
This patch series includes the following two patches. One makes sure that exynos drm framework handles deferred probe case of sub drivers, and other makes sure that mipi dsi driver considers deferred probe incurred by panel driver. Inki Dae (2): drm/exynos: consider deferred probe feature

[PATCH 2/2] drm/exynos: mipi-dsi: consider panel driver-deferred probe

2014-05-27 Thread Inki Dae
This patch makes sure that mipi dsi driver makes it re-probe in case that panel driver isn't probed yet. For this, it checks if panel driver is probed or not before component_add() is called. Signed-off-by: Inki Dae inki@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com

[PATCH 1/2] drm/exynos: consider deferred probe case

2014-05-27 Thread Inki Dae
correctly. Signed-off-by: Inki Dae inki@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/gpu/drm/exynos/exynos_dp_core.c | 16 +++- drivers/gpu/drm/exynos/exynos_drm_drv.c | 28 +++--- drivers/gpu/drm/exynos/exynos_drm_drv.h |7 +--- drivers/gpu/drm

Re: [PATCH v5] drm/exynos: enable fimd clocks in probe before accessing fimd registers

2014-05-27 Thread Inki Dae
. it wouldn't need to disable all hardware overlays at probe. Thanks, Inki Dae is no more required. @Inki, need your inputs here. Regards, Rahul Sharma. Thanks, -djk + if (ret) { [snip] +pm_put_err: + return ret; } static void fimd_unbind(struct device *dev, struct

Re: [PATCH] drm/exynos: Make exynos_drm_init() call late during the bootup

2014-05-27 Thread Inki Dae
sequencing and usage of _EPROBE_DEFER in DRM. Component way of registration doesnt seem to fix everything. Inki Dae, Is there any discussion or approach underway. Anyone working on this. Hi, I have just posted a patch series, [PATCH 0/2] drm/exynos: consider deferred probe case, to resolve

Re: [PATCH v2 13/18] ARM: dts: s6e3fa0: add DT bindings

2014-05-27 Thread Inki Dae
panel. The bindings describes panel resources, display timings and cpu mode timings. Signed-off-by: YoungJun Cho yj44@samsung.com Acked-by: Inki Dae inki@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com --- .../devicetree/bindings/panel/samsung,s6e3fa0.txt

Re: [PATCH v2 13/18] ARM: dts: s6e3fa0: add DT bindings

2014-05-27 Thread Inki Dae
On 2014년 05월 28일 05:21, Thierry Reding wrote: On Tue, May 27, 2014 at 11:24:49PM +0900, Inki Dae wrote: 2014-05-27 16:53 GMT+09:00 Thierry Reding thierry.red...@gmail.com: On Tue, May 27, 2014 at 08:28:52AM +0200, Andrzej Hajda wrote: Hi Thierry, On 05/26/2014 03:41 PM, Thierry Reding wrote

Re: [PATCH] drm/exynos: add fimd dependency to fimd related encoders

2014-05-23 Thread Inki Dae
On 2014년 05월 23일 19:59, Andrzej Hajda wrote: DPI, DSI and DP drivers will not work without FIMD. The patch adds appropriate dependencies in Kconfig. Applied. Thanks, Inki Dae Signed-off-by: Andrzej Hajda a.ha...@samsung.com --- drivers/gpu/drm/exynos/Kconfig | 6 +++--- 1 file changed

Re: [PATCH] drm/exynos: remove redundant mutex_unlock

2014-05-23 Thread Inki Dae
On 2014년 05월 23일 19:57, Andrzej Hajda wrote: The patch fixes unlocking in exynos_drm_component_del. Applied. Thanks, Inki Dae Signed-off-by: Andrzej Hajda a.ha...@samsung.com --- Hi Inki, This patch is based on exynos_drm_next branch. Regards Andrzej --- drivers/gpu/drm/exynos

Re: [PATCH] drm/exynos: allocate non-contigous buffers when iommu is enabled

2014-05-22 Thread Inki Dae
On 2014년 05월 22일 14:25, Rahul Sharma wrote: Hi Inki, The below fix doesn't affect the FB dev buffer allocation. IMO the scenario where u-boot allocates the buffer is not disturbed. Please review the implementation. Applied. Thanks, Inki Dae Regards, Rahul Sharma. On 7 May 2014 17

Re: [PATCH] drm/exynos: use 4WORD dma burst length for small fbs

2014-05-22 Thread Inki Dae
On 2014년 05월 22일 13:36, Rahul Sharma wrote: Hi Inki, On 21 May 2014 16:43, Inki Dae inki@samsung.com wrote: Hi Rahul, On 2014년 05월 07일 20:25, Rahul Sharma wrote: From: Rahul Sharma rahul.sha...@samsung.com In case of exynos, setting dma-burst to 16Word causes permanent tearing

Re: [PATCH 0/8] drm/exynos/ipp: image post processing improvements

2014-05-22 Thread Inki Dae
On 2014년 05월 19일 19:54, Andrzej Hajda wrote: This set of independent patches contains various improvement and fixes for exynos_drm ipp framework and drivers. The patchset is based on drm-exynos/exynos-drm-next branch. Thanks for contributions and merged. Thanks, Inki Dae Regards Andrzej

Re: [PATCH v2] drm/exynos: use regmap interface to set hdmiphy control bit in pmu

2014-05-22 Thread Inki Dae
On 2014년 05월 21일 18:51, Rahul Sharma wrote: Hi Inki, Tomasz, Any comment on this patch? Merged. Thanks, Inki Dae Regards, Rahul Sharma On 20 May 2014 10:36, Rahul Sharma rahul.sha...@samsung.com wrote: Exynos drm hdmi driver used to get dummy hdmiphy clock to control the PMU bit

Re: [PATCH] drm/exynos: use 4WORD dma burst length for small fbs

2014-05-22 Thread Inki Dae
On 2014년 05월 22일 17:39, Rahul Sharma wrote: On 22 May 2014 12:25, Inki Dae inki@samsung.com wrote: On 2014년 05월 22일 13:36, Rahul Sharma wrote: Hi Inki, On 21 May 2014 16:43, Inki Dae inki@samsung.com wrote: Hi Rahul, On 2014년 05월 07일 20:25, Rahul Sharma wrote: From: Rahul Sharma

Re: [PATCH v2 04/18] video: add command mode and command mode display timing

2014-05-22 Thread Inki Dae
it. [ http://cache.freescale.com/files/dsp/doc/app_note/AN4180.pdf ] Ping~. Is there other comment? If so then I'd like to pick them up. We would be happy for you leave reviewed-by or acked-by. Thanks, Inki Dae And I asked panel vendor custom service centre also. Thank you. Best regards YJ

Re: [PATCH] drm/exynos: use 4WORD dma burst length for small fbs

2014-05-21 Thread Inki Dae
burst len size? Thanks, Inki Dae + */ + + if (win_data-fb_width MIN_FB_WIDTH_FOR_16WORD_BURST) { + val = ~WINCONx_BURSTLEN_MASK; + val |= WINCONx_BURSTLEN_4WORD; + } + writel(val, ctx-regs + WINCON(win)); } -- To unsubscribe from

Re: [RFC V2 0/3] drm/bridge: panel and chaining

2014-05-08 Thread Inki Dae
://www.spinics.net/lists/dri-devel/msg55658.html Thanks, Inki Dae more cleaner solution. [1]: http://permalink.gmane.org/gmane.linux.drivers.devicetree/61559 [2]: http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/27044 Regards Andrzej Ajay Kumar (3): [RFC V2 1/3] drm: implement

Re: [RFC V2 0/3] drm/bridge: panel and chaining

2014-05-08 Thread Inki Dae
://www.spinics.net/lists/dri-devel/msg55658.html Thanks, Inki Dae problems with drm_bridges I have decide to attract attention to much more cleaner solution. [1]: http://permalink.gmane.org/gmane.linux.drivers.devicetree/61559 [2]: http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/27044 Regards

Re: [PATCH 2/4] drm/exynos/mixer: use MXR_GRP_SXY_SY

2014-05-08 Thread Inki Dae
. You can add more comments enough to existing codes if needed. In addition, it seems that Exynos5422/5430 has no such limitation but they are much different from old ones so we would need new drivers for them. Thanks, Inki Dae Thanks, -Dan In this case, I set register as like: BASE

Re: [RFC V2 0/3] drm/bridge: panel and chaining

2014-05-08 Thread Inki Dae
On 2014년 05월 08일 19:52, Ajay kumar wrote: +Dave +Thierry On Thu, May 8, 2014 at 1:14 PM, Inki Dae inki@samsung.com wrote: Just re-sending with text mode. Sorry for this. On 2014년 05월 08일 15:41, Andrzej Hajda wrote: On 05/05/2014 09:52 PM, Ajay Kumar wrote: This patchset is based

[PATCH 0/5] add super device node support

2014-04-18 Thread Inki Dae
This patch series adds super device node approach and relevant dt bindings, and rebased on top of below patch series, http://www.spinics.net/lists/dri-devel/msg57673.html Thanks, Inki Dae Inki Dae (5): drm/exynos: add super device support ARM: dts: exynos4210-universal: add super device

[PATCH 2/5] ARM: dts: exynos4210-universal: add super device node for exynos drm

2014-04-18 Thread Inki Dae
Signed-off-by: Inki Dae inki@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos4210-universal_c210.dts |5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/exynos4210-universal_c210.dts b/arch/arm/boot/dts/exynos4210

[PATCH 5/5] exynos/drm: add DT bindings for super device node

2014-04-18 Thread Inki Dae
This patch adds bindings for Exynos drm display subsystem. The bindings describes ports containing a list of phandles pointing to display controller, image enhancer, and display interfaces nodes. Signed-off-by: Inki Dae inki@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com

[PATCH 3/5] ARM: dts: exynos4210-trats: add super device node for exynos drm

2014-04-18 Thread Inki Dae
Signed-off-by: Inki Dae inki@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos4210-trats.dts |5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/exynos4210-trats.dts b/arch/arm/boot/dts/exynos4210-trats.dts index 02c6768

[PATCH v6 1/5] drm/exynos: add super device support

2014-04-18 Thread Inki Dae
codes. - Re-based on top of below patch series, http://www.spinics.net/lists/dri-devel/msg57673.html Signed-off-by: Inki Dae inki@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/gpu/drm/exynos/exynos_dp_core.c |4 +- drivers/gpu/drm/exynos

[PATCH 4/5] ARM: dts: exynos4412-trats2: add super device node for exynos drm

2014-04-18 Thread Inki Dae
Signed-off-by: Inki Dae inki@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos4412-trats2.dts |5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts index 53c717b

[PATCH 3/5] drm/exynos: dpi: fix hotplug fail issue

2014-04-16 Thread Inki Dae
to connector-polled of parallel panel driver at connector creation. Signed-off-by: Inki Dae inki@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_dpi.c |5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/gpu/drm

[PATCH 2/5] drm/exynos: add component framework support

2014-04-16 Thread Inki Dae
This patch adds component framework support to resolve the probe order issue. Until now, exynos drm had used codes specific to exynos drm to resolve that issue so with this patch, the specific codes are removed. Signed-off-by: Inki Dae inki@samsung.com --- drivers/gpu/drm/exynos

[PATCH 0/5] drm/exynos: more cleanup with component framework

2014-04-16 Thread Inki Dae
://lists.freedesktop.org/archives/dri-devel/2014-January/051249.html [2]http://www.spinics.net/lists/dri-devel/msg57401.html Thanks, Ink Dae Andrzej Hajda (1): drm/exynos: separate dpi from fimd Inki Dae (4): drm/exynos: modify goto labels to meaningful names drm/exynos: add component framework support

[PATCH 4/5] drm/exynos: fix comment to exynos_drm_device_subdrv_prove call

2014-04-16 Thread Inki Dae
subdrv_probe callback of virtual display driver will be called by exynos_drm_device_subdrv_probe() to create crtc and encoder/connector for virtual display driver. So it fixes comments to exynos_drm_device_subdrv probe call. Signed-off-by: Inki Dae inki@samsung.com Signed-off-by: Kyungmin

[PATCH 1/5] drm/exynos: modify goto labels to meaningful names

2014-04-16 Thread Inki Dae
Signed-off-by: Inki Dae inki@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_drv.c | 55 +++ 1 file changed, 27 insertions(+), 28 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.c b/drivers/gpu/drm/exynos/exynos_drm_drv.c index 2d27ba2

[PATCH 5/5] drm/exynos: separate dpi from fimd

2014-04-16 Thread Inki Dae
From: Andrzej Hajda a.ha...@samsung.com The patch separates dpi related routines from fimd. Changelog v2: - Rename ctx-dpi to ctx-display Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Inki Dae inki@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_dpi.c | 40

[PATCH] drm/exynos: dsi: remove unnecessary pm interfaces

2014-04-16 Thread Inki Dae
Exynos drm driver is a single driver so pm operation for kms drivers should be done by connector-dpms at top level driver. If kms driver has its own pm interfaces, single driver model would be broken so this patch removes unnecessary pm interfaces from dsi driver. Signed-off-by: Inki Dae inki

[PATCH] drm/exynos: remove unnecessary runtime pm interfaces

2014-04-16 Thread Inki Dae
Exyno drm driver has no real hardware device, and runtime pm operation should be done by sub drivers. Signed-off-by: Inki Dae inki@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_drv.c | 29 - 1 file

[PATCH 6/9] exynos/drm: add DT bindings

2014-04-14 Thread Inki Dae
This patch adds bindings for Exynos drm display subsystem. The bindings describes ports containing a list of phandles pointing to display controller, image enhancer, and display interfaces nodes. Signed-off-by: Inki Dae inki@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com

[PATCH 2/9] drm/exynos: dpi: fix hotplug fail issue

2014-04-14 Thread Inki Dae
to connector-polled of parallel panel driver at connector creation. Signed-off-by: Inki Dae inki@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_dpi.c |5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/gpu/drm

[PATCH v3 0/9] drm/exynos: more cleanup with super device support

2014-04-14 Thread Inki Dae
/archives/dri-devel/2014-March/056387.html v2: http://www.spinics.net/lists/dri-devel/msg56372.html Changelog v3: - Add a patch for separating dpi from fimd - Add legacy dt binding support - Add more cleanup patches Thanks, Inki Dae Andrzej Hajda (1): drm/exynos: separate dpi from fimd Inki Dae

[PATCH v5 1/9] drm/exynos: add super device support

2014-04-14 Thread Inki Dae
error only in case that there is no any compoment attached to master. - Add legacy dt binding support - Probe vidi driver in exynos_drm_init(), and release vidi driver correctly. - Remove duplicated coherent_dma_mask setting. Signed-off-by: Inki Dae inki@samsung.com Signed-off-by: Kyungmin

[PATCH 3/9] ARM: dts: exynos4210-universal: add super device node for exynos drm

2014-04-14 Thread Inki Dae
Signed-off-by: Inki Dae inki@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos4210-universal_c210.dts |5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/exynos4210-universal_c210.dts b/arch/arm/boot/dts/exynos4210

[PATCH 5/9] ARM: dts: exynos4412-trats2: add super device node for exynos drm

2014-04-14 Thread Inki Dae
Signed-off-by: Inki Dae inki@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos4412-trats2.dts |5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts index

[PATCH v2 7/9] drm/exynos: separate dpi from fimd

2014-04-14 Thread Inki Dae
From: Andrzej Hajda a.ha...@samsung.com The patch separates dpi related routines from fimd. Changelog v2: - Rename ctx-dpi to ctx-display Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Inki Dae inki@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_dpi.c | 40

[PATCH 9/9] drm/exynos: modify goto labels to meaningful names

2014-04-14 Thread Inki Dae
Signed-off-by: Inki Dae inki@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_drv.c | 40 +++ 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.c b/drivers/gpu/drm/exynos/exynos_drm_drv.c index cdd74e2

[PATCH 8/9] drm/exynos: fix comment to exynos_drm_device_subdrv_prove call

2014-04-14 Thread Inki Dae
subdrv_probe callback of virtual display driver will be called by exynos_drm_device_subdrv_probe() to create crtc and encoder/connector for virtual display driver. So it fixes comments to exynos_drm_device_subdrv probe call. Signed-off-by: Inki Dae inki@samsung.com Signed-off-by: Kyungmin

[PATCH 4/9] ARM: dts: exynos4210-trats: add super device node for exynos drm

2014-04-14 Thread Inki Dae
Signed-off-by: Inki Dae inki@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos4210-trats.dts |5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/exynos4210-trats.dts b/arch/arm/boot/dts/exynos4210-trats.dts index 02c6768

RE: [PATCH RFC 0/2] drm/exynos: refactoring drm device init/deinit

2014-04-14 Thread Inki Dae
-Original Message- From: Andrzej Hajda [mailto:a.ha...@samsung.com] Sent: Monday, April 14, 2014 5:55 PM To: Inki Dae Cc: dri-de...@lists.freedesktop.org; moderated list:ARM/S5P EXYNOS AR...; Kyungmin Park; Marek Szyprowski Subject: Re: [PATCH RFC 0/2] drm/exynos: refactoring drm

RE: [PATCH RFC 0/2] drm/exynos: refactoring drm device init/deinit

2014-04-14 Thread Inki Dae
Hi Tomasz, Always thanks for your opinions. -Original Message- From: linux-samsung-soc-ow...@vger.kernel.org [mailto:linux-samsung-soc- ow...@vger.kernel.org] On Behalf Of Tomasz Figa Sent: Monday, April 14, 2014 8:32 PM To: Inki Dae; 'Andrzej Hajda' Cc: 'Kyungmin Park'; 'moderated

Re: [PATCH RFC 0/2] drm/exynos: refactoring drm device init/deinit

2014-04-12 Thread Inki Dae
with existing dt support so there wouldn't be any dt broken issue. I will post next version of this patch series soon, maybe tomorrow or the day after tomorrow. Thanks, Inki Dae The patchset is based on exynos-drm-next branch. Regards Andrzej Andrzej Hajda (2): drm/exynos: refactor drm

Re: [PATCH v2 1/7] drm/exynos: add super device support

2014-04-08 Thread Inki Dae
2014-04-08 0:40 GMT+09:00, Tomasz Figa tomasz.f...@gmail.com: On 07.04.2014 17:16, Inki Dae wrote: Hi Andrzej, 2014-04-07 23:18 GMT+09:00 Andrzej Hajda a.ha...@samsung.com: Hi Inki and Tomasz, On 04/06/2014 05:15 AM, Inki Dae wrote: (...) The code creating the list of components to wait

Re: [PATCH v2 1/7] drm/exynos: add super device support

2014-04-07 Thread Inki Dae
Hi Andrzej, 2014-04-07 23:18 GMT+09:00 Andrzej Hajda a.ha...@samsung.com: Hi Inki and Tomasz, On 04/06/2014 05:15 AM, Inki Dae wrote: (...) The code creating the list of components to wait for (exynos_drm_add_components()) doesn't seem to consider which sub-drivers are actually enabled

Re: [PATCH v2 1/7] drm/exynos: add super device support

2014-04-06 Thread Inki Dae
Hi Russell, 2014-04-06 17:47 GMT+09:00 Russell King - ARM Linux li...@arm.linux.org.uk: On Sun, Apr 06, 2014 at 01:21:24PM +0900, Inki Dae wrote: As you may know, there is exynos chip that has two display controllers. So it is possible to compose display pipe lines at same time like below

Re: [PATCH v2 1/7] drm/exynos: add super device support

2014-04-05 Thread Inki Dae
I'd be really happy if you gave me such opinions before pull request. Anyway, below is my comments. 2014-04-06 2:32 GMT+09:00 Tomasz Figa tomasz.f...@gmail.com: [adding more people and MLs on Cc for further discussion] On 04.04.2014 17:44, Inki Dae wrote: 2014-04-04 22:55 GMT+09:00 Tomasz

Re: [PATCH v2 1/7] drm/exynos: add super device support

2014-04-05 Thread Inki Dae
there could be better and more generic way than super device. And super device will make existing dtb broken but this time it might be good opportunity to more generic way before more users use existing dt. Thanks, Inki Dae Best regards, Tomasz

Re: [PATCH v3 00/12] Add DSI display support for Exynos based boards

2014-04-01 Thread Inki Dae
. Thanks for your contribution, Inki Dae .../devicetree/bindings/panel/samsung,s6e8aa0.txt | 56 + .../devicetree/bindings/video/exynos_dsim.txt | 80 + arch/arm/boot/dts/exynos4.dtsi | 14 + arch/arm/boot/dts/exynos4210-trats.dts | 61 + arch/arm

Re: [PATCH 8/9] drm/exynos/fimd: use polarization flags provided by drm_display_mode

2014-03-20 Thread Inki Dae
signal polarity flags So let me pick up all of your path series except for patch 7 and 8. And for these two patches, later. Your opinion? Thanks, Inki Dae Signed-off-by: Andrzej Hajda a.ha...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 12 +--- 1 file changed, 5 insertions

Re: [PATCH] ARM: dts: exynos4210-universal: add fimd polarization settings

2014-03-20 Thread Inki Dae
should be provided to fimd via properties. This patch fixes it. Just let me integrate it to old one, 'ARM: dts: exynos4210-universal: add exynos/fimd node'. Thanks, Inki Dae Regards Andrzej --- arch/arm/boot/dts/exynos4210-universal_c210.dts | 2 ++ 1 file changed, 2 insertions(+) diff

Re: [PATCH] drm/exynos: Fix (more) freeing issues in exynos_drm_drv.c

2014-03-18 Thread Inki Dae
2014-03-18 14:45 GMT+09:00 Kukjin Kim kgene@samsung.com: Inki Dae wrote: Applied. Thanks, Inki Dae 2014-03-17 12:28 GMT+09:00 Daniel Kurtz djku...@chromium.org: The following commit [0] fixed a use-after-free, but left the subdrv open in the error path. [0] commit

Re: [PATCH] drm/exynos: Fix (more) freeing issues in exynos_drm_drv.c

2014-03-17 Thread Inki Dae
Applied. Thanks, Inki Dae 2014-03-17 12:28 GMT+09:00 Daniel Kurtz djku...@chromium.org: The following commit [0] fixed a use-after-free, but left the subdrv open in the error path. [0] commit 6ca605f7c70895a35737435f17ae9cc5e36f1466 drm/exynos: Fix freeing issues in exynos_drm_drv.c

Re: [RFC PATCH v2 00/21] Add DSI display support for Exynos based boards

2014-03-13 Thread Inki Dae
2014-03-12 20:16 GMT+09:00 Tomasz Figa t.f...@samsung.com: On 12.03.2014 11:08, Inki Dae wrote: 2014-03-07 19:00 GMT+09:00 Andrzej Hajda a.ha...@samsung.com: On 03/05/2014 03:56 AM, Inki Dae wrote: Hi Andrzej, Thanks for your contributions. 2014-02-12 20:31 GMT+09:00 Andrzej Hajda a.ha

Re: [RFC PATCH v2 00/21] Add DSI display support for Exynos based boards

2014-03-13 Thread Inki Dae
2014-03-13 22:41 GMT+09:00 Andrzej Hajda a.ha...@samsung.com: On 03/13/2014 08:08 AM, Inki Dae wrote: 2014-03-12 20:16 GMT+09:00 Tomasz Figa t.f...@samsung.com: On 12.03.2014 11:08, Inki Dae wrote: 2014-03-07 19:00 GMT+09:00 Andrzej Hajda a.ha...@samsung.com: On 03/05/2014 03:56 AM, Inki Dae

Re: [RFC PATCH v2 00/21] Add DSI display support for Exynos based boards

2014-03-12 Thread Inki Dae
2014-03-07 19:00 GMT+09:00 Andrzej Hajda a.ha...@samsung.com: On 03/05/2014 03:56 AM, Inki Dae wrote: Hi Andrzej, Thanks for your contributions. 2014-02-12 20:31 GMT+09:00 Andrzej Hajda a.ha...@samsung.com: Hi, This patchset adds drivers and bindings to the following devices: - Exynos

Re: [RFC PATCH v2 00/21] Add DSI display support for Exynos based boards

2014-03-04 Thread Inki Dae
the binding is done, encoder of display bus driver will have drm_bridge object of LVDS bridge driver so that display bus driver can handle LVDS bridge driver. Will review your patch series soon. Thanks, Inki Dae 2. I have used video interface bindings to make link between bridge and LVDS panel

Re: [RFC PATCH v2 03/21] exynos/dsim: add DT bindings

2014-03-04 Thread Inki Dae
2014-02-12 20:31 GMT+09:00 Andrzej Hajda a.ha...@samsung.com: The patch adds DT bindings for Exynos DSI Master. DSIM follows rules for DSI bus host bindings [1]. Properties describes its resources: memory, interrupt, clocks, phy, regulators and frequencies of clocks. [1]:

Re: [RFC PATCH v2 08/21] drm/panel: add TC358764 driver

2014-03-04 Thread Inki Dae
2014-02-12 20:31 GMT+09:00 Andrzej Hajda a.ha...@samsung.com: The patch adds driver for Toshiba DSI/LVDS TC358764 bridge. Driver registers itself as mipi_dsi_driver. It is exposed to the system via drm_panel interface, it uses also drm_panel framework to interact with LVDS panel connected to

Re: [PATCH] iommu/exynos: Remove driver

2014-02-06 Thread Inki Dae
cares about it, so let's remove it. Wait, we are going to fix up this module. It seems that KyoungHo, original author, is busy with some works related to product. we can care about it if KyoungHo cannot afford to care for the time being. Thanks, Inki Dae Signed-off-by: Olof Johansson o

Re: [PATCH V2] drm/exynos: Fix multiplatform breakage for ipp/gsc

2014-01-20 Thread Inki Dae
Applied. Thanks, Inki Dae 2014/1/16 Tushar Behera tushar.beh...@linaro.org: There is no need to include plat/map-base.h in ipp driver. Remove this and enable this driver for multi-platform. However gsc driver is not multiplatform compliant yet, so make the compilation conditional upon

Re: [PATCH 2/2] drm/exynos: Fix build after removal of DRM_WAKUP

2014-01-07 Thread Inki Dae
, and I merged already them to exynos-drm-next. http://www.spinics.net/lists/dri-devel/msg50921.html Thanks, Inki Dae Reviewed-by: Daniel Vetter daniel.vet...@ffwll.ch --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers

RE: [PATCH] video: exynos_mipi_dsim: Remove unused variable

2013-11-14 Thread Inki Dae
; InKi Dae Subject: Re: [PATCH] video: exynos_mipi_dsim: Remove unused variable On Thu, Nov 14, 2013 at 5:32 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Thu, Nov 14, 2013 at 01:09:24PM -0800, Olof Johansson wrote: commit 7e0be9f9f7cba3356f75b86737dbe3a005da067e ('video

Re: [PATCH v2 0/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-10-28 Thread Inki Dae
Hi Rahul, I have merged the re-factoring patch set from Sean Paul to exynos-drm-next except eDP related patch set that these need more reviews. Can you re-base at top of exynos-drm-next? Thanks, Inki Dae 2013/10/22 Rahul Sharma rahul.sha...@samsung.com: Currently, exynos hdmiphy operations

Re: [RFC 00/12] Add DRM Exynos HDMI on SoCs from Exynos4 family

2013-10-28 Thread Inki Dae
Hi Tomasz, I have merged the re-factoring patch set from Sean Paul. Can you re-base your patch set at top of exynos-drm-next? Thanks, Inki Dae 2013/10/21 Tomasz Stanislawski t.stanisl...@samsung.com: This patchset adds support for HDMI at SoCs from Exynos4 family. The patches are rebased

Re: [RFC 00/12] Add DRM Exynos HDMI on SoCs from Exynos4 family

2013-10-28 Thread Inki Dae
2013/10/29 Kukjin Kim kgene@samsung.com: On 10/28/13 06:42, Inki Dae wrote: Hi Tomasz, I have merged the re-factoring patch set from Sean Paul. Can you re-base your patch set at top of exynos-drm-next? Basically, RFC is not patch for merge. So Tomasz needs to re-submit after

RE: [PATCH 3/5] drm/bridge: Add PTN3460 bridge driver

2013-10-10 Thread Inki Dae
-Original Message- From: Mark Brown [mailto:broo...@kernel.org] Sent: Thursday, October 10, 2013 6:37 PM To: Inki Dae Cc: 'Olof Johansson'; 'Sean Paul'; devicet...@vger.kernel.org; linux- samsung-...@vger.kernel.org; linux-...@vger.kernel.org; linux- ker...@vger.kernel.org; 'DRI

RE: [PATCH 3/5] drm/bridge: Add PTN3460 bridge driver

2013-10-09 Thread Inki Dae
-Original Message- From: Mark Brown [mailto:broo...@kernel.org] Sent: Thursday, October 10, 2013 3:29 AM To: Inki Dae Cc: Olof Johansson; Sean Paul; devicet...@vger.kernel.org; linux-samsung- s...@vger.kernel.org; linux-...@vger.kernel.org; linux- ker...@vger.kernel.org; DRI

RE: [PATCH v2 4/5] drm/exynos: Initialize ptn3460 if present

2013-10-04 Thread Inki Dae
-Original Message- From: Sean Paul [mailto:seanp...@chromium.org] Sent: Friday, October 04, 2013 11:17 PM To: Inki Dae Cc: Kukjin Kim; DRI mailing list; linux-samsung-soc@vger.kernel.org; linux-arm-ker...@lists.infradead.org; linux-ker...@vger.kernel.org; linux- d

RE: [PATCH v2 4/5] drm/exynos: Initialize ptn3460 if present

2013-10-04 Thread Inki Dae
-Original Message- From: Sean Paul [mailto:seanp...@chromium.org] Sent: Saturday, October 05, 2013 12:05 AM To: Inki Dae Cc: Kukjin Kim; DRI mailing list; linux-samsung-soc; Linux ARM Kernel; Linux Kernel Mailing List; linux-...@vger.kernel.org; devicet...@vger.kernel.org; Dave

Re: [PATCH 3/5] drm/bridge: Add PTN3460 bridge driver

2013-10-03 Thread Inki Dae
Hi, thank you for your contribution and the below is my short comments, 2013/10/2 Sean Paul seanp...@chromium.org: This patch adds a drm_bridge driver for the PTN3460 DisplayPort to LVDS bridge chip. Signed-off-by: Sean Paul seanp...@chromium.org ---

Re: [PATCH 4/5] drm/exynos: Initialize ptn3460 if present

2013-10-03 Thread Inki Dae
{ ... } } fimd@11c0 { ... output_dev = ptn3460_bridge; } With this, I believe that you can do all things you want for controlling the LVDS bridge in fimd driver. Thanks, Inki Dae + if (!bridge-node) + return false

Re: [PATCH 4/5] drm/exynos: Initialize ptn3460 if present

2013-10-03 Thread Inki Dae
2013/10/4 Sean Paul seanp...@chromium.org: On Thu, Oct 3, 2013 at 10:43 AM, Inki Dae inki@samsung.com wrote: 2013/10/2 Sean Paul seanp...@chromium.org: This patch adds code to look for the ptn3460 in the device tree file on exynos initialization. If ptn node is found, the driver

Re: [PATCH 3/5] drm/bridge: Add PTN3460 bridge driver

2013-10-03 Thread Inki Dae
2013/10/3 Sean Paul seanp...@chromium.org: On Thu, Oct 3, 2013 at 9:55 AM, Inki Dae inki@samsung.com wrote: Hi, thank you for your contribution and the below is my short comments, 2013/10/2 Sean Paul seanp...@chromium.org: This patch adds a drm_bridge driver for the PTN3460 DisplayPort

Re: [PATCH 4/5] drm/exynos: Initialize ptn3460 if present

2013-10-03 Thread Inki Dae
2013/10/4 Sean Paul seanp...@chromium.org: On Thu, Oct 3, 2013 at 1:18 PM, Inki Dae inki@samsung.com wrote: 2013/10/4 Sean Paul seanp...@chromium.org: On Thu, Oct 3, 2013 at 10:43 AM, Inki Dae inki@samsung.com wrote: 2013/10/2 Sean Paul seanp...@chromium.org: This patch adds code

Re: [PATCH 3/5] drm/bridge: Add PTN3460 bridge driver

2013-10-03 Thread Inki Dae
2013/10/4 Sean Paul seanp...@chromium.org: On Thu, Oct 3, 2013 at 1:39 PM, Inki Dae inki@samsung.com wrote: 2013/10/3 Sean Paul seanp...@chromium.org: On Thu, Oct 3, 2013 at 9:55 AM, Inki Dae inki@samsung.com wrote: Hi, thank you for your contribution and the below is my short comments

Re: [PATCH 3/5] drm/bridge: Add PTN3460 bridge driver

2013-10-03 Thread Inki Dae
2013/10/4 Sean Paul seanp...@chromium.org: On Thu, Oct 3, 2013 at 2:23 PM, Inki Dae inki@samsung.com wrote: 2013/10/4 Sean Paul seanp...@chromium.org: On Thu, Oct 3, 2013 at 1:39 PM, Inki Dae inki@samsung.com wrote: 2013/10/3 Sean Paul seanp...@chromium.org: On Thu, Oct 3, 2013 at 9

Re: [PATCH 3/5] drm/bridge: Add PTN3460 bridge driver

2013-10-03 Thread Inki Dae
2013/10/4 Olof Johansson o...@lixom.net: On Thu, Oct 3, 2013 at 10:39 AM, Inki Dae inki@samsung.com wrote: 2013/10/3 Sean Paul seanp...@chromium.org: On Thu, Oct 3, 2013 at 9:55 AM, Inki Dae inki@samsung.com wrote: Can a regulator be used instead of gpio in other board case

Re: [PATCH v2 4/5] drm/exynos: Initialize ptn3460 if present

2013-10-03 Thread Inki Dae
2013/10/4 Sean Paul seanp...@chromium.org: This patch adds code to look for the ptn3460 in the device tree file on exynos initialization. If ptn node is found, the driver will initialize the ptn3460 driver and skip creating a DP connector (since the bridge driver will register its own

Re: [PATCH v2 4/5] drm/exynos: Initialize ptn3460 if present

2013-10-03 Thread Inki Dae
2013/10/4 Sean Paul seanp...@chromium.org: On Thu, Oct 3, 2013 at 10:29 PM, Inki Dae inki@samsung.com wrote: 2013/10/4 Sean Paul seanp...@chromium.org: This patch adds code to look for the ptn3460 in the device tree file on exynos initialization. If ptn node is found, the driver

RE: [PATCH 1/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-09-30 Thread Inki Dae
-Original Message- From: Sylwester Nawrocki [mailto:sylvester.nawro...@gmail.com] Sent: Monday, September 30, 2013 7:09 AM To: Inki Dae Cc: Rahul Sharma; devicet...@vger.kernel.org; linux-samsung-soc; sw0312.kim; sunil joshi; dri-devel; kgene.kim; Shirish S; Sylwester Nawrocki

RE: [PATCH 1/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-09-30 Thread Inki Dae
-Original Message- From: linux-samsung-soc-ow...@vger.kernel.org [mailto:linux-samsung-soc- ow...@vger.kernel.org] On Behalf Of Tomasz Figa Sent: Monday, September 30, 2013 8:13 AM To: Sylwester Nawrocki Cc: Inki Dae; Rahul Sharma; devicet...@vger.kernel.org; linux-samsung-soc

RE: [PATCH 1/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-09-16 Thread Inki Dae
CCing devicetree, -Original Message- From: Rahul Sharma [mailto:r.sh.o...@gmail.com] Sent: Tuesday, September 10, 2013 5:28 PM To: Sean Paul Cc: Inki Dae; Rahul Sharma; linux-samsung-soc; dri-devel; kgene.kim; sw0312.kim; Lucas Stach; Tomasz Figa; Sylwester Nawrocki; sunil joshi

RE: [PATCH 1/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-09-05 Thread Inki Dae
-Original Message- From: linux-samsung-soc-ow...@vger.kernel.org [mailto:linux-samsung-soc- ow...@vger.kernel.org] On Behalf Of Rahul Sharma Sent: Thursday, September 05, 2013 3:04 PM To: Inki Dae Cc: Sean Paul; Rahul Sharma; linux-samsung-soc; dri-devel; kgene.kim; sw0312.kim

RE: [PATCH 1/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-09-05 Thread Inki Dae
-Original Message- From: Sean Paul [mailto:seanp...@chromium.org] Sent: Thursday, September 05, 2013 10:20 PM To: Inki Dae Cc: Rahul Sharma; Rahul Sharma; linux-samsung-soc; dri-devel; kgene.kim; sw0312.kim; Lucas Stach; Tomasz Figa; Sylwester Nawrocki; sunil joshi; Shirish S

RE: [PATCH 1/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-09-04 Thread Inki Dae
-Original Message- From: Rahul Sharma [mailto:r.sh.o...@gmail.com] Sent: Wednesday, September 04, 2013 2:48 PM To: Sean Paul Cc: Rahul Sharma; linux-samsung-soc; dri-devel; kgene.kim; sw0312.kim; InKi Dae; Lucas Stach; Tomasz Figa; Sylwester Nawrocki; sunil joshi; shir

RE: [PATCH 1/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-09-04 Thread Inki Dae
-Original Message- From: linux-samsung-soc-ow...@vger.kernel.org [mailto:linux-samsung-soc- ow...@vger.kernel.org] On Behalf Of Sean Paul Sent: Wednesday, September 04, 2013 11:52 PM To: Inki Dae Cc: Rahul Sharma; Rahul Sharma; linux-samsung-soc; dri-devel; kgene.kim; sw0312.kim

RE: [PATCH 1/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-09-04 Thread Inki Dae
. Shirish and Rahul, please re- post your patch set after discussing how to rebase these patch set. Thanks, Inki Dae In that case, we need to test the phy confs for all the exynos boards, supported in mainline. Probably needs a analyser as well to precisely compare the deviation

RE: [PATCH 0/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-09-02 Thread Inki Dae
-Original Message- From: Rahul Sharma [mailto:r.sh.o...@gmail.com] Sent: Monday, September 02, 2013 3:28 PM To: Inki Dae Cc: Rahul Sharma; linux-samsung-soc; dri-de...@lists.freedesktop.org; Kukjin Kim; sw0312.kim; Sean Paul; Lucas Stach; Tomasz Figa; Sylwester Nawrocki; sunil

RE: [PATCH 0/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-09-02 Thread Inki Dae
-Original Message- From: Rahul Sharma [mailto:r.sh.o...@gmail.com] Sent: Monday, September 02, 2013 6:06 PM To: Inki Dae Cc: Rahul Sharma; linux-samsung-soc; dri-de...@lists.freedesktop.org; Kukjin Kim; sw0312.kim; Sean Paul; Lucas Stach; Tomasz Figa; Sylwester Nawrocki; sunil

RE: [PATCH 0/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-09-01 Thread Inki Dae
Hi Rahul, -Original Message- From: linux-samsung-soc-ow...@vger.kernel.org [mailto:linux-samsung-soc- ow...@vger.kernel.org] On Behalf Of Rahul Sharma Sent: Friday, August 30, 2013 7:06 PM To: Inki Dae Cc: Rahul Sharma; linux-samsung-soc; dri-de...@lists.freedesktop.org; Kukjin Kim

RE: [PATCH 0/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-08-30 Thread Inki Dae
); ... } else { ret = platform_driver_register(hdmiphy_platform_driver); ... } return ret; } Thanks, Inki Dae -Original Message- From: Rahul Sharma [mailto:rahul.sha...@samsung.com] Sent: Friday, August 30, 2013 3:59 PM

RE: [PATCH 0/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-08-30 Thread Inki Dae
that was failed. Thanks, Inki Dae -Original Message- From: dri-devel-bounces+inki.dae=samsung@lists.freedesktop.org [mailto:dri-devel-bounces+inki.dae=samsung@lists.freedesktop.org] On Behalf Of Inki Dae Sent: Friday, August 30, 2013 5:33 PM To: 'Rahul Sharma'; linux-samsung-soc

RE: [PATCH 0/3] drm/exynos: fimd: get signal polarities from device tree

2013-08-26 Thread Inki Dae
-Original Message- From: linux-samsung-soc-ow...@vger.kernel.org [mailto:linux-samsung-soc- ow...@vger.kernel.org] On Behalf Of Andrzej Hajda Sent: Wednesday, August 21, 2013 11:22 PM To: open list:DRM DRIVERS FOR E... Cc: Andrzej Hajda; Inki Dae; Joonyoung Shim; Seung-Woo Kim

RE: [PATCH] drm/exynos: Add fallback option to get non physically contiguous memory for gem_dumb_create

2013-08-26 Thread Inki Dae
One more thing, changed the subject to Consider fallback option to allocation fail. The subject is too long :) Thanks, Inki Dae -Original Message- From: linux-samsung-soc-ow...@vger.kernel.org [mailto:linux-samsung-soc- ow...@vger.kernel.org] On Behalf Of Vikas Sajjan Sent: Tuesday

<    1   2   3   4   5   6   >