Re: [PATCH] Revert 95f408bb Ryzen DMA related RiSC engine stall fixes

2018-12-19 Thread Alex Deucher
On Tue, Dec 18, 2018 at 7:08 PM Brad Love wrote: > > > On 18/12/2018 18.05, Brad Love wrote: > > On 18/12/2018 17.46, Alex Deucher wrote: > >> On Tue, Dec 18, 2018 at 7:45 AM Mauro Carvalho Chehab > >> wrote: > >>> Em Mon, 17 Dec 2018 21:05:11 -0500

Re: [PATCH v2] cx23885: only reset DMA on problematic CPUs

2018-12-18 Thread Alex Deucher
075/Ryzen%207%201800X/lspci, > +* 0x1451 is PCI ID for the IOMMU found on Ryzen > +*/ > + { PCI_VENDOR_ID_AMD, 0x1451 }, Does this issue only happen with the IOMMU is enabled? Is it only for p2p transfers? Until recently the DMA and PCI subsystems didn't act

Re: [PATCH] Revert 95f408bb Ryzen DMA related RiSC engine stall fixes

2018-12-18 Thread Alex Deucher
On Tue, Dec 18, 2018 at 7:45 AM Mauro Carvalho Chehab wrote: > > Em Mon, 17 Dec 2018 21:05:11 -0500 > Alex Deucher escreveu: > > > On Sun, Dec 16, 2018 at 9:23 AM Mauro Carvalho Chehab > > wrote: > > > > > > Em Sun, 16 Dec 2018 11:37:02 +0100 >

Re: [PATCH] Revert 95f408bb Ryzen DMA related RiSC engine stall fixes

2018-12-17 Thread Alex Deucher
this setup running stable for a few days before > > replying, that's why I am answering only now. > > > > But yes, as expected, with Mauro's hack, the driver has been stable for > > me for about a week, with several > > scheduled recordings in tvheadend, none of th

Re: [PATCH] Revert 95f408bb Ryzen DMA related RiSC engine stall fixes

2018-12-06 Thread Alex Deucher
side. > It's not clear to me what the pci or platform quirk would do. The workaround seems to be in the driver, not on the platform. Alex

Re: [Linaro-mm-sig] [PATCH 4/8] dma-buf: add peer2peer flag

2018-04-25 Thread Alex Deucher
On Wed, Apr 25, 2018 at 2:41 AM, Christoph Hellwig wrote: > On Wed, Apr 25, 2018 at 02:24:36AM -0400, Alex Deucher wrote: >> > It has a non-coherent transaction mode (which the chipset can opt to >> > not implement and still flush), to make sure the AGP horror show >>

Re: [Linaro-mm-sig] [PATCH 4/8] dma-buf: add peer2peer flag

2018-04-24 Thread Alex Deucher
o make almost >>> everything incoherent. >> >> How do discrete GPUs manage to be incoherent when attached over PCIe? > > It has a non-coherent transaction mode (which the chipset can opt to > not implement and still flush), to make sure the AGP horror show > doesn'

Re: [Linaro-mm-sig] [PATCH 4/8] dma-buf: add peer2peer flag

2018-04-24 Thread Alex Deucher
make almost >> everything incoherent. > > How do discrete GPUs manage to be incoherent when attached over PCIe? They can do CPU cache snooped (coherent) or non-snooped (incoherent) DMA. Also for things like APUs, they show up as a PCIe device, but that actual GPU core is part of t

Re: [PATCH 2/8] PCI: Add pci_find_common_upstream_dev()

2018-03-29 Thread Alex Deucher
Sorry, didn't mean to drop the lists here. re-adding. On Wed, Mar 28, 2018 at 4:05 PM, Alex Deucher wrote: > On Wed, Mar 28, 2018 at 3:53 PM, Logan Gunthorpe wrote: >> >> >> On 28/03/18 01:44 PM, Christian König wrote: >>> Well, isn't that exactly what d

Re: [PATCH 1/7] cx231xx: Add second frontend option

2018-01-12 Thread Alex Deucher
struct dvb_frontend *frontend[2]; Maybe define something like CX231XX_MAX_FRONTEND and use it here rather than using a hardcoded 2. Alex > > /* feed count management */ > struct mutex lock; > @@ -386,17 +386,17 @@ static int attach_xc5000(u8 addr, struct cx231xx *dev) >

Re: [trivial PATCH] treewide: Align function definition open/close braces

2017-12-18 Thread Alex Deucher
, but it applies against Linus' tree > with a couple offsets) > > arch/x86/include/asm/atomic64_32.h | 2 +- > drivers/acpi/custom_method.c | 2 +- > drivers/acpi/fan.c | 2 +- > drivers/gpu/drm/amd/displ

Re: [PATCH] dma-buf: Cleanup comments on dma_buf_map_attachment()

