[PATCH v2 3/3] ARM: dts: add Panel device support for exynos3250-rinato

2014-12-09 Thread Hyungwon Hwang
From: Inki Dae inki@samsung.com This patch adds MIPI-DSI and MIPI-DSI based S6E63J0X03 AMOLED panel device nodes for Exynos3250 Rinato board. Signed-off-by: Inki Dae inki@samsung.com Signed-off-by: Hyungwon Hwang human.hw...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com

[PATCH v2 0/3] add display support for exynos3250 rinato board

2014-12-09 Thread Hyungwon Hwang
This is v2 of the patchset adding support for s6e63j0x03 lcd panel. Inki Dae sent this patchset before. Because of his busy work at company, I modifies some point according to the review by Thierry Reding on behalf of him. This patch series adds Display support for exynos3250 Rinato board. For

[PATCH v2 1/3] ARM: dts: add fimd device support for exynos3250-rinato

2014-12-09 Thread Hyungwon Hwang
From: Inki Dae inki@samsung.com This patch adds fimd device node which is a display controller for Exynos3250 Rinato board. Signed-off-by: Inki Dae inki@samsung.com Signed-off-by: Hyungwon Hwang human.hw...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com --- Changes for v2

[PATCH v2 2/3] drm/panel: add s6e63j0x03 LCD panel driver

2014-12-09 Thread Hyungwon Hwang
@samsung.com Signed-off-by: Hyungwon Hwang human.hw...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com --- Changes for v2: - Change the gamma table to 2-dimensional array - Change the way to make index for brightness - Make command functions to an array so that it can be called simply

Re: [PATCH 1/2] exynos: Don't use DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctls

2015-01-26 Thread Hyungwon Hwang
Dear Emil, On Mon, 26 Jan 2015 19:05:51 + Emil Velikov emil.l.veli...@gmail.com wrote: On 26 January 2015 at 01:42, Hyungwon Hwang human.hw...@samsung.com wrote: Dear Tobias, Thanks for fixing it. Signed-off-by: Hyungwon Hwang human.hw...@samsung.com Hi Hyungwon Hwang I'm

Re: [PATCH v2 2/3] drm/panel: add s6e63j0x03 LCD panel driver

2015-01-05 Thread Hyungwon Hwang
, Inki Dae Thierry Best regards, Hyungwon Hwang -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: odroidxu3 u-boot samsung - git - Denx

2015-02-08 Thread Hyungwon Hwang
-boot-samsung/include/configs/odroid_xu3.h After these change I am able to set the environment variables for u-boot. But I am not able to boot into new kernel. Please some one could help me guide me If I am doing some thing wrong. Best regards, Hyungwon Hwang -- To unsubscribe from this list

Re: [PATCH 1/2] exynos: Don't use DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctls

2015-01-25 Thread Hyungwon Hwang
Dear Tobias, Thanks for fixing it. Signed-off-by: Hyungwon Hwang human.hw...@samsung.com On Fri, 16 Jan 2015 23:57:33 +0100 Tobias Jakobi tjak...@math.uni-bielefeld.de wrote: From: Hyungwon Hwang human.hw...@samsung.com The ioctl DRM_EXYNOS_GEM_MAP_OFFSET and DRM_EXYNOS_GEM_MMAP

[PATCH 2/2] drm/exynos: ipp: validate a GEM handle with multiple planes

2015-06-08 Thread Hyungwon Hwang
FIMC GSC driver can calculate the offset of planes. So there are use cases which IPP receives just one GEM handle of an image with multiple plane. This patch extends ipp_validate_mem_node() to validate this case. Signed-off-by: Hyungwon Hwang human.hw...@samsung.com --- drivers/gpu/drm/exynos

[PATCH 1/2] drm/exynos: ipp: fix wrong index referencing a config element

2015-06-08 Thread Hyungwon Hwang
Config depends on the opreation. So it must be referenced by an operation id, not a property id. Signed-off-by: Hyungwon Hwang human.hw...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_ipp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/exynos

