Re: [PATCH 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-02-04 Thread Kyungmin Park
, compatible = samsung,exynos4212-g2d Even though 4212 is exist, I can't see 4212 board support at mainline. so I prefer exynos4412-g2d instead of 4212-g2d. For exynos5250, 5410 (In case of Exynos5440, I'm not sure that the SoC has same ip) compatible = samsung,exynos5250-g2d Acked-by: Kyungmin

Re: linux-next: Tree for Nov 27 (media/v4l2-core/videobuf2-dma-contig.c)

2012-11-27 Thread Kyungmin Park
Hi, It's fixed already and you will check it at Nov 28 tree http://www.spinics.net/lists/linux-media/msg56830.html Thank you, Kyungmin Park On 11/28/12, Stephen Rothwell s...@canb.auug.org.au wrote: [Just adding some cc's] On Tue, 27 Nov 2012 10:32:15 -0800 Randy Dunlap rdun...@infradead.org

Re: [PATCH] media: fix a typo CONFIG_HAVE_GENERIC_DMA_COHERENT in videobuf2-dma-contig.c

2012-11-26 Thread Kyungmin Park
, Kyungmin Park On 11/27/12, Prabhakar Lad prabhakar.cse...@gmail.com wrote: From: Lad, Prabhakar prabhakar@ti.com from commit 93049b9368a2e257ace66252ab2cc066f3399cad, which adds a check HAVE_GENERIC_DMA_COHERENT for dma ops, the check was wrongly made it should have been

Re: [Linaro-mm-sig] [PATCHv9 00/25] Integration of videobuf2 with DMABUF

2012-10-10 Thread Kyungmin Park
board support at mainline. CC arm samsung mailing list. Thank you, Kyungmin Park I spent 4 days trying to setup an environment that would allow testing DMABUF with video4linux without success (long story, see below). Also, Laurent tried the same without any luck, and it seems that it even

Re: [PATCH v1 01/14] media: s5p-hdmi: add HPD GPIO to platform data

2012-10-05 Thread Kyungmin Park
Hi Mauro, If you don't mind can we merge this patch at drm tree? the remainig patches will be merged by Tomasz S. To Marek Tomasz, Can you give your acks? Thank you, Kyungmin Park On 10/4/12, Inki Dae inki@samsung.com wrote: Hello Media guys, This is dependent of exynos drm patch set

Re: [PATCH V2 2/5] [Media] New control class and features for FM RX

2012-04-18 Thread Kyungmin Park
We're using similar one internally. Acked-by: Kyungmin Park kyungmin.p...@samsung.com On 4/19/12, manjunatha_ha...@ti.com manjunatha_ha...@ti.com wrote: From: Manjunatha Halli x0130...@ti.com This patch creates new ctrl class for FM RX and adds new CID's for below FM features, 1) De

Re: [PATCH V2 4/5] [Documentation] Media: Update docs for V4L2 FM new features

2012-04-18 Thread Kyungmin Park
Acked-by: Kyungmin Park kyungmin.p...@samsung.com On 4/19/12, manjunatha_ha...@ti.com manjunatha_ha...@ti.com wrote: From: Manjunatha Halli x0130...@ti.com The list of new features - 1) New control class for FM RX 2) New FM RX CID's - De-Emphasis filter mode and RDS AF switch

Re: Test application for DMABUF sharing between V4L2 and DRM

2012-04-11 Thread Kyungmin Park
Hi Tomasz, How about to add this program to tools directory? tools/drm or tools/media? Thank you, Kyungmin Park On Wed, Apr 11, 2012 at 1:13 AM, Tomasz Stanislawski t.stanisl...@samsung.com wrote: Hi Everyone, This email contains a test application showing DMABUF sharing between DRM/KMS

Re: [Linaro-mm-sig] [PATCH] dma-buf: add get_dma_buf()