2017-11-01 Thread Alex Deucher
On Wed, Nov 1, 2017 at 10:06 AM, Liviu Dudau wrote: > Mappings need to be unmapped by calling dma_buf_unmap_attachment() and > not by calling again dma_buf_map_attachment(). Also fix some spelling > mistakes. > > Signed-off-by: Liviu Dudau Reviewed-by: Alex Deucher > ---

Re: how to link up audio bus from media controller driver to soc dai bus?

2017-06-12 Thread Alex Deucher
nel/git/torvalds/linux.git/tree/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c for the audio side: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/sound/soc/amd/acp-pcm-dma.c Alex

Re: [PATCH] staging: media: cxd2099: Use __func__ macro in messages

2017-05-12 Thread Alex Ghiti
This patch should be dropped as Jasmin is updating this driver. Thanks, On 05/09/2017 02:27 PM, Alexandre Ghiti wrote: Replace hardcoded function names in print info with __func__. Signed-off-by: Alexandre Ghiti --- drivers/staging/media/cxd2099/cxd2099.c | 6 +++--- 1 file changed, 3 insert

Re: DRM Atomic property for color-space conversion

2017-03-16 Thread Alex Deucher
for instance on a CSC property representing >> a CRTC output CSC (just before hitting the connector), which happens >> to be converting RGB to YCbCr: >> >> CRTC -> GAMMA -> RGB_TO_YCBCR_CSC >> >> ...the enum value "BT.601 Limited" means that

Re: Enabling peer to peer device transactions for PCIe devices

2016-11-25 Thread Alex Deucher
eople need to stop doing this windowed memory stuff :) > Blame 32 bit systems and GPUs with tons of vram :) I think resizable bars are finally coming in a useful way so this should go away soon. Alex -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body

Re: [PATCH 4/6] vfio_pci: use pci_irq_allocate_vectors

2016-09-29 Thread Alex Williamson
On Thu, 29 Sep 2016 21:24:04 +0200 Christoph Hellwig wrote: > On Thu, Sep 29, 2016 at 01:21:01PM -0600, Alex Williamson wrote: > > Sorry for the delay, slipped by me. Overall a really nice cleanup. > > One tiny nit, the commit log mis-names the function as > > pci_irq_all

Re: [PATCH 4/6] vfio_pci: use pci_irq_allocate_vectors

2016-09-29 Thread Alex Williamson
ci/vfio_pci_private.h | 1 - > 2 files changed, 10 insertions(+), 36 deletions(-) Sorry for the delay, slipped by me. Overall a really nice cleanup. One tiny nit, the commit log mis-names the function as pci_irq_allocate_vectors instead of pci_alloc_irq_vectors. With that, Acked-by: Alex Wil

Re: [PATCH] [media] af9035: fix for MXL5007T devices with I2C read issues

2016-04-21 Thread Alex Rad
On Thu, Apr 21, 2016 at 2:12 AM, Antti Palosaari wrote: > On 04/20/2016 12:13 PM, Alex Rad wrote: >> >> On Wed, Apr 20, 2016 at 1:02 AM, Antti Palosaari wrote: >>> >>> Hello >>> I am not happy with that new module parameter as I cannot see real need >

Re: [PATCH] [media] af9035: fix for MXL5007T devices with I2C read issues

2016-04-20 Thread Alex Rad
On Wed, Apr 20, 2016 at 1:02 AM, Antti Palosaari wrote: > Hello > I am not happy with that new module parameter as I cannot see real need for > it. So get rid of it. My reasoning for this is: 1) We know of just two devices which may have the issue, but there are probably more. The module paramet

[PATCH] Clarify expression which uses both multiplication and pointer dereference

2015-05-17 Thread Alex Dowad
This fixes a checkpatch style error in vpfe_buffer_queue_setup. Signed-off-by: Alex Dowad --- drivers/staging/media/davinci_vpfe/vpfe_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/davinci_vpfe/vpfe_video.c b/drivers/staging/media/davinci_vpfe

dvbnet - Multiple PIDs on Single Network Interface Attempt

2013-12-02 Thread Alex Bishop
IGMP and such. So, I think the question is, what would be the method you'd choose to combine packets received from dvb0_N interfaces into a single interface? Can this be done multicast agnostic? Without static routing? Cheers, Alex -- To unsubscribe from this list: send the line "un

media_build for Raspberry Pi

2013-10-16 Thread alex
Hi there, on Raspbian, the Debian port for the Raspberry Pi, the needed "lsdiff" is in the package "patchutils" and "Proc::ProcessTable" is in the package "libproc-processtable-perl". Thanks a lot for your good work! Kind Regards Alex -- To u

Possible participation in Edinburgh Mini-Summit

2013-09-18 Thread Alex Luccisano (luccisa)
Hi Mauro, As discussed at LinuxCon (New Orleans), please invite/add me to the V4L/DVB mini-summit in Edinburgh. I cannot commit to attending until travel approvals are in place, so please consider this as tentative. Regards, Alex Luccisano -- To unsubscribe from this list: send the line