[PATCH v3] drm/exynos: dsi: check whether dsi is enabled before sending data

2015-06-08 Thread Hyungwon Hwang
: (0xffc0a00efbe0 to 0xffc0a00f) [ 4721.480720] fbe0: a00efca0 ffc0 0042c944 ffc0 a0f2d680 ffc0 0024 [ 4721.488895] fc00: a4b6d000 ffc0 009f2729 ffc0 a4815400 ffc0 a00efec8 ffc0 Signed-off-by: Hyungwon Hwang human.hw...@samsung.com --- Changes for v2

[PATCH] drm/exynos: dsi: check whether dsi is enabled before sending data

2015-06-04 Thread Hyungwon Hwang
: (0xffc0a00efbe0 to 0xffc0a00f) [ 4721.480720] fbe0: a00efca0 ffc0 0042c944 ffc0 a0f2d680 ffc0 0024 [ 4721.488895] fc00: a4b6d000 ffc0 009f2729 ffc0 a4815400 ffc0 a00efec8 ffc0 Signed-off-by: Hyungwon Hwang human.hw...@samsung.com --- drivers/gpu/drm

Re: [PATCH 3/3] drm/exynos: remove SoC checking code

2015-06-09 Thread Hyungwon Hwang
: Tested-by: Gustavo Padovan gustavo.pado...@collabora.co.uk Gustavo It looks good to me. Reviewed-by: Hyungwon Hwang human.hw...@samsung.com ___ dri-devel mailing list dri-de...@lists.freedesktop.org http://lists.freedesktop.org/mailman

[PATCH v2] drm/exynos: dsi: check whether dsi is enabled before sending data

2015-06-07 Thread Hyungwon Hwang
: (0xffc0a00efbe0 to 0xffc0a00f) [ 4721.480720] fbe0: a00efca0 ffc0 0042c944 ffc0 a0f2d680 ffc0 0024 [ 4721.488895] fc00: a4b6d000 ffc0 009f2729 ffc0 a4815400 ffc0 a00efec8 ffc0 Signed-off-by: Hyungwon Hwang human.hw...@samsung.com --- Changes for v2

[PATCH 2/3] ARM: dts: fix the clock-frequency of rinato board's panel

2015-06-12 Thread Hyungwon Hwang
Because of recent update, proper clock-frequency becomes mandatory for validating the mode of panel. This clock-frequency must be set appropriately for getting required frame rate. Signed-off-by: Hyungwon Hwang human.hw...@samsung.com --- arch/arm/boot/dts/exynos3250-rinato.dts | 2 +- 1 file

Re: [PATCH 2/3] ARM: dts: fix the clock-frequency of rinato board's panel

2015-06-12 Thread Hyungwon Hwang
On Fri, 12 Jun 2015 18:23:18 +0900 Krzysztof Kozlowski k.kozlow...@samsung.com wrote: 2015-06-12 18:03 GMT+09:00 Hyungwon Hwang human.hw...@samsung.com: Because of recent update, proper clock-frequency becomes mandatory for validating the mode of panel. This clock-frequency must be set

[PATCH 1/3] ARM: dts: Add the reference node for syscon to mipi phy for Exynos3250

2015-06-12 Thread Hyungwon Hwang
Exynos mipi phy driver needs syscon node to be probed successfully. Signed-off-by: Hyungwon Hwang human.hw...@samsung.com --- arch/arm/boot/dts/exynos3250.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi index e3bfb11

[PATCH v2] ARM: dts: fix the clock-frequency of rinato board's panel

2015-06-12 Thread Hyungwon Hwang
for getting required frame rate. Signed-off-by: Hyungwon Hwang human.hw...@samsung.com --- arch/arm/boot/dts/exynos3250-rinato.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts b/arch/arm/boot/dts/exynos3250-rinato.dts index 0b99068

[PATCH v3] ARM: dts: fix the clock-frequency of rinato board's panel

