[PATCH v4] drm: bridge: synopsys/dw-hdmi: Enable cec clock

2017-11-25 Thread Pierre-Hugues Husson
hose boards, but it won't be functioning without configuring this clock. Changes: v4: - Change commit message to stress the importance of this patch v3: - Drop useless braces v2: - Separate ENOENT errors from others - Propagate other errors (especially -EPROBE_DEFER) Signed-off-by: Pierre-H

Re: [PATCH v3] drm: bridge: synopsys/dw-hdmi: Enable cec clock

2017-11-24 Thread Pierre-Hugues Husson
Hi, >> On 11/20/2017 06:00 PM, Hans Verkuil wrote: >>> I didn't see this merged for 4.15, is it too late to include this? >>> All other changes needed to get CEC to work on rk3288 and rk3399 are all >>> merged. >> >> Sorry for the late reply. I was out last week. >> >> Dave recently sent the seco

[PATCH v3] drm: bridge: synopsys/dw-hdmi: Enable cec clock

2017-10-26 Thread Pierre-Hugues Husson
The documentation already mentions "cec" optional clock, but currently the driver doesn't enable it. Changes: v3: - Drop useless braces v2: - Separate ENOENT errors from others - Propagate other errors (especially -EPROBE_DEFER) Signed-off-by: Pierre-Hugues Husson --- drivers

Re: [PATCH 1/3] drm: bridge: synopsys/dw-hdmi: Enable cec clock

2017-10-20 Thread Pierre-Hugues Husson
2017-10-20 10:12 GMT+02:00 Russell King - ARM Linux : > On Sat, Oct 14, 2017 at 12:53:35AM +0200, Pierre-Hugues Husson wrote: >> @@ -2382,6 +2383,18 @@ __dw_hdmi_probe(struct platform_device *pdev, >> goto err_isfr; >> } >> >> + hdmi->ce

[PATCH v2] drm: bridge: synopsys/dw-hdmi: Enable cec clock

2017-10-20 Thread Pierre-Hugues Husson
The documentation already mentions "cec" optional clock, but currently the driver doesn't enable it. Changes: v2: - Separate ENOENT errors from others - Propagate other errors (especially -EPROBE_DEFER) Signed-off-by: Pierre-Hugues Husson --- drivers/gpu/drm/bridge/synopsys

Re: [PATCH 1/3] drm: bridge: synopsys/dw-hdmi: Enable cec clock

2017-10-14 Thread Pierre-Hugues Husson
Hi Fabio, 2017-10-14 2:18 GMT+02:00 Fabio Estevam : > Hi Pierre-Hugues, > > On Fri, Oct 13, 2017 at 7:53 PM, Pierre-Hugues Husson wrote: >> The documentation already mentions "cec" optional clock, but >> currently the driver doesn't enable it. > > The

Re: [PATCH 0/3] Enable CEC on rk3399

2017-10-14 Thread Pierre-Hugues Husson
Hi Hans, > Nice! I had a similar dw-hdmi.c patch pending but got around to posting it. > > I'll brush off my old rk3288 patches and see if I can get CEC enabled > for my firefly-reload. I was close to getting it work, but I guess > missed the "enable cec pin" change. Please note that on rk3288, th

[PATCH 1/3] drm: bridge: synopsys/dw-hdmi: Enable cec clock

2017-10-13 Thread Pierre-Hugues Husson
The documentation already mentions "cec" optional clock, but currently the driver doesn't enable it. Signed-off-by: Pierre-Hugues Husson --- drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 17 + 1 file changed, 17 insertions(+) diff --git a/drivers/gpu/drm/bridge/syn

[PATCH 3/3] arm64: dts: rockchip: enable cec pin for rk3399 firefly

2017-10-13 Thread Pierre-Hugues Husson
Signed-off-by: Pierre-Hugues Husson --- arch/arm64/boot/dts/rockchip/rk3399-firefly.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts index f6fbcc05073e..431ff1bb3720 100644 --- a/arch

[PATCH 0/3] Enable CEC on rk3399