Re: [Linaro-mm-sig] [RFC 0/1] drm/pl111: Initial drm/kms driver for pl111

2013-08-07 Thread Alex Deucher
y small piece of code.) But >> that is probably what you are trying to avoid. > > I've been trying to get my head around how PRIME relates to DDX > drivers. As I understand it (which is likely wrong), you have a laptop > with both an Intel & an nVidia GPU. You have both the i915 & nouveau > kernel drivers loaded. What I'm not sure about is which GPU's display > controller is actually hooked up to the physical connector? Perhaps > there is a MUX like there is on Versatile Express? > > What I also don't understand is what DDX driver is loaded? Is it > xf86-video-intel, xf86-video-nouveau or both? I get the impression > that there's a "master" DDX which implements 2D operations but can > import buffers using PRIME from the other driver and draw to them. > Or is it more that it's able to export rendered buffers to the > "slave" DRM for scanout? Either way, it's pretty similar to an ARM > SoC setup which has the GPU and the display as two totally > independent devices. > In the early days, there was a MUX to switch the displays between the two GPUs, but most modern systems are MUX-less and the dGPU is either connected to no displays or in some cases the local panel is attached to the integrated GPU and the external displays are connected to the dGPU. In the MUX-less case, the dGPU can be used to render, and then the result is copied to the integrated GPU for display. Alex -- 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: HD-Audio Generic HDMI/DP on wheezy

2013-05-09 Thread Alex Deucher
t enables auto routing via HDMI. what exactly are you trying to do? Discrete graphics cards only support audio via HDMI or DP. Alex > > May 9 19:32:37 retraite kernel: [6.660223] snd_hda_intel :01:00.1: > irq 45 for MSI/MSI-X > May 9 19:32:37 retraite kernel: [6.660242]

Re: HD-Audio Generic HDMI/DP on wheezy

2013-05-09 Thread Alex Deucher
es] > Digital Stereo (HDMI) on Squeeze, it was HD-Audio Generic Digital Stereo > (HDMI). > It works but i'm not able to get analogic output, only HDMI / display port > that i can't use. You need to enable the audio parameter in the radeon driver. Boot with: radeon.aud

Re: CDF meeting @FOSDEM report

2013-02-06 Thread Alex Deucher
n, and outputs a > video signal in another format? (transcoder?) In KMS parlance, we have two objects a crtc and an encoder. A crtc reads data from memory and produces a data stream with display timing. The encoder then takes that datastream and timing from the crtc and converts it so

[PATCH/RFC] remote control type initialization in saa7134-input.c