2015-06-14 Thread Hyungwon Hwang
From: Hyungwon Hwang human.hw...@samsung.com After the commit abc0b1447d4974963548777a5ba4a4457c82c426 (drm: Perform basic sanity checks on probed modes), proper clock-frequency becomes mandatory for validating the mode of panel. The display does not work if there is no mode validated. Also

Re: [PATCH] drm/exynos: iommu: fix potential NULL pointer dereference

2015-06-29 Thread Hyungwon Hwang
-by: Hyungwon Hwang human.hw...@samsung.com Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_iommu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_iommu.c b/drivers/gpu/drm/exynos/exynos_drm_iommu.c

Re: [PATCH v4] tests/exynos: add fimg2d performance analysis

2015-11-09 Thread Hyungwon Hwang
Hello Tobias, On Mon, 09 Nov 2015 10:47:13 +0100 Tobias Jakobi <tjak...@math.uni-bielefeld.de> wrote: > Hello Hyungwon, > > > Hyungwon Hwang wrote: > > Hello, > > > > I think this patch should update .gitignore, not for adding the > > bui

Re: [PATCH 09/13] exynos/fimg2d: add g2d_move

2015-11-09 Thread Hyungwon Hwang
Hello Tobias, On Mon, 09 Nov 2015 10:47:02 +0100 Tobias Jakobi <tjak...@math.uni-bielefeld.de> wrote: > Hello Hyungwon, > > > Hyungwon Hwang wrote: > > Hello Tobias, > > > > I was in vacation last week, so I could run your code today. I found > > tha

Re: [PATCH v4] tests/exynos: add fimg2d performance analysis

2015-11-10 Thread Hyungwon Hwang
On Tue, 10 Nov 2015 14:23:51 +0100 Tobias Jakobi <tjak...@math.uni-bielefeld.de> wrote: > Hello Hyungwon, > > > Hyungwon Hwang wrote: > > Hello Tobias, > > > > On Mon, 09 Nov 2015 10:47:13 +0100 > > Tobias Jakobi <tjak...@math.uni-

Re: [PATCH 09/13] exynos/fimg2d: add g2d_move

2015-11-10 Thread Hyungwon Hwang
Hello Tobias, On Tue, 10 Nov 2015 14:24:11 +0100 Tobias Jakobi <tjak...@math.uni-bielefeld.de> wrote: > Hello Hyungwon, > > > Hyungwon Hwang wrote: > > Hello Tobias, > > > > On Mon, 09 Nov 2015 10:47:02 +0100 > > Tobias Jakobi <tjak...@math.uni-

Re: [PATCH v4] tests/exynos: add fimg2d performance analysis

2015-11-08 Thread Hyungwon Hwang
regards, Hyungwon Hwang On Mon, 02 Nov 2015 10:52:09 +0100 Tobias Jakobi <tjak...@math.uni-bielefeld.de> wrote: > Currently only fast solid color clear performance is measured. > A large buffer is allocated and solid color clear operations > are executed on it with randomly ch

Re: [PATCH 07/13] tests/exynos: use XRGB8888 for framebuffer

2015-10-30 Thread Hyungwon Hwang
_height, > - DRM_FORMAT_RGBA, handles, > + DRM_FORMAT_XRGB, handles, > pitches, offsets, _id, 0); Reviewed-by: Hyungwon Hwang <human.hw...@samsung.com> Nice catch. It's right, if there was no pr

Re: [PATCH 03/13] tests/exynos: add fimg2d performance analysis

2015-10-30 Thread Hyungwon Hwang
printf("{%u,%llu}", w * h, g2d_time); > + } else { > + printf("num_pixels = %u, usecs = > %llu\n", w * h, g2d_time); > + } > + } > + } > + > + if (output_mathematica) >

Re: [PATCH 06/13] tests/exynos: add fimg2d event test