2017-10-13 Thread Pierre-Hugues Husson
Enable CEC on firefly-rk3399. Tested on a TV with cec-ctl --playback; cec-ctl -S Pierre-Hugues Husson (3): drm: bridge: synopsys/dw-hdmi: Enable cec clock arm64: dts: rockchip: add the cec clk for dw-mipi-hdmi on rk3399 arm64: dts: rockchip: enable cec pin for rk3399 firefly arch/arm64

[PATCH 2/3] arm64: dts: rockchip: add the cec clk for dw-mipi-hdmi on rk3399

2017-10-13 Thread Pierre-Hugues Husson
Signed-off-by: Pierre-Hugues Husson --- arch/arm64/boot/dts/rockchip/rk3399.dtsi | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index ab7629c5b856..a65f7f744a40 100644 --- a/arch

[PATCH v2] [media] staging: atomisp: use clock framework for camera clocks

2017-09-20 Thread Pierre-Louis Bossart
aging/atomisp: Add support for the Intel IPU v2") Tested-by: Carlo Caione Reviewed-by: Andy Shevchenko Signed-off-by: Pierre-Louis Bossart --- v2: added Andy's Reviewed-by and Fixes tag drivers/staging/media/atomisp/Kconfig | 1 + drivers/staging/media/atomisp/pl

Re: [PATCH] [media] staging: atomisp: use clock framework for camera clocks

2017-09-20 Thread Pierre-Louis Bossart
On 09/20/2017 04:12 AM, Andy Shevchenko wrote: On Tue, 2017-09-19 at 15:45 -0500, Pierre-Louis Bossart wrote: The Atom ISP driver initializes and configures PMC clocks which are already handled by the clock framework. Remove all legacy vlv2_platform_clock stuff and move to the clk API to

[PATCH] [media] staging: atomisp: use clock framework for camera clocks

2017-09-19 Thread Pierre-Louis Bossart
Signed-off-by: Pierre-Louis Bossart --- drivers/staging/media/atomisp/Kconfig | 1 + drivers/staging/media/atomisp/platform/Makefile| 1 - .../staging/media/atomisp/platform/clock/Makefile | 6 - .../platform/clock/platform_vlv2_plat_clk.c| 40 .../platform/clock

Re: [RFCv2 PATCH 3/5] drm/bridge: dw_hdmi: add HDMI notifier support

2017-02-04 Thread Pierre-Hugues Husson
Hi 2016-11-14 16:22 GMT+01:00 Hans Verkuil : > From: Russell King > > Add HDMI notifiers to the HDMI bridge driver. > @@ -1448,9 +1450,11 @@ static int dw_hdmi_connector_get_modes(struct > drm_connector *connector) > hdmi->sink_is_hdmi = drm_detect_hdmi_monitor(edid); >

Re: [RFCv2 PATCH 4/5] drm/bridge: add dw-hdmi cec driver using Hans Verkuil's CEC code

2017-02-04 Thread Pierre-Hugues Husson
Hi, 2016-11-14 16:22 GMT+01:00 Hans Verkuil : > From: Russell King > > Add a CEC driver for the dw-hdmi hardware using Hans Verkuil's CEC > implementation. > > Signed-off-by: Russell King I've seen that the patchset concerning CEC/HDMI notifier after this one dropped dw-hdmi support. Is this onl

Re: [RFCv2 PATCH 2/5] drm/bridge: dw_hdmi: remove CEC engine register definitions

2016-11-15 Thread Pierre-Hugues Husson
2016-11-16 0:27 GMT+01:00 Russell King - ARM Linux : > On Wed, Nov 16, 2016 at 12:23:50AM +0100, Pierre-Hugues Husson wrote: >> Hi, >> >> >> 2016-11-14 16:22 GMT+01:00 Hans Verkuil : >> > From: Russell King >> > >> > We don't nee

Re: [RFCv2 PATCH 2/5] drm/bridge: dw_hdmi: remove CEC engine register definitions