2012-11-25 Thread Alex Volkov
C_TYPE_OTHER) before board type testing "switch". (Perhaps, putting it to 110i's "case" would be more correct, but it seem to work anyway.) Signed-off-by: Alex Volkov --- --- a/drivers/media/video/saa7134/saa7134-input.c 2012-10-17 08:50:15.0 +0600 +++

[PATCH v3] mt9v022: Add support for mt9v024

2012-08-02 Thread Alex Gershgorin
Driver for mt9v022 camera sensor is fully compatible for mt9v024 camera sensor with the exception of several registers which have been changed addresses. mt9v024 also has improved and additional features, but they are currently not in use. Signed-off-by: Alex Gershgorin --- drivers/media/video

RE: [PATCH v2] mt9v022: Add support for mt9v024

2012-08-02 Thread Alex Gershgorin
Hi Guennadi, Thank you for your very detailed comment. > Hi Alex > Yes, this looks much better to me now. Still, I'd like to ask you to > make a couple more changes. First - there are different opinions about how > really important a patch description is, whether there are at

[PATCH v2] mt9v022: Add support for mt9v024

2012-08-02 Thread Alex Gershgorin
Signed-off-by: Alex Gershgorin --- drivers/media/video/Kconfig |2 +- drivers/media/video/mt9v022.c | 45 2 files changed, 37 insertions(+), 10 deletions(-) Changes for v2: Fixed comment from Guennadi. diff --git a/drivers/media/video

RE: [PATCH v2] media: mx3_camera: buf_init() add buffer state check

2012-08-01 Thread Alex Gershgorin
From: Alex Gershgorin This patch check the state of the buffer when calling buf_init() method. The thread http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/48587 also includes report witch can show the problem. This patch solved the problem. Both MMAP and USERPTR methods

RE: [PATCH] media: mx3_camera: buf_init() add buffer state check

2012-07-31 Thread Alex Gershgorin
> Hi Guennadi, > > > On Mon, 30 Jul 2012, Alex Gershgorin wrote: > > > This patch check the state of the buffer when calling buf_init() method. > > The thread > > http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/48587 > > also inc

RE: [PATCH] mt9v022: Add support for mt9v024

2012-07-31 Thread Alex Gershgorin
Hi Guennadi, >> Thanks for the patch, comments below. Thanks for you comments. >> On Mon, 30 Jul 2012, Alex Gershgorin wrote: > This patch has been successfully tested > > Signed-off-by: Alex Gershgorin > --- > drivers/media/video/Kconfig |2 +- > driver

RE: [PATCH] media: mx3_camera: buf_init() add buffer state check

2012-07-31 Thread Alex Gershgorin
Hi Guennadi, > On Mon, 30 Jul 2012, Alex Gershgorin wrote: > This patch check the state of the buffer when calling buf_init() method. > The thread > http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/48587 > also includes report witch can show the prob

[PATCH] media: mx3_camera: buf_init() add buffer state check

2012-07-30 Thread Alex Gershgorin
. Signed-off-by: Alex Gershgorin --- drivers/media/video/mx3_camera.c | 12 +++- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/drivers/media/video/mx3_camera.c b/drivers/media/video/mx3_camera.c index f13643d..950a8fe 100644 --- a/drivers/media/video/mx3_camera.c +++ b

[PATCH] mt9v022: Add support for mt9v024

2012-07-30 Thread Alex Gershgorin
This patch has been successfully tested Signed-off-by: Alex Gershgorin --- drivers/media/video/Kconfig |2 +- drivers/media/video/mt9v022.c | 28 ++-- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/drivers/media/video/Kconfig b/drivers/media

Re: Asus PVR-416

2012-07-30 Thread Alex Deucher
ers myself like it says in the direcitons > at mythtv.org. This is supposed to be a supported card, does anyone have any > experience with it? I've got one and it worked years ago, but I haven't used it since. IIRC, the initial blackbird support was added using this card, but I'm no

Getting a webcam to work

2012-07-12 Thread Alex King
x-cards.c that product ids 2710, 2750 and 2751 are recognised by the driver, but not 2711. I'm tempted to add it as a EM2800_BOARD_UNKNOWN and see if it works. Is there some methodology I should follow to get a new webcam to work? Thanks, Alex PS. I'm not subscribed. -- To unsubsc

Re: ATI theatre 750 HD tuner USB stick

2012-07-04 Thread Alex Deucher
it stands. What help is needed for it? Unfortunately, I don't think there is much AMD can do. We sold our multimedia DTV division to Broadcom several years ago. IANAL, so I don't know exactly what rights we retained for the IP. You may need to talk to Broadcom now. Alex > > Fi

RE: FW: OMAP 3 ISP

2012-05-29 Thread Alex Gershgorin
Hi Ritesh, Please send in the future CC to laurent.pinch...@ideasonboard.com and linux-media@vger.kernel.org > Hi Alex, > I also started working with OMAP35x torpedo kit, I successful compile Linux > 3.0 and ported on the board. > Device is booting correctly but probe function

RE: SoC i.mx35 userptr method failure while running capture-example utility

2012-05-02 Thread Alex Gershgorin
0 ioctl(3, VIDIOC_QBUF or VT_SETACTIVATE, 0x7ece990c) = 0 I do not understand what's the problem, maybe need to implement FBIO_WAITFORVSYNC ioctl for mx3fb ? Thanks, Alex -- 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

SoC i.mx35 userptr method failure while running capture-example utility

2012-05-01 Thread Alex Gershgorin
it+0x0/0xac) from [<8001e004>] (sys_exit_group+0x18/0x24) r4:000a3d78 r3: [<8001dfec>] (sys_exit_group+0x0/0x24) from [<8000e3e0>] (ret_fast_syscall+0x0/0x30) Code: 05852024 e5941268 e5940264 e2842f99 (e581) ument ---[ end trace 23ac1073b67b7fc0 ]--- Fixing recursive fault but reboo

[PATCH v2] ARM: i.mx: mx3fb: add overlay support

2012-04-22 Thread Alex Gershgorin
case that CONFIG_FB_MX3_OVERLAY is not defined, mx3fb is completely backward compatible. Blend mode, only global alpha blending has been tested. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Alex Gershgorin --- Applies to v3.4-rc4 Changes since v1: *Some fixes after review *Added

RE: [PATCH v1] ARM: i.mx: mx3fb: add overlay support

2012-04-20 Thread Alex Gershgorin
Hi Guennadi, Thanks for your review. > > Thanks for reviving, fixing and submitting this code! I think that this code is beneficial :-) > > On Wed, 18 Apr 2012, Alex Gershgorin wrote: > This patch is based on the original version submitted by Guennadi > Liakhovetski, >

[PATCH v1] ARM: i.mx: mx3fb: add overlay support

2012-04-18 Thread Alex Gershgorin
completely backward compatible. Blend mode, only global alpha blending has been tested. Signed-off-by: Alex Gershgorin Signed-off-by: Guennadi Liakhovetski --- Applies to v3.4-rc3 --- drivers/video/Kconfig |7 + drivers/video/mx3fb.c | 318

Re: Unknown eMPIA tuner

2012-04-10 Thread Alex Deucher
gt; corresponding info, I could give it a try. Probably useful to start with the config from a similar card (lots of vendors use the same reference design) and see how much of it works then tweak from there until you get it fully working. Alex -- To unsubscribe from this list: send the line &quo