2015-10-30 Thread Hyungwon Hwang
t;, > + job->id, cmdlist_no); > + > + job->busy = 0; > +} > + > +static void setup_g2d_event_handler(struct exynos_evhandler > *evhandler, int fd) +{ > + evhandler->fds.fd = fd; > + evhandler->fds.events = POLLIN; > +

Re: [PATCH 08/13] exynos: fimg2d: add g2d_set_direction

2015-10-30 Thread Hyungwon Hwang
nside a > fixed buffer. Code itself looks good. But as I know, direction registers are related with flip, not moving. Isn't it? I am not that much familiar with G2D. Please let me know if I am wrong. Best regards, Hyungwon Hwang > > Signed-off-by: Tobias Jakobi <tjak...@math.uni-bi

Re: [PATCH 09/13] exynos/fimg2d: add g2d_move

2015-10-30 Thread Hyungwon Hwang
gt;stride); > + g2d_add_cmd(ctx, SRC_STRIDE_REG, img->stride); > + > + dir.val[0] = dir.val[1] = 0; > + > + if (dst_x >= src_x) > + dir.data.src_x_direction = dir.data.dst_x_direction > = 1; > + if (dst_y >= src_y) > + dir.data

Re: [PATCH 06/13] tests/exynos: add fimg2d event test

2015-11-01 Thread Hyungwon Hwang
On Fri, 30 Oct 2015 12:16:47 +0100 Tobias Jakobi <tjak...@math.uni-bielefeld.de> wrote: > Hello Hyungwon, > > first of all thanks for reviewing the series! > > > > Hyungwon Hwang wrote: > > On Tue, 22 Sep 2015 17:54:55 +0200 > > Tobias Jakob

Re: [PATCH 07/13] tests/exynos: use XRGB8888 for framebuffer

2015-11-01 Thread Hyungwon Hwang
On Fri, 30 Oct 2015 12:17:02 +0100 Tobias Jakobi <tjak...@math.uni-bielefeld.de> wrote: > Hello Hyungwon, > > > Hyungwon Hwang wrote: > > On Tue, 22 Sep 2015 17:54:56 +0200 > > Tobias Jakobi <tjak...@math.uni-bielefeld.de> wrote: > > > &g

Re: [PATCH 08/13] exynos: fimg2d: add g2d_set_direction

2015-11-01 Thread Hyungwon Hwang
On Fri, 30 Oct 2015 18:14:23 +0100 Tobias Jakobi <tjak...@math.uni-bielefeld.de> wrote: > Tobias Jakobi wrote: > > Hello Hyungwon, > > > > > > Hyungwon Hwang wrote: > >> On Tue, 22 Sep 2015 17:54:57 +0200 > >> Tobias Jakobi <tjak...@math.u

Re: [PATCH v2 08/13] exynos: fimg2d: add g2d_set_direction

2015-11-26 Thread Hyungwon Hwang
Dear all, Yes. I can pick it on behalf of Tobias, if there is no one who can do that. BRs, Hyungwon Hwang On Thu, 26 Nov 2015 16:48:10 + Emil Velikov <emil.l.veli...@gmail.com> wrote: > On 26 November 2015 at 16:41, Tobias Jakobi <liquid.a...@gmx.net> > wrote: > >

Re: [PATCH v2 00/13] drm/exynos: async G2D and g2d_move()

2015-11-26 Thread Hyungwon Hwang
_map() to unmap buffers again. > > > The exynos bo map compatibility was broken a few times already so I'm > wondering if we really want this one. I guess that with the lack of > any (outside of tizen) user space things cannot go that wrong :-P > Yes. I agree that adding them at this t

Re: [PATCH v2 00/13] drm/exynos: async G2D and g2d_move()

2015-11-22 Thread Hyungwon Hwang
Hello Tobias, I reviewed this whole patchset, and it looks good to me. Also I tested it on my odroid u3, and all works fine. Thanks you for your effort. Tested-by: Hyungwon Hwang <human.hw...@samsung.com> Reviewed-by: Hyungwon Hwang <human.hw...@samsung.com> BRs, Hyungwon Hwang On