2016-11-15 Thread Pierre-Hugues Husson
Hi, 2016-11-14 16:22 GMT+01:00 Hans Verkuil : > From: Russell King > > We don't need the CEC engine register definitions, so let's remove them. > > Signed-off-by: Russell King > --- > drivers/gpu/drm/bridge/dw-hdmi.h | 45 > > 1 file changed, 45 deleti

Re: [RFCv2 PATCH 3/5] drm/bridge: dw_hdmi: add HDMI notifier support

2016-11-15 Thread Pierre-Hugues Husson
Hi Hans, 2016-11-14 16:22 GMT+01:00 Hans Verkuil : > From: Russell King > > Add HDMI notifiers to the HDMI bridge driver. > > Signed-off-by: Russell King > --- > drivers/gpu/drm/bridge/Kconfig | 1 + > drivers/gpu/drm/bridge/dw-hdmi.c | 25 - > 2 files changed, 25 ins

Re: [alsa-devel] [very-RFC 0/8] TSN driver for the kernel

2016-06-22 Thread Pierre-Louis Bossart
On 6/21/16 12:40 PM, Richard Cochran wrote: On Tue, Jun 21, 2016 at 10:45:18AM -0700, Pierre-Louis Bossart wrote: You can experiment with the 'dma' and 'link' timestamps today on any HDaudio-based device. Like I said the synchronized part has not been upstreamed yet (delays

Re: [alsa-devel] [very-RFC 0/8] TSN driver for the kernel

2016-06-21 Thread Pierre-Louis Bossart
On 6/20/16 5:18 AM, Richard Cochran wrote: On Mon, Jun 20, 2016 at 01:08:27PM +0200, Pierre-Louis Bossart wrote: The ALSA API provides support for 'audio' timestamps (playback/capture rate defined by audio subsystem) and 'system' timestamps (typically linked to TSC/ART) wit

Re: [alsa-devel] [very-RFC 0/8] TSN driver for the kernel

2016-06-21 Thread Pierre-Louis Bossart
On 6/20/16 5:31 AM, Richard Cochran wrote: On Mon, Jun 20, 2016 at 02:18:38PM +0200, Richard Cochran wrote: Documentation/sound/alsa/timestamping.txt says: Examples of typestamping with HDaudio: 1. DMA timestamp, no compensation for DMA+analog delay $ ./audio_time -p --ts_type=1 Wh

Re: [alsa-devel] [very-RFC 0/8] TSN driver for the kernel

2016-06-20 Thread Pierre-Louis Bossart
Presentation time is either set by a) Local sound card performing capture (in which case it will be 'capture time') b) Local media application sending a stream accross the network (time when the sample should be played out remotely) c) Remote media application streaming data *to* host, in

Re: [alsa-devel] [PATCH v2 5/6] sound/usb: pcm changes to use media token api

2014-10-22 Thread Pierre-Louis Bossart
n't immediately close the ALSA device. look for module-suspend-on-idle in your default.pa config file. I also agree that the open/close of the alsa device is the only way to control exclusion. -Pierre -- To unsubscribe from this list: send the line "unsubscribe linux-media&

webcam 0ac8:0332 dont work on wheezy

2013-05-09 Thread pierre
2-1.2: USB disconnect, device number 3 Hoping theese informations can help you ... and me. Thanks. Pierre. -- 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

HD-Audio Generic HDMI/DP on wheezy

2013-05-09 Thread pierre
ernel: [8.985640] 4494f0fdd825958d596d05a4bd577df94b149038 [media] s5c73m3: fix indentation of the help section in Kconfig Hoping theese informations can help you ... and me. Thanks. Pierre. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in t

Re: uvcvideo: Trying to lower the URB buffers on eMPIA minicam

2013-04-25 Thread Pierre ANTOINE
ate=30/1' ! xvimagesink I will try to do it less dirty next week ... Thank's a lot for pointing me on usbcore ... Many regards, Pierre Selon Laurent Pinchart : > lsusb parses the raw descriptors. Could you print the wMaxPacketSize value > for all the endpoints in the uvcvide

Re: uvcvideo: Trying to lower the URB buffers on eMPIA minicam