Re: [PATCH v1] i.MX35-PDK: Add Camera support

2012-03-23 Thread Alex Gershgorin
sended to Sascha and ARM mailing list another patch i.MX35-PDK-Add-regulator-support, this also will need be used. > > Are you getting the camera image with the correct colors? Now the camera works fine without any problems, except those, who have already eliminated :-) Regards, Alex Gershgo

RE: [PATCH] ARM: i.MX35: Add set_rate and round_rate calls to csi_clk

2012-03-20 Thread Alex Gershgorin
Hi Sascha, Thanks for you comments. On Tue, Mar 20, 2012 at 12:29:52PM +0200, Alex Gershgorin wrote: > This patch add set_rate and round_rate calls to csi_clk. This is needed > to give mx3-camera control over master clock rate to camera. > >The file you are patching is scheduled fo

[PATCH] ARM: i.MX35: Add set_rate and round_rate calls to csi_clk

2012-03-20 Thread Alex Gershgorin
This patch add set_rate and round_rate calls to csi_clk. This is needed to give mx3-camera control over master clock rate to camera. Signed-off-by: Alex Gershgorin --- arch/arm/mach-imx/clock-imx35.c | 57 +- 1 files changed, 55 insertions(+), 2 deletions

RE: [PATCH v1] i.MX35-PDK: Add Camera support

2012-03-20 Thread Alex Gershgorin
gt; It's scheduled there. I should have responded with an applied message. > > Please apply this one too: http://patchwork.ozlabs.org/patch/144942/ > Regards, Alex Gershgorin -- Pengutronix e.K. | | Industrial Linux

[PATCH v1] i.MX35-PDK: Add Camera support

2012-03-13 Thread Alex Gershgorin
In i.MX35-PDK, OV2640 camera is populated on the personality board. This camera is registered as a subdevice via soc-camera interface. Signed-off-by: Alex Gershgorin --- arch/arm/mach-imx/mach-mx35_3ds.c | 96 + 1 files changed, 96 insertions(+), 0

RE: [PATCH] i.MX35-PDK: Add Camera support

2012-03-13 Thread Alex Gershgorin
Hi Fabio, On Mon, Mar 12, 2012 at 1:28 PM, Alex wrote: > In i.MX35-PDK, OV2640  camera is populated on the > personality board. This camera is registered as a subdevice via soc-camera > interface. > > Signed-off-by: Alex Gershgorin > >Are you able to get the camera

RE: [PATCH] i.MX35-PDK: Add Camera support

2012-03-13 Thread Alex Gershgorin
Hi Sascha, Thanks for you comments. > In i.MX35-PDK, OV2640 camera is populated on the > personality board. This camera is registered as a subdevice via soc-camera > interface. > > Signed-off-by: Alex Gershgorin > --- > arch/arm/mach-imx/m

[PATCH] i.MX35-PDK: Add Camera support

2012-03-12 Thread Alex
In i.MX35-PDK, OV2640 camera is populated on the personality board. This camera is registered as a subdevice via soc-camera interface. Signed-off-by: Alex Gershgorin --- arch/arm/mach-imx/mach-mx35_3ds.c | 87 + 1 files changed, 87 insertions(+), 0

RE: I.MX35 PDK

2012-03-12 Thread Alex Gershgorin
camera. > >Do you have this patch applied? Yes I need to prepare it. > >http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=f910fb8fcd1c97788f2291c8646597bcd87ee061 > >Also, try to isolate the display from this issue. Capture the image to > >a

RE: I.MX35 PDK

2012-03-08 Thread Alex Gershgorin
>On my mx31pdk I get the same dmaengine errors and the ov2640 does work fine. >I think you can go ahead and try to use the camera on the mx35pdk now. >You can try: >gst-launch -v v4l2src device=/dev/video0 ! >video/x-raw-yuv,width=320,height=240,framerate=25/1 ! ffmpegcolorspace >! fbdevsink

RE: I.MX35 PDK

2012-03-08 Thread Alex Gershgorin
Hi Guennadi, Thanks for you comments... >>>Hi Alex >>>Why is the cc-list mangled again? Why is the V4L list dropped again? >>>What's so difficult about hitting the "reply-to-all" button? You are absolutely right, I hope that now the cc-list valid

RE: I.MX35 PDK

2012-03-08 Thread Alex Gershgorin
fine. >I think you can go ahead and try to use the camera on the mx35pdk now. >You can try: >gst-launch -v v4l2src device=/dev/video0 ! >video/x-raw-yuv,width=320,height=240,framerate=25/1 ! ffmpegcolorspace >! fbdevsink Thank Fabio I'll try to check it. Regards Alex Gershgo

RE: mx3-camera

