DMABUF doesn't work when frame size not equal to the size of GPU bo

2013-12-24 Thread Chuanbo Weng
Hi all, (My environment is intel platform, HD4000 GPU, kernel 3.10.19, logitech 270 webcam) As title said, I discover this issue when I run the program shown by Laurent Pinchart: http://www.mail-archive.com/linux-media@vger.kernel.org/msg54806.html If the frame is (width, height) =

cron job: media_tree daily build: ERRORS

2013-12-24 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Wed Dec 25 04:00:29 CET 2013 git branch: test git hash: 7d459937dc09bb8e448d9985ec4623779427d8a5 gcc versio

[PATCH v3 13/19] media: dvb_core: slight optimization of addr compare

2013-12-24 Thread Ding Tianhong
Use possibly more efficient ether_addr_equal instead of memcmp. Cc: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org Cc: linux-ker...@vger.kernel.org Signed-off-by: Yang Yingliang Signed-off-by: Ding Tianhong --- drivers/media/dvb-core/dvb_net.c | 8 1 file changed, 4 insertions(

Re: [RFC PATCH 2/3] si2165: Add first driver version

2013-12-24 Thread Antti Palosaari
Moi Matthias On 13.12.2013 09:02, Matthias Schwarzott wrote: DVB-T: works with 8MHz BW channels in germany DVB-C: works with QAM256 I didn't tested with a modulator, but only live signals. DVB-T seems to work. DVB-C didn't find any channels. Symbol rate is 6875000 and both QAM128 and QAM256

DS3000/TS2020 diseqc problem

2013-12-24 Thread Olcay Korkmaz
Hello, I have a geniatech hdstar device with ubuntu gnome 13.10x64 kernel 3.11 My setup is two sats on disecq switch turksat s42e : lnb1 hellassat s39e : lnb2 I can't scan channels with scan-s2,dvbscan,w_scan,dvbv5-scan sometimes device can lock on transporder but can't get channel information o

[PATCH 2/2] m88rs2000: set symbol rate accurately.

2013-12-24 Thread Malcolm Priestley
Current setting of symbol rate is not very actuate causing loss of lock. Covert temp to u64 and use mclk to calculate from big number. Calculate symbol rate by dividing symbol rate by 1000 times 1 << 24 and dividing sum by mclk. Add other symbol rate settings to function registers 0xa0-0xa3. In

[PATCH 1/2] m88rs2000: add m88rs2000_set_carrieroffset

2013-12-24 Thread Malcolm Priestley
Set the carrier offset correctly using the default mclk values. Add function m88rs2000_get_mclk to calculate the mclk value against crystal frequency which will later be used for other functions. Add function m88rs2000_set_carrieroffset to calculate and set the offset value. variable offset beco

[PATCH for v3.14] sn9c102: fix build dependency

2013-12-24 Thread Hans Verkuil
This driver should only build if MEDIA_USB_SUPPORT is set. Signed-off-by: Hans Verkuil Reported-by: Jim Davis Reported-by: kbuild test robot --- drivers/staging/media/sn9c102/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/sn9c102/Kconfig b/d

[PATCH 2/3] omap3isp: Refactor modules stop failure handling

2013-12-24 Thread Laurent Pinchart
Modules failing to stop are fatal errors for the preview engine only. Flag that condition separately from the other stop failures to prepare support for more fatal errors. Signed-off-by: Laurent Pinchart --- drivers/media/platform/omap3isp/isp.c | 36 +-- drivers/

[PATCH 3/3] omap3isp: ccdc: Don't hang when the SBL fails to become idle

2013-12-24 Thread Laurent Pinchart
Under abnormal conditions (such as glitches on the HSYNC/VSYNC signals) the CCDC output SBL can fail to become idle. The driver currently logs this condition to the kernel log and doesn't restart the CCDC. This results in CCDC video capture hanging without any notification to userspace. Cancel the

[PATCH 1/3] omap3isp: Cancel streaming when a fatal error occurs

2013-12-24 Thread Laurent Pinchart
When a fatal error that prevents any further video streaming occurs in a pipeline, all queued buffers must be marked as erroneous and new buffers must be prevented from being queued. Implement this behaviour with a new omap3isp_pipeline_cancel_stream() function that can be used by submodules to can

[PATCH 0/3] OMAP3 ISP: Handle CCDC SBL idle failures gracefully

2013-12-24 Thread Laurent Pinchart
Hello, This patch set lets the driver recover from a CCDC SBL idle failure. When such a condition is detected all subsequent buffers will be marked as erroneous and the ISP will be reset the next time it gets released by userspace. Pipelines containing the CCDC will fail to start in the meantime.

[GIT PULL FOR v3.14] OMAP4 ISS fixes

2013-12-24 Thread Laurent Pinchart
Hi Mauro, The following changes since commit 7d459937dc09bb8e448d9985ec4623779427d8a5: [media] Add driver for Samsung S5K5BAF camera sensor (2013-12-21 07:01:36 -0200) are available in the git repository at: git://linuxtv.org/pinchartl/media.git omap4iss/next for you to fetch changes up t

[PATCH 2/3] [media] s5k5baf: Fix checkpatch error

2013-12-24 Thread Sachin Kamat
Fixes the following error: ERROR: return is not a function, parentheses are not required FILE: drivers/media/i2c/s5k5baf.c:1353: Signed-off-by: Sachin Kamat --- drivers/media/i2c/s5k5baf.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/i2c/s5k5baf.c b/dr

[PATCH 3/3] [media] s5k5baf: Fix potential NULL pointer dereferencing

2013-12-24 Thread Sachin Kamat
Dereference 'fw' after the NULL check. Signed-off-by: Sachin Kamat --- drivers/media/i2c/s5k5baf.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/media/i2c/s5k5baf.c b/drivers/media/i2c/s5k5baf.c index 974b865c2ee1..4b838cbd 100644 --- a/drivers/media/i2c/s

[PATCH 1/3] [media] s5k5baf: Fix build warning

2013-12-24 Thread Sachin Kamat
Fixes the following warnings: drivers/media/i2c/s5k5baf.c: In function 's5k5baf_fw_parse': drivers/media/i2c/s5k5baf.c:362:3: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' [-Wformat=] drivers/media/i2c/s5k5baf.c:383:4: warning: format '%d' expects argument o

[PATCH v2 14/20] media: dvb_core: slight optimization of addr compare

2013-12-24 Thread Ding Tianhong
Use possibly more efficient ether_addr_equal instead of memcmp. Cc: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org Cc: linux-ker...@vger.kernel.org Signed-off-by: Yang Yingliang Signed-off-by: Ding Tianhong --- drivers/media/dvb-core/dvb_net.c | 8 1 file changed, 4 insertions(

[GIT PULL for v3.14] mem2mem patches

2013-12-24 Thread Kamil Debski
The following changes since commit 7d459937dc09bb8e448d9985ec4623779427d8a5: [media] Add driver for Samsung S5K5BAF camera sensor (2013-12-21 07:01:36 -0200) are available in the git repository at: git://linuxtv.org/kdebski/media.git master for you to fetch changes up to 0f6616ebb7a04219ad7

cx24116.h

2013-12-24 Thread Jahn
Is there anywhere a datasheet for cx24116 conexant chip? Thanks -- 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