2013-04-25 Thread Pierre ANTOINE
Selon Laurent Pinchart : > Thank you. I'll update the supported devices list on the uvcvideo website. > Could you please give me the exact model name of the camera ? The product description is here: http://www.amazon.fr/dp/B00A487TPC/ref=pe_205631_30430471_3p_M3_dp_1 That is: Supereyes from XCS

Re: uvcvideo: Trying to lower the URB buffers on eMPIA minicam

2013-04-25 Thread Pierre ANTOINE
equested informations as root. Where do you think I can try to hack the bandwidth size ? Something like: source/drivers/usb/core/config.c usb_parse_endpoint() ? Many regards, Pierre --- pierre@SuperTable:~$ sudo lsusb -v -d eb1a:299f [sudo] password for pierre: Bus 004 D

uvcvideo: Trying to lower the URB buffers on eMPIA minicam

2013-04-24 Thread Pierre ANTOINE
] uvcvideo: Failed to submit URB 0 (-28). So I can have 4 minicam at a time, but need 10. I'm running Linux 3.5.0 on Ubuntu. pierre@SuperTable:/usr/src/linux-source-3.5.0/linux-source-3.5.0/drivers/media/video/uvc$ uvcdynctrl -f -d /dev/video0 Listing available frame formats for device /dev/video

Re: problem with libdvben50221 and powercam pro V4 [almost solved]

2010-01-24 Thread pierre gronlier
s budget_ci > > Do you want me to run some more tests ? > Hello Manu, Hello Brice, I will run some tests with a TT3200 card too and a Netup card tomorrow. Regarding the cam returning two times the list of valid cam ids, wouldn't be better if the manufacturer corrects it in the ca

Re: Problem compiling libv4l 0.6.3

2009-11-02 Thread Pierre
Hans de Goede wrote: Hi, On 10/28/2009 06:43 PM, Pierre wrote: # make make -C libv4lconvert V4L2_LIB_VERSION=0.6.3 all make[1]: Entering directory `/tmp/libv4l-0.6.3/libv4lconvert' gcc -Wp,-MMD,"libv4lconvert.d",-MQ,"libv4lconvert.o",-MP -c -I../include -I../../../in

Problem compiling libv4l 0.6.3

2009-10-28 Thread Pierre
# make make -C libv4lconvert V4L2_LIB_VERSION=0.6.3 all make[1]: Entering directory `/tmp/libv4l-0.6.3/libv4lconvert' gcc -Wp,-MMD,"libv4lconvert.d",-MQ,"libv4lconvert.o",-MP -c -I../include -I../../../include -fvisibility=hidden -fPIC -DLIBDIR=\"/usr/local/lib\" -DLIBSUBDIR=\"libv4l\" -g -O1 -W

Re: TT-3200: locks init. and timeout

2009-05-11 Thread pierre gronlier
e.gronlier.fr/tmp/astra_11475.log http://pierre.gronlier.fr/tmp/astra_11479.log http://pierre.gronlier.fr/tmp/astra_11483.log http://pierre.gronlier.fr/tmp/astra_11484.log -- pierre > >> To lock on astra, I use this command >> $ szap -a 0 -f 0 -d 0 -c channels_astra_fta.conf

TT-3200: locks init. and timeout

2009-05-04 Thread pierre gronlier
me. http://pierre.gronlier.fr/tmp/astra_ok_small.log http://pierre.gronlier.fr/tmp/hotbird_failed_small.log http://pierre.gronlier.fr/tmp/hotbird_ok_small.log -- Pierre -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More maj

Re: [PATCH 1/1 re-submit 1] sdio: add low level i/o functions for workarounds

2009-03-25 Thread Pierre Ossman
On Wed, 25 Mar 2009 01:43:48 -0700 (PDT) Uri Shkolnik wrote: > > Hi Pierre, > > The SDIO patches are part of (at least) dozen patches needed to upgrade the > Siano's offering for Linux kernel. > > The order is - > 1) SDIO SMS interface driver and SDIO stack p