2012-03-06 Thread Alex Gershgorin
From: Alex Gershgorin Sent: Tuesday, March 06, 2012 3:22 PM To: Guennadi Liakhovetski Cc: linux-ker...@vger.kernel.org; Linux Media Mailing List; Sascha Hauer Subject: RE: mx3-camera Thanks Guennadi, >Hi Alex >(adding v4l and Sascha to CC) >

RE: mx3-camera

2012-03-06 Thread Alex Gershgorin
Thanks Guennadi, >Hi Alex >(adding v4l and Sascha to CC) >On Tue, 6 Mar 2012, Alex Gershgorin wrote: > Hi Guennadi, > > I'm working on I.MX35 PDK platform with use 3.3.0-rc6 version of the Linux > Kernel. > Here is my Kernel boot message > > "Li

RE: i.mx35 live video

2012-02-27 Thread Alex Gershgorin
Hi, On 02/26/2012 09:58 PM, Guennadi Liakhovetski wrote: >>> It might be difficult to completely eliminate the CPU, at the very least >>> you need to queue and dequeue buffers to and from the V4L driver. To avoid >>> even that, in principle, you could try to use only one buffer, but I don't >

RE: i.mx35 live video

2012-02-27 Thread Alex Gershgorin
-Original Message- From: Guennadi Liakhovetski [mailto:g.liakhovet...@gmx.de] Sent: Sunday, February 26, 2012 10:58 PM To: Alex Gershgorin Cc: linux-media@vger.kernel.org Subject: RE: i.mx35 live video On Sun, 26 Feb 2012, Alex Gershgorin wrote: > > Thanks Guennadi for your

RE: i.mx35 live video

2012-02-26 Thread Alex Gershgorin
> Thanks Guennadi for your quick response , > > >Hi Alex > > > Hi Guennadi, > > > > We would like to use I.MX35 processor in new project. > > An important element of the project is to obtain life video from the camera > > and display it on di

RE: i.mx35 live video

2012-02-26 Thread Alex Gershgorin
Thanks Guennadi for your quick response , >Hi Alex > Hi Guennadi, > > We would like to use I.MX35 processor in new project. > An important element of the project is to obtain life video from the camera > and display it on display. > For these purposes, we want to use

RE: OMAP3ISP boot problem

2011-12-11 Thread Alex Gershgorin
Hi Laurent, On Saturday 10 December 2011 14:36:17 Alex Gershgorin wrote: > > Hi Sakari, > > > > Thank you for your quick response and sorry for stupid question. > > Yes CONFIG_OMAP_IOMMU and CONFIG_OMAP_IOVMM enabled, > > because OMAP 3 camera controller depends

Re: uvcvideo: Failed to query (SET_CUR) UVC control 10 on unit 2: -32 (exp. 2).

2011-12-10 Thread Alex
Hi Laurent, On 12/07/2011 02:08 PM, Laurent Pinchart wrote: Hi Alex, On Wednesday 07 December 2011 11:48:36 Alex wrote: On 11/30/2011 04:51 AM, Laurent Pinchart wrote: On Monday 28 November 2011 22:53:19 Alex wrote: On 11/28/2011 10:20 PM, Laurent Pinchart wrote: On Monday 28 November 2011

RE: OMAP3ISP boot problem

2011-12-10 Thread Alex Gershgorin
Hi Alex, On Saturday 10 December 2011 14:36:17 Alex Gershgorin wrote: > > Hi Sakari, > > > > Thank you for your quick response and sorry for stupid question. > > Yes CONFIG_OMAP_IOMMU and CONFIG_OMAP_IOVMM enabled, > > because OMAP 3 camera controller depends

RE: OMAP3ISP boot problem

2011-12-10 Thread Alex Gershgorin
device registered as video7 Now I plan to start using a newer version of the Linux kernel 3.2.0-rc4, but unfortunately faced with the problem. That suggest? Thanks, Alex Gershgorin -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message

RE: OMAP3ISP boot problem