2012-03-16 Thread Kyungmin Park
Reviewed-by: Kyungmin Park kyungmin.p...@samsung.com On 3/17/12, Rob Clark rob.cl...@linaro.org wrote: From: Rob Clark r...@ti.com Works in a similar way to get_file(), and is needed in cases such as when the exporter needs to also keep a reference to the dmabuf (that is later released

Re: [PATCH 0/1] media: video: s5p-g2d: Add Support for FIMG2D v4 style H/W

2012-03-14 Thread Kyungmin Park
for exynos4x12 and v4.1 for exynos5250? Thank you, Kyungmin Park Ajay Kumar (1): [PATCH 1/1]media: video: s5p-g2d: Add support for FIMG2D v4 H/W logic drivers/media/video/s5p-g2d/g2d-hw.c | 54 ++-- drivers/media/video/s5p-g2d/g2d-regs.h |4 ++ drivers

Re: [PATCH] drivers/media/video/s5p-tv/*_drv.c: use devm_ functions

2012-02-09 Thread Kyungmin Park
Acked-by: Kyungmin Park kyungmin.p...@samsung.com To Marek, Please include this patch at next git pull request. On Thu, Feb 9, 2012 at 7:45 PM, Julia Lawall julia.law...@lip6.fr wrote: From: Julia Lawall julia.law...@lip6.fr The various devm_ functions allocate memory that is released when

Re: [PATCH] [trivial] media: Fix typo in mixer_drv.c and hdmi_drv.c

2012-01-29 Thread Kyungmin Park
Acked-by: Kyungmin Park kyungmin.p...@samsung.com On 1/29/12, Masanari Iida standby2...@gmail.com wrote: Correct typo sucessful to successful in drivers/media/video/s5p-tv/mixer_drv.c drivers/media/video/s5p-tv/hdmi_drv.c Signed-off-by: Masanari Iida standby2...@gmail.com --- drivers

Re: [PATCH 1/5] Driver core: driver_find() drops reference before returning

2012-01-24 Thread Kyungmin Park
For s5p-{fimc,tv} Acked-by: Kyungmin Park kyungmin.p...@samsung.com On 1/25/12, Alan Stern st...@rowland.harvard.edu wrote: As part of the removal of get_driver()/put_driver(), this patch (as1510) changes driver_find(); it now drops the reference it acquires before returning. The patch also

Re: [RFCv1 0/4] v4l: DMA buffer sharing support as a user

2012-01-15 Thread Kyungmin Park
Hi, Since dma_buf is merged at v3.3-rc, I hope to merge this one also at this merge window. Now it's tested at OMAP. also it's used at exynos but not yet fully tested. Thank you, Kyungmin Park On 1/5/12, Sumit Semwal sumit.sem...@ti.com wrote: Hello Everyone, A very happy new year 2012

Re: [PATCH 4/4] drivers/media/video/s5p-mfc/s5p_mfc.c: adjust double test

2012-01-12 Thread Kyungmin Park
All patches. Acked-by: Kyungmin Park kyungmin.p...@samsung.com To Marek, Please collect all patches and send git request pull. Thank you, Kyungmin Park On 1/13/12, Julia Lawall julia.law...@lip6.fr wrote: From: Julia Lawall julia.law...@lip6.fr Rewrite a duplicated test to test the correct

Re: [PATCH] [media] s5p-fimc: Fix incorrect control ID assignment

2012-01-12 Thread Kyungmin Park
Acked-by: Kyungmin Park kyungmin.p...@samsung.com On 1/10/12, Sachin Kamat sachin.ka...@linaro.org wrote: This patch fixes the mismatch between control IDs (CID) and controls for hflip, vflip and rotate. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/media/video/s5p-fimc

Re: [RFC 0/6] iommu: generic api migration and grouping

2011-06-02 Thread Kyungmin Park
Hi, Good approach. CC'ed the Samsung IOMMU developer. Marek. BTW, Russell wants to use the DMA based IOMMU? Please see the RFC patch, ARM: DMA-mapping IOMMU integration http://www.spinics.net/lists/linux-mm/msg19856.html Thank you, Kyungmin Park On Fri, Jun 3, 2011 at 7:27 AM, Ohad Ben-Cohen

Re: [PATCH] [media] V4L/videobuf2-memops: use pr_debug for debug messages

2011-06-01 Thread Kyungmin Park
Acked-by: Kyungmin Park kyunginn.,p...@samsung.com --- I think it's better to add the videobuf2 maintainer entry for proper person to know the changes. In this case, Marek is missing. If any objection, I will make a patch. Thank you, Kyungmin Park 2011/6/2 Uwe Kleine-König u.kleine-koe

Re: [PATCH v4 0/3] TV driver for Samsung S5P platform (media part)

2011-06-01 Thread Kyungmin Park
is that current codes are pending for long time. so in our case, merge it first and expand it for next chips. Thank you, Kyungmin Park On Tue, May 31, 2011 at 7:20 PM, Tomasz Stanislawski t.stanisl...@samsung.com wrote: JiUn Yu wrote: 5. Mixer Video Processor driver. It is called 's5p-mixer

Re: Yet another memory provider: can linaro organize a meeting?

2011-03-16 Thread Kyungmin Park
, Kyungmin Park Thanks, Lea On Wed, Mar 16, 2011 at 12:47 AM, Alex Deucher alexdeuc...@gmail.com wrote: On Tue, Mar 15, 2011 at 12:07 PM, Robert Fekete robert.fek...@linaro.org wrote: On 8 March 2011 20:23, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Andy, On Tuesday 08 March

Re: [PATCH] fix of mutex locking bug in fops_read

2011-03-14 Thread Kyungmin Park
Acked-by: Kyungmin Park kyungmin.p...@samsung.com On Tue, Mar 15, 2011 at 6:03 AM, Tobias Lorenz tobias.lor...@gmx.net wrote: This patch fixes a mutex locking bug causing userspace processes to hang indefinitely upon reading the radio device for RDS data. Signed-off-by: Nils Faerber nils.faer

Re: [PATCH 2/6] universal: i2c: add I2C controller 8 (HDMIPHY)

2011-03-09 Thread Kyungmin Park
On Wed, Mar 9, 2011 at 9:00 PM, Kukjin Kim kgene@samsung.com wrote: Tomasz Stanislawski wrote: Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---  arch/arm/mach-s5pv310/clock.c             |    6 +++  arch/arm/mach

Re: [PATCH v2 0/6] HDMI driver for Samsung S5PV310 platform

2011-03-09 Thread Kyungmin Park
On Wed, Mar 9, 2011 at 9:11 PM, Kukjin Kim kgene@samsung.com wrote: Hi all, As I know, S5P-TV(HDMI) stuff needs more discussion. I don't want to just merge platform devices which is not used anywhere. Besides, there are two schemes for it in mailing list now. It's different one, which

Re: [PATCHv2 0/3] hwmem: Hardware memory driver

2011-03-09 Thread Kyungmin Park
Hi, CCed updated Michal email address, One note, As Michal moved to google, Marek is works on CMA. We are also studying the hwmem and GEM. Thank you, Kyungmin Park On Wed, Mar 9, 2011 at 9:18 PM, johan.xx.mossb...@stericsson.com wrote: Hello everyone, The following patchset implements

Re: Yet another memory provider: can linaro organize a meeting?

2011-03-08 Thread Kyungmin Park
Dear Jonghun, It's also helpful to explain what's the original purpose of UMP (for GPU, MALI) and what's the goal of UMP usage for multimedia stack. Especially, what's the final goal of UMP from LSI. Also consider the previous GPU memory management program, e.g., SGX. Thank you, Kyungmin Park

Re: [st-ericsson] v4l2 vs omx for camera

2011-02-26 Thread Kyungmin Park
for multimedia. Thank you, Kyungmin Park Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at  http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list

Re: [st-ericsson] v4l2 vs omx for camera

2011-02-24 Thread Kyungmin Park
it as cmem, carveout, hwmon and so on. I think Laurent's approaches is similar one. We will try it again to merge CMA. Thank you, Kyungmin Park The other part is that everyone can use and share these buffers. There isn't anything for this yet. We have discussed this in the past and we need

Re: [PATCHv8 00/12] Contiguous Memory Allocator

2010-12-23 Thread Kyungmin Park
Hi Andrew, any comments? what's the next step to merge it for 2.6.38 kernel. we want to use this feature at mainline kernel. Any idea and comments are welcome. Thank you, Kyungmin Park On Thu, Dec 16, 2010 at 5:34 AM, Michal Nazarewicz m.nazarew...@samsung.com wrote: Hello everyone

Re: [PATCH] [media] s5p-fimc: fix main scaler SFRs depends on FIMC version

2010-12-17 Thread Kyungmin Park
                0x18c  #define S5P_CIDMAPARAM_R_LINEAR                (0 29) -- 1.6.2.5 Thank you, Kyungmin Park -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [RFC/PATCH v4 0/4] Multi Format Codec 5.0 driver for S5PC110 SoC

2010-12-09 Thread Kyungmin Park
if possible. Thank you, Kyungmin Park -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RFC/PATCH v4 0/4] Multi Format Codec 5.0 driver for S5PC110 SoC

2010-12-09 Thread Kyungmin Park
On Fri, Dec 10, 2010 at 12:40 PM, Kukjin Kim kgene@samsung.com wrote: Kyungmin Park wrote: On Fri, Dec 10, 2010 at 11:32 AM, Kukjin Kim kgene@samsung.com wrote: Kamil Debski wrote: Hello, Last week v3 of this driver has been posted. Since then the driver was changed

Re: [PATCH/RFC v3 0/7] Videobuf2 framework

2010-10-20 Thread Kyungmin Park
to make a write emulator too. One thing consideration is that with this implementation we can't meet merge window for 2.6.37. How do you think? Thank you, Kyungmin Park A last remark: the locking has changed recently in videobuf due to the work done on eliminating the BKL.  It's probably a good idea

Re: [PATCH/RFC v3 0/7] Videobuf2 framework

2010-10-20 Thread Kyungmin Park
On Wed, Oct 20, 2010 at 9:28 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Wed, 2010-10-20 at 16:18 +0900, Kyungmin Park wrote: On Wed, Oct 20, 2010 at 4:14 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Wednesday, October 20, 2010 08:41:06 Marek Szyprowski wrote: Hello, As I promissed

Re: RFC: Introduction of M2M capability and buffer types

2010-09-28 Thread Kyungmin Park
Any comments? On Tue, Sep 14, 2010 at 11:29 PM, Kamil Debski k.deb...@samsung.com wrote: Hello, Mem2mem devices currently use V4L2_CAP_VIDEO_CAPTURE and V4L2_CAP_VIDEO_OUTPUT capabilities. One might expect that a capture device is a camera and an output device can display images. If I

Re: [PATCH/RFCv3 0/6] The Contiguous Memory Allocator framework

2010-08-17 Thread Kyungmin Park
Are there any comments or ack? We hope this method included at mainline kernel if possible. It's really needed feature for our multimedia frameworks. Thank you, Kyungmin Park On Fri, Aug 6, 2010 at 10:22 PM, Michal Nazarewicz m.nazarew...@samsung.com wrote: Hello everyone, The following

Re: [PATCH v3 1/8] ARM: Samsung: Add register definitions for Samsung S5P SoC camera interface

2010-08-02 Thread Kyungmin Park
which are only used by one driver in arch/arm/*/include is silly. I also happy with this method. Thank you, Kyungmin Park -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Pending patches for s5p series

2010-06-18 Thread Kyungmin Park
=2 6. [PATCH v4 0/3] Add samsung keypad http://marc.info/?l=linux-arm-kernelm=127624378103808w=2 Thank you, Kyungmin Park -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: Embedded Linux Conference

2009-03-16 Thread Kyungmin Park
something to get some beers one night during the conf? then see you there. Thank you, Kyungmin Park -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html