Re: [PATCH 1/1 re-submit 1] sdio: add low level i/o functions for workarounds

2009-03-24 Thread Pierre Ossman
On Sun, 22 Mar 2009 16:48:39 +0200 "Uri Shkolnik" wrote: > Hi Pierre, > > The USB separation patches are ready, and will be committed for review > shortly (SDIO stack workaround + Siano SDIO driver were the first to be > re-re-re-committed, SPI will be next, and af

Re: [PATCH 1/1 re-submit 1] sdio: add low level i/o functions for workarounds

2009-03-22 Thread Pierre Ossman
On Sat, 14 Mar 2009 07:42:01 -0300 Mauro Carvalho Chehab wrote: > Hi Pierre, > > Uri sent me this patchset, as part of the changes for supporting some devices > from Siano. > > The changeset looks fine, although I have no experiences with MMC. Are you > applying it on

Re: TT S2-3200 and CAMs

2009-03-04 Thread Pierre Gronlier
iled the source with LIBDVBEN50221=1 make (you need the dvb-apps to be installed) But using this card, I didn't manage to lock on my second lnd head, so I manage to lock on astra 19.2E but not on hotbird 13.0E. Pierre > Any advice gratefully recieved. > > Many thanks, > > Lo

Re: Is there a way to get linux-media daily digests?

2009-02-26 Thread Pierre Gronlier
Eduard Huguet wrote: > Sounds interesting... What client do you use to read the news, may I ask? > Regards, thunderbird, but any news client is fine. -- pierre > Eduard > > > 2009/2/26 Pierre Gronlier : >> Eduard Huguet wrote: >>> Yes, but this way impli

Re: Is there a way to get linux-media daily digests?

2009-02-26 Thread Pierre Gronlier
news. > I really preferred the other way (it's what I also use for other mail > lists such as mythtv-users and mythtv-dev), and I found it very > convenient... > > Regards > Eduard > > > > 2009/2/26 Pierre Gronlier : >> Eduard Huguet wrote: >&

Re: Is there a way to get linux-media daily digests?

2009-02-26 Thread Pierre Gronlier
;ve just missed something and the possibility exists but I'm > just too dumb to find it, please send me the link with a big RTFM in > it, I'll take no offense... You can subscribe to a newsgroup via gmane: http://dir.gmane.org/gmane.linux.drivers.video-input-infrastructure this way

news about the NetUP Dual DVB-S2-CI card

2009-02-26 Thread Pierre Gronlier
the STM STV0900BAB demodulator driver. Is someone manage to capture 2 transponders with two cams ? or/and use this card with a dual lnb head ? Thanks, -- pierre -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kerne

Re: tt3200 and lnb switch

2009-02-11 Thread Pierre Gronlier
Pierre Gronlier wrote: > Hello, > > I'm using the v4l-dvb driver from this http://linuxtv.org/hg/v4l-dvb > mercurial repository for my two cards, a Hauppauge hvr4000 and > TechnoTrend 3200 > > I have one dish with two lnb heads. > > I can, with the hvr4000, scan,

tt3200 and lnb switch

2009-02-05 Thread Pierre Gronlier
r fffe | ber | unc fffe | status 00 | signal fffe | snr fffe | ber | unc fffe | ... status 00 | signal fffe | snr fffe | ber | unc fffe | $> I can't lock channel on the second lnb head with my tt3200 And with the hvr4000 (which is pluged in

Re: [PATCH] cx88-dvb: Fix order of frontend allocations (Re: [linux-dvb] current v4l-dvb - cannot access /dev/dvb/: No such file or directory)

2009-01-12 Thread Pierre Gronlier
th a hvr4000 and tt3200. This path solved this issue for me. -- pierre Signed-off-by: Andy Walls diff -r a28c39659c25 linux/drivers/media/video/cx88/cx88-dvb.c --- a/linux/drivers/media/video/cx88/cx88-dvb.c Sat Jan 10 16:04:45 2009 -0500 +++ b/linux/drivers/media/video/cx88/cx88-dvb.c Sun