2011-12-10 Thread Alex Gershgorin
. Regards, Alex Gershgorin Hi Alex, Alex Gershgorin wrote: > Hi All, > > I have problem in booting the Kernel. > Here the problematic part of the boot message. > As I understand it happens when isp_probe calling and it calls isp->iommu_dev > = omap_find_iommu_device("isp&q

RE: OMAP3ISP boot problem

2011-12-10 Thread Alex Gershgorin
ppreciate any help. Thanks Alex Gershgorin-- 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: uvcvideo: Failed to query (SET_CUR) UVC control 10 on unit 2: -32 (exp. 2).

2011-12-07 Thread Alex
On 11/30/2011 04:51 AM, Laurent Pinchart wrote: Hi Alex, On Monday 28 November 2011 22:53:19 Alex wrote: On 11/28/2011 10:20 PM, Laurent Pinchart wrote: On Monday 28 November 2011 20:14:25 Alex wrote: On 11/28/2011 10:08 PM, Laurent Pinchart wrote: On Monday 28 November 2011 19:04:22 Alex

Re: uvcvideo: Failed to query (SET_CUR) UVC control 10 on unit 2: -32 (exp. 2).

2011-11-28 Thread Alex
On 11/28/2011 10:20 PM, Laurent Pinchart wrote: Hi Alex, On Monday 28 November 2011 20:14:25 Alex wrote: On 11/28/2011 10:08 PM, Laurent Pinchart wrote: On Monday 28 November 2011 19:04:22 Alex wrote: Fortunately my laptop is alive now so I'm sending you lsusb output. Thanks. Would you

Re: uvcvideo: Failed to query (SET_CUR) UVC control 10 on unit 2: -32 (exp. 2).

2011-11-28 Thread Alex
On 11/28/2011 10:08 PM, Laurent Pinchart wrote: Hi Alex, On Monday 28 November 2011 19:04:22 Alex wrote: Hi Laurent, Fortunately my laptop is alive now so I'm sending you lsusb output. Thanks. Would you mind re-running lsusb -v -d '04f2:b221' as root ? What laptop brand/mode

Re: uvcvideo: Failed to query (SET_CUR) UVC control 10 on unit 2: -32 (exp. 2).

2011-11-28 Thread Alex
Hi Laurent, Fortunately my laptop is alive now so I'm sending you lsusb output. About reverting commit - will try bit later. Best regards, Alex On 11/28/2011 01:35 PM, Laurent Pinchart wrote: Hi Alex, On Sunday 27 November 2011 21:01:23 Alex wrote: Hi guys, I'm using kernel 3

Re: Display hotplug

2011-10-25 Thread Alex Deucher
7;s be supported on all modern KMS drivers (radeon, intel, nouveau) assuming you have a recent enough userspace to deal with the hotplug uevents. Alex -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel

RE: Parallel CMOS Image Sensor with UART Control Interface

2011-07-27 Thread Alex Gershgorin
igure pipeline with use MC User space API. Regards, Alex Gershgorin -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Wednesday, July 27, 2011 11:59 AM To: James Cc: Sakari Ailus; linux-media@vger.kernel.org; michael.jo...@matrix-vision.de; Alex Gersh

RE: FW: OMAP 3 ISP

2011-06-29 Thread Alex Gershgorin
Hi Laurent Good news! Now registration is successful, many thanks. Now I can move on to the next stage of work. Regards, Alex Gershgorin -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Wednesday, June 29, 2011 6:55 PM To: Alex Gershgorin Cc

RE: FW: OMAP 3 ISP

2011-06-29 Thread Alex Gershgorin
-Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Wednesday, June 29, 2011 6:55 PM To: Alex Gershgorin Cc: 'Sakari Ailus'; 'Michael Jones'; 'linux-media@vger.kernel.org'; 'age...@rambler.ru' Subject: Re: F

RE: FW: OMAP 3 ISP

2011-06-28 Thread Alex Gershgorin
: isp: version 1.1 isp_register_subdev_group: Unable to register subdev What could be the problem, why sub device can't pass a registration? Thanks, Alex Gershgorin -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Wednesday, May 25, 2011 1:02 P

Request for driver for new video capture card

2011-06-13 Thread Alex Tucker
Hello, My name is Alex Tucker and I am the engineering manager here at ViewCast. We have released two new Osprey cards based on the Conexant CX23888 chipset - which is similar to the CX25878/BT878A chipset that has some support in the Open Source community. We are interested in having Linux

RE: FW: OMAP 3 ISP

2011-05-25 Thread Alex Gershgorin
Of course, in any case, you'll be the first who will know the results :-) Regards, Alex Gershgorin -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Wednesday, May 25, 2011 1:02 PM To: Alex Gershgorin Cc: 'Sakari Ailus'; Michae

RE: FW: OMAP 3 ISP

2011-05-25 Thread Alex Gershgorin
Zoom OMAP35xx Torpedo. Thanks for this patch :-) Regards, Alex Gershgorin -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Wednesday, May 25, 2011 10:22 AM To: Alex Gershgorin Cc: 'Sakari Ailus'; Michael Jones; 'linux-media@vger.ker

RE: FW: OMAP 3 ISP

2011-05-24 Thread Alex Gershgorin
Vertical or Horizontal synchronization signals, according struct isp_parallel_platform_data, is it not possible? struct isp_parallel_platform_data { unsigned int data_lane_shift:2; unsigned int clk_pol:1; unsigned int bridge:4; }; Regards, Alex Gershgorin -Original

RE: FW: OMAP 3 ISP

2011-05-19 Thread Alex Gershgorin
problem without writing a special driver? Advise in what direction to go in my case? Regards, Alex Gershgorin -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Thursday, May 19, 2011 5:27 PM To: Michael Jones Cc: Alex Gershgorin; 'linux-

RE: FW: OMAP 3 ISP

2011-05-19 Thread Alex Gershgorin
Thanks Laurent, My video source is not the video camera and performs many other functions. For this purpose I have RS232 port. As for the video, it runs continuously and is not subject to control except for the power supply. Regards, Alex Gershgorin Can the video source be controlled at all

FW: FW: OMAP 3 ISP

2011-05-19 Thread Alex Gershgorin
Thanks for your quick response :-) Unfortunately, my video source has no additional interfaces. Best Regards, Alex Gershgorin Embedded Software Engineer E-mail: al...@meprolight.com -Original Message- From: Sakari Ailus [mailto:sakari.ai...@iki.fi] Sent: Thursday, May 19, 2011 2:09 PM

Re: [RFC PATCH] HDMI:Support for EDID parsing in kernel.

2011-03-24 Thread Alex Deucher
enhancements, as we'd throw >> >> > away the >> >> > years of testing and the regression count would be way too high. >> >> > >> >> I had a look at the DRM EDID code, but for quirks it looks pretty much >> >> the same. >

Re: [RFC PATCH] HDMI:Support for EDID parsing in kernel.

2011-03-22 Thread Alex Deucher
Adding dri-devel. On Tue, Mar 22, 2011 at 1:32 PM, Mythri P K wrote: > Adding support for common EDID parsing in kernel. > > EDID - Extended display identification data is a data structure provided by > a digital display to describe its capabilities to a video source, This a > standard supported

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

2011-03-16 Thread Alex Deucher
On Wed, Mar 16, 2011 at 1:49 PM, Laurent Pinchart wrote: > Hi Alex, > > On Wednesday 16 March 2011 17:09:45 Alex Deucher wrote: >> On Wed, Mar 16, 2011 at 3:37 AM, Li Li wrote: >> > Sorry but I feel the discussion is a bit off the point. We're not >> >

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

2011-03-16 Thread Alex Deucher
strange tiling formats, etc.). You might be able to come up with some kind of basic framework like TTM, but by the time you add the necessary quirks for various hw, it may be bigger than you want. That's why we have GEM and TTM and driver specific memory management ioctls in the drm. Alex &

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

2011-03-16 Thread Alex Deucher
On Wed, Mar 16, 2011 at 4:52 AM, Laurent Pinchart wrote: > Hi Alex, > > On Tuesday 15 March 2011 17:47:47 Alex Deucher wrote: > > [snip] > >> FWIW, I have yet to see any v4l developers ever email the dri mailing >> list while discussing GEM, TTM, or the DRM, al

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

2011-03-15 Thread Alex Deucher
tops and crossfire (multi-gpu) type things. We already share buffers between multiple userspace acceleration drivers and the drm using the DRI protocol. > > I know that STE and ARM has a vision to have a hwmem/ump alike API and > that Linaro is one place to resolve this. As Jesse Barker

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

2011-03-13 Thread Alex Deucher
epending on the GPU's capabilities and what the buffers are used for. 3. unpinned system pages. Depending on the GPU, they have to be copied to DMAable memory before the GPU can access them. The DRI protocol (used for communication between GPU acceleration drivers) doesn'

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

2011-03-13 Thread Alex Deucher
is my understanding that on > some platforms (particular those used for set-top boxes) the video buffers are > on memory that is not accessible from the CPU (rights management related). But > apparently you still have to be able to refer to it. I may be wrong, it's > something I was

Re: [ANN] Agenda for the Warsaw meeting.

2011-03-13 Thread Alex Deucher
output device with OpenGL/ES capabilities ? We'll need to think about > it >   at some point. >   (Laurent) This is what I've been worried about. v4l grows it's own output and modesetting API and now we have multiple incompatible stacks for graphics. Maybe the existing drm

Re: [RFC] HDMI-CEC proposal

2011-03-02 Thread Alex Deucher
On Wed, Mar 2, 2011 at 4:13 AM, Hans Verkuil wrote: > Hi Alex, > > On Tuesday, March 01, 2011 18:52:28 Alex Deucher wrote: >> On Tue, Mar 1, 2011 at 4:59 AM, Martin Bugge (marbugge) >> wrote: >> > Author: Martin Bugge >> > Date:  Tue, 1 March 2010 >>

Re: [RFC] HDMI-CEC proposal

2011-03-01 Thread Alex Deucher
rates > (~400 bits/s). > > A CEC device may have any of 15 logical addresses (0 - 14). > (address 15 is broadcast and some addresses are reserved) > It would be nice if this was not tied to v4l as we'll start seeing CEC support show in GPUs soon as well. Alex > > R

Re: [PATCH/RFC 0/5] HDMI driver for Samsung S5PV310 platform

2011-02-12 Thread Alex Deucher
On Wed, Feb 9, 2011 at 7:51 PM, Andy Walls wrote: > On Wed, 2011-02-09 at 02:12 -0500, Alex Deucher wrote: >> On Tue, Feb 8, 2011 at 5:47 PM, Andy Walls wrote: >> > On Tue, 2011-02-08 at 10:28 -0500, Alex Deucher wrote: >> >> On Tue, Feb 8, 2011 at 4:47 AM, Hans Ve

  1   2   >