[linux-sunxi] Possible G2D kernel bug

2014-03-04 Thread Andreas Baierl
Hi all, it seems, that the G2D kernel driver has some issue: libvdpau-sunxi uses G2D_CMD_BITBLT for creating surfaces, so at the end of mixer_blt, there is g2d_wait_cmd_finish() called. As soon as (timeout==0) gets TRUE in

Re: [linux-sunxi] [PATCH] arch/arm/mach-sun7i/pm/standby/mem_printk.c used non-const char arrays. However gcc 4.6.3 likes to replace these by calls to memcpy. memcpy doesn't exist in the kernel. Havin

2014-03-05 Thread Andreas Baierl
Hi Alejandro, this patch breaks building because it's not applied as Danny sent it :) Regards rellla Am 02.03.2014 19:54, schrieb Alejandro Mery: On 01/03/14 20:56, Danny Milosavljevic wrote: --- arch/arm/mach-sun7i/pm/standby/mem_printk.c |6 +++--- 1 file changed, 3 insertions(+), 3

Re: [linux-sunxi] Possible G2D kernel bug

2014-03-05 Thread Andreas Baierl
Am 04.03.2014 11:56, schrieb Andreas Baierl: Hi all, it seems, that the G2D kernel driver has some issue: libvdpau-sunxi uses G2D_CMD_BITBLT for creating surfaces, so at the end of mixer_blt, there is g2d_wait_cmd_finish() called. As soon as (timeout==0) gets TRUE in https://github.com/linux

Re: [linux-sunxi] Possible G2D kernel bug

2014-03-20 Thread Andreas Baierl
, no knowing, what it is doing due to lack of register documentation. Has no positive effect, too. So no positive feedback so far. Regards Andreas Am 05.03.2014 20:32, schrieb Andreas Baierl: Am 04.03.2014 11:56, schrieb Andreas Baierl: Hi all, it seems, that the G2D kernel driver has some

Re: [linux-sunxi] mk908 rockchip 3188 GPU acceleration...

2014-05-08 Thread Andreas Baierl
Hello, Mali has nothing to do with Video Acceleration. It's a 3D engine. And remember this is linux-sunxi list, discussing about Allwinner SoCs. Regards Am 08.05.2014 10:35, schrieb Shant Kehyeian: Hello dear community members, I've got mk908 which has gor ARM rockchip 3188 with android, so

Re: [linux-sunxi] Possible G2D kernel bug

2014-07-03 Thread Andreas Baierl
-dst_rect.x 0)((-para-dst_rect.x) para-dst_rect.w)) || ((para-dst_rect.y 0)((-para-dst_rect.y) para-dst_rect.h)) || Sorry for not posting it in the right patch format, i'll do that later. Thanks jemk for the hint. Regards Am 20.03.2014 09:58, schrieb Andreas Baierl: For testing purposes

Re: [linux-sunxi] fatal error: libcedarv.h: No such file or directory

2014-07-03 Thread Andreas Baierl
Am 03.07.2014 12:47, schrieb xe...@xefil.com: Hello! I'm trying to compile XBMC following your instructions (http://linux-sunxi.org/XBMC) on a BananaPI device (http://www.lemaker.org/) with Lubuntu provided by the constructor:

Re: [linux-sunxi] fatal error: libcedarv.h: No such file or directory

2014-07-03 Thread Andreas Baierl
Am 03.07.2014 13:54, schrieb Simo Xefil: Il giorno giovedì 3 luglio 2014 13:34:03 UTC+2, Andreas Baierl ha scritto: Am 03.07.2014 12:47, schrieb xe...@xefil.com javascript:: Hello! I'm trying to compile XBMC following your instructions (http://linux-sunxi.org/XBMC

Re: [linux-sunxi] fatal error: libcedarv.h: No such file or directory

2014-07-04 Thread Andreas Baierl
find / -name libGLESv2.so Seems you are missing the mali binaries, or something messed up while making opengles dependencies. Or maybe your paths are wrong. I assume, you are compiling directly on the device? Regards Am 04.07.2014 10:23, schrieb Simo Xefil: Hello! Thank you, now, after 6

Re: [linux-sunxi] fatal error: libcedarv.h: No such file or directory

2014-07-04 Thread Andreas Baierl
to continue :( Thanks, Simon Il giorno venerdì 4 luglio 2014 10:36:48 UTC+2, Andreas Baierl ha scritto: find / -name libGLESv2.so Seems you are missing the mali binaries, or something messed up while making opengles dependencies. Or maybe your paths are wrong. I assume, you

Re: [linux-sunxi] [PATCH] sunxi: g2d: don't skip mutex_unlock on invalid ioctl

2014-07-07 Thread Andreas Baierl
Seems very reasonable. Regards Am 07.07.2014 16:45, schrieb Jens Kuske: Signed-off-by: Jens Kuske jensku...@gmail.com --- drivers/char/sunxi_g2d/g2d_driver.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/char/sunxi_g2d/g2d_driver.c

Re: [linux-sunxi] XBMC - Compiling issues and startup problems

2014-07-07 Thread Andreas Baierl
, Andreas Baierl ha scritto: Hello, you have to ensure 1) that mali kernel module is available within your kernel either as a module or compiled in So if there is neither a /dev/mali nor or kernel module, contact your lemaker for further help. They haven't released any kernel

Re: [linux-sunxi] XBMC - Compiling issues and startup problems

2014-07-08 Thread Andreas Baierl
Am 07.07.2014 17:47, schrieb Simo Xefil: Hi Andreas, Was only asking how choose which sunxi-mali version is to choose based on a given board or hardware, to understand how it works. I'll ask the vendor as well, but I would like to understant which HW is supported by sunxi-mai and how to

Re: [linux-sunxi] A20: using disp device to convert YUV to RGB

2014-07-30 Thread Andreas Baierl
Try digging into https://github.com/linux-sunxi/linux-sunxi/blob/sunxi-3.4/include/video/sunxi_disp_ioctl.h to see what params __disp_scaler_para_t can contain. The only way to find this out will be reading source code imho. Regards Am 30.07.2014 12:51, schrieb li: Hi all, jemk told me

Re: [linux-sunxi] http://linux-sunxi.org/XBMC and video issue

2014-08-21 Thread Andreas Baierl
Hi, Am 21.08.2014 12:21, schrieb Simo Xefil: Hello to all, I've followed your instructions posted on http://linux-sunxi.org/XBMC to install XBMC on a board A20 based. It's a BananaPI device: http://www.lemaker.org/. I'm noticing a strange behavior. Using an external player, mplayer, in

Re: [linux-sunxi] Re: http://linux-sunxi.org/XBMC and video issue

2014-08-27 Thread Andreas Baierl
Roberto, do you have the possibility to provide DVB streams 576i, 1080i and 720p online? And which issue do you run into? Log? Regards Andreas Am 27.08.2014 16:15, schrieb Roberto Alcântara: Is not clear for me the differences between them. But between awsomA20 and cubieboard2 I can't see

Re: [linux-sunxi] Re: http://linux-sunxi.org/XBMC and video issue

2014-08-27 Thread Andreas Baierl
and let available the logs. cheers, - Roberto On Wed, Aug 27, 2014 at 11:36 AM, Andreas Baierl l...@imkreisrum.de mailto:l...@imkreisrum.de wrote: Roberto, do you have the possibility to provide DVB streams 576i, 1080i and 720p online? And which issue do you run into? Log

Re: [linux-sunxi] Creating a new device page

2014-09-23 Thread Andreas Baierl
Hello, start reading here http://linux-sunxi.org/New_Device_howto and be sure to follow this howto. Regards Am 23.09.2014 14:12, schrieb pirpi.12...@gmail.com: Hi all, I am new to this group. I want to add a new device for support. I am searching for create link in

Re: [linux-sunxi] Creating a new device page

2014-09-24 Thread Andreas Baierl
Am 24.09.2014 07:47, schrieb pirpi.12...@gmail.com: On Tuesday, September 23, 2014 5:46:47 PM UTC+5:30, Andreas Baierl wrote: Thanks Andreas Baierl. I read the page. Now, according to the post in https://groups.google.com/forum/#!searchin/linux-sunxi/create$20new$20device$20page/linux-sunxi

Re: [linux-sunxi] Creating a new device page

2014-09-24 Thread Andreas Baierl
Am 24.09.2014 08:13, schrieb Andreas Baierl: Am 24.09.2014 07:47, schrieb pirpi.12...@gmail.com: On Tuesday, September 23, 2014 5:46:47 PM UTC+5:30, Andreas Baierl wrote: Thanks Andreas Baierl. I read the page. Now, according to the post in https://groups.google.com/forum/#!searchin/linux

[linux-sunxi] [PATCH] sunxi-boards: a20-cubieboard2, a20-cubietruck: Fix ir GPIO

2014-10-13 Thread Andreas Baierl
From: rellla l...@imkreisrum.de Parameter ir_rx must be called ir0_rx. Otherwise no input is recognized. Signed-off-by: rellla l...@imkreisrum.de --- sys_config/a20/cubieboard2.fex | 2 +- sys_config/a20/cubietruck.fex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[linux-sunxi] [PATCH 1/2 3.4] Sunxi SATA driver should be built in-kernel in order to allow root filesystems on sata per default.

2014-10-13 Thread Andreas Baierl
From: rellla l...@imkreisrum.de --- arch/arm/configs/sun4i_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/sun4i_defconfig b/arch/arm/configs/sun4i_defconfig index 4e6f9fc..06b6fa6 100644 --- a/arch/arm/configs/sun4i_defconfig +++

[linux-sunxi] [PATCH 0/2 3.4] defconfigs: Fix sun4i-defconfig and sun7i_defconfig

2014-10-13 Thread Andreas Baierl
From: rellla l...@imkreisrum.de rellla (2): Sunxi SATA driver should be built in-kernel in order to allow root filesystems on sata per default. Cleanup sun7i_defconfig based on sun4i_defconfig. arch/arm/configs/sun4i_defconfig |2 +- arch/arm/configs/sun7i_defconfig | 1038

[linux-sunxi] [PATCH 2/2 3.4] Cleanup sun7i_defconfig based on sun4i_defconfig.

2014-10-13 Thread Andreas Baierl
From: rellla l...@imkreisrum.de --- arch/arm/configs/sun7i_defconfig | 1038 +++--- 1 file changed, 69 insertions(+), 969 deletions(-) diff --git a/arch/arm/configs/sun7i_defconfig b/arch/arm/configs/sun7i_defconfig index 455ebcc..be7fedb 100644 ---

Re: [linux-sunxi] HDMI drivers for banana pi for 3.14.6

2014-11-03 Thread Andreas Baierl
Hi, there is no display support in mainline kernel. The latest kernel, that supports display is the sunxi-3.4 kernel of the linux-sunxi community. Regards Am 03.11.2014 10:55, schrieb Prajosh Premdas: Hi I am trying to bring up HDMI support for banana PI on kernel 3.14.6 and i could not

[linux-sunxi] [PATCH 1/2 3.4] Re-Enable symmetric multiprocessing for sun7i

2014-11-10 Thread Andreas Baierl
From: Andreas Baierlich...@imkreisrum.de Signed-off-by: Andreas Baierlich...@imkreisrum.de --- arch/arm/configs/sun7i_defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/configs/sun7i_defconfig b/arch/arm/configs/sun7i_defconfig index be7fedb..ce17398

[linux-sunxi] [PATCH 2/2 3.4] Enable CONFIG_FHANDLE required for systemd = 209

2014-11-10 Thread Andreas Baierl
From: Andreas Baierlich...@imkreisrum.de Signed-off-by: Andreas Baierlich...@imkreisrum.de --- arch/arm/configs/sun7i_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/sun7i_defconfig b/arch/arm/configs/sun7i_defconfig index ce17398..083b404 100644 ---

Re: [linux-sunxi] sunxi-ir ignores repeated key presses

2014-11-12 Thread Andreas Baierl
Am 12.11.2014 20:27, schrieb nilsnu...@gmail.com: I have Mele A100(A10) and M3(A20), with identical IR and remotes. I have followed instructions from this page - http://linux-sunxi.org/LIRC, IR works, but sunxi-ir ignores long key press ... For example - you will have problematic

Re: [linux-sunxi] sunxi-ir ignores repeated key presses

2014-11-12 Thread Andreas Baierl
Am 12.11.2014 21:28, schrieb nilsnu...@gmail.com: Someone needs to merge it to 3.4 tree... I'll send in a patch tomorrow. Regards -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it,

[linux-sunxi] [PATCH 3.4] ir: Enable repeated key presses.

2014-11-13 Thread Andreas Baierl
From: Andreas Baierl ich...@imkreisrum.de Holding down a key on the remote control is not recognized by the sunxi_ir driver as a repeated key press. This commit fixed that issue. Signed-off-by: Andreas Baierl ich...@imkreisrum.de --- drivers/input/keyboard/sunxi-ir.c | 2 ++ 1 file changed, 2

Re: [linux-sunxi] [PATCH 3.4] ir: Enable repeated key presses.

2014-11-13 Thread Andreas Baierl
Sorry for pushing that, but my system time was messed up a bit :p. Just in case it is missed ... Regards Am 07.11.2014 10:27, schrieb Andreas Baierl: From: Andreas Baierl ich...@imkreisrum.de Holding down a key on the remote control is not recognized by the sunxi_ir driver as a repeated key

Re: [linux-sunxi] [PATCH 2/2 3.4] Cleanup sun7i_defconfig based on sun4i_defconfig.

2014-11-13 Thread Andreas Baierl
Am 31.10.2014 15:58, schrieb Siarhei Siamashka: On Mon, 13 Oct 2014 06:31:38 -0400 Andreas Baierl l...@imkreisrum.de wrote: From: rellla l...@imkreisrum.de --- arch/arm/configs/sun7i_defconfig | 1038 +++--- 1 file changed, 69 insertions(+), 969 deletions

[linux-sunxi] [PATCH 3.4] sunxi: g2d: handle noop blits

2014-11-13 Thread Andreas Baierl
From: Andreas Baierl ich...@imkreisrum.de Zero area blits are technically valid noops and are requested bay libvdpau. Return 0 when blit area is zero without performing bogus calculations. This reverts commit 3303e27 but also catches the zero values which were leading to failed calculations

[linux-sunxi] [PATCH 3.4] sunxi: disp: Fix division by zero.

2014-11-13 Thread Andreas Baierl
From: Andreas Baierl ich...@imkreisrum.de If DISP_CMD_VIDEO_START is called and layer.para.src_win.width = 0, a division by zero is happening. This patch is ported from Allwinner's display driver code. It catches the division by zero by disabling vpp operations if src_win.width 1280 and if src

Re: [linux-sunxi] [PATCH 3.4] sunxi: disp: Fix division by zero.

2014-11-23 Thread Andreas Baierl
Am 24.11.2014 00:57, schrieb Siarhei Siamashka: On Thu, 13 Nov 2014 06:27:39 -0500 Andreas Baierl l...@imkreisrum.de wrote: From: Andreas Baierl ich...@imkreisrum.de If DISP_CMD_VIDEO_START is called and layer.para.src_win.width = 0, a division by zero is happening. This patch is ported from

Re: [linux-sunxi] [PATCH 3.4] sunxi: g2d: handle noop blits

2014-11-24 Thread Andreas Baierl
Am 23.11.2014 22:04, schrieb Siarhei Siamashka: On Fri, 7 Nov 2014 04:54:10 -0500 Andreas Baierl l...@imkreisrum.de wrote: From: Andreas Baierl ich...@imkreisrum.de Zero area blits are technically valid noops and are requested bay libvdpau. Return 0 when blit area is zero without performing

Re: [linux-sunxi] Infrared Remote Control (sunxi-ir)

2014-12-04 Thread Andreas Baierl
What's your fex like? Did you recognise https://github.com/linux-sunxi/sunxi-boards/commit/68acb3b1610a44b9402560623f7e35b7882585e9? Regards Am 04.12.2014 14:42, schrieb Simo Xefil: Hello to all! I'm trying to debug IR signals on a A20 based board with Arch Linux. I'm trying to test if I'm

Re: [linux-sunxi] Re: A20 CedarX experience

2014-12-12 Thread Andreas Baierl
Am 12.12.2014 07:46, schrieb lyc.ac...@gmail.com: Hi, I use the library cedarx-libs play video in linux is a problem(such as pinkish issue on A20), is there a successful case? about pinkish issue,some of the videos, some are not,I think this problem is caused by the sort of problem

Re: [linux-sunxi] Allwinner documentation (hardware datasheet, user manual) for A10, A10s, A13, A20, A31, A31s

2014-12-17 Thread Andreas Baierl
Hi Kevin, I need some infos about the deinterlacer in sunxi display engine. Bob deinterlacing is working basically. Is there a possibility to get some info's about these two parameters and how to use/ get them: flag_addr:

Re: [linux-sunxi] Re: sunxi-mali and FRAMEBUFFER issues

2015-02-16 Thread Andreas Baierl
be a solution to refresh a screen after such a behaviour? Not having experience, I'd try it if that could be a possible solution (even if I've no idea where to start :) ) Thank you again, Simon Il giorno lunedì 16 febbraio 2015 16:46:19 UTC+1, Andreas Baierl ha scritto: Hi Simon, i only

Re: [linux-sunxi] Re: sunxi-mali and FRAMEBUFFER issues

2015-02-16 Thread Andreas Baierl
giorno lunedì 16 febbraio 2015 10:12:56 UTC+1, Andreas Baierl ha scritto: I don't know the reason, but i suppose, that issue is the reason, why Allwinner themselves placed this workaround in their example code: https://github.com/linux-sunxi/cedarx-libs/blob/master/libcedarv/linux

Re: [linux-sunxi] Question about libvdpau-sunxi

2015-02-20 Thread Andreas Baierl
Am 20.02.2015 um 14:47 schrieb Simo Xefil: Hello, I've installed 'libvdpau-sunxi' on an A20 board having mali400 gpu. Until here all ok. In this way I'm able to play video smooth using HW decoding vdpau with mplayer or mpv. To do that I need to have an X11 display, or I get an error. Is there

Re: [linux-sunxi] How do you get the Neal Peacock PengPod1000 to work from the included SD card? Trying a variety of buttons didn't do it...

2015-01-28 Thread Andreas Baierl
Am 28.01.2015 um 10:46 schrieb Don Saklad: How do you get the Neal Peacock PengPod1000 tablets to work from the included SD card?... As I could not find any Device Page in linux-sunxi.org wiki ... manufacturer's website is not available ... it will be a problem to help you. Either get contact

Re: [linux-sunxi] How do you get the Neal Peacock PengPod1000 to work from the included SD card? Trying a variety of buttons didn't do it...

2015-01-28 Thread Andreas Baierl
Am 28.01.2015 um 14:41 schrieb Don Saklad: Andreas Baierl l...@imkreisrum.de writes: Am 28.01.2015 um 10:46 schrieb Don Saklad: How do you get the Neal Peacock PengPod1000 tablets to work from the included SD card?... As I could not find any Device Page in linux

[linux-sunxi] [PATCH 3.4 v3] sunxi: disp: Fix bug in scaler csc

2015-03-06 Thread Andreas Baierl
From: Andreas Baierl ich...@imkreisrum.de There is some bogus code, which calculates the variable bright four times. This typo is corrected. The code also checks for a valid input value (0-100) and calculates the correct (rounded) value for bright, contrast, saturation and hue in the needed

[linux-sunxi] [PATCH 3.4] sunxi: disp: Fix bug in scaler csc

2015-02-27 Thread Andreas Baierl
From: Andreas Baierl ich...@imkreisrum.de There is some bogus code, which calculates the variable bright four times. This typo is corrected and also the calculation is adapted to deliver the right range for bright, contrast, saturation and hue from 0-63. Before, when the maximum value (100

Re: [linux-sunxi] Question about libvdpau-sunxi

2015-02-20 Thread Andreas Baierl
(Linux only) Regards Andreas Thanks Andreas! Simon Il 20/02/2015 14:52, Andreas Baierl ha scritto: Am 20.02.2015 um 14:47 schrieb Simo Xefil: Hello, I've installed 'libvdpau-sunxi' on an A20 board having mali400 gpu. Until here all ok. In this way I'm able to play video smooth using HW

Re: [linux-sunxi] [ANNOUNCE] Allwinner releasing CedarX open source

2015-05-19 Thread Andreas Baierl
Hi Kevin, Am 19.05.2015 um 02:44 schrieb ke...@allwinnertech.com: Hi All, We're proud to announce a new code release today for CedarX. Before delving into the details, I'd like to share some context: i'm glad to see, that AW tries to make a move in the right direction. Although steps are

Re: [linux-sunxi] [PATCH 3.4 v3] sunxi: disp: Fix bug in scaler csc

2015-06-10 Thread Andreas Baierl
, saturation and hue with the display engine ioctls. So maybe someone can push that to stage/sunxi-3.4 Thanks Andreas Am 06.03.2015 um 11:21 schrieb Andreas Baierl: From: Andreas Baierl ich...@imkreisrum.de There is some bogus code, which calculates the variable bright four times. This typo

Re: [linux-sunxi] Is this mailing list dead?

2015-10-27 Thread Andreas Baierl
https://groups.google.com/forum/#!forum/linux-sunxi Doesn't seem so. Either you have to be more patient, or you've just asked the wrong questions or nobody was able or willing to answer yet. Regards Andreas Am 27.10.2015 um 16:24 schrieb Pavel: I'm asking here questions about linux-sunxi and

Re: [linux-sunxi] KMS - VE - Lima

2015-09-24 Thread Andreas Baierl
Am 22.09.2015 um 17:30 schrieb Maxime Ripard: Hi, You can extend that list to the A31 and A23. Yes, sure. I didn't because I do not own A31 and A23 ;) A DRM/KMS driver is a quite huge task, that require both some kernel knowledge and that require a lot of time. This is not something that we

[linux-sunxi] KMS - VE - Lima

2015-09-22 Thread Andreas Baierl
Hi community, i decided to write a short email to our list in order to ask for the status of the mainline effort of display driver, video engine and mali. First of all, please don't get me wrong. This is no begging mail, it's just a try to bring us up-to-date what's going on with these

Re: [linux-sunxi] Re: Rotated video playback on A20

2015-12-08 Thread Andreas Baierl
If you refer to libvdpau-sunxi, rotating is not implemented atm. -> https://github.com/linux-sunxi/libvdpau-sunxi/blob/master/rgba.c#L189 Regards Andreas Am 08.12.2015 um 15:02 schrieb András Ács: Thanks! It's actually the libvdpau-sunxi, I got confused by the naming (the libvdpau-sunxi

Re: [linux-sunxi] Re: Rotated video playback on A20

2015-12-08 Thread Andreas Baierl
Am 08.12.2015 um 16:02 schrieb Jens Kuske: On 08/12/15 15:02, András Ács wrote: Thanks! It's actually the libvdpau-sunxi, I got confused by the naming (the libvdpau-sunxi github page links to https://linux-sunxi.org/Cedrus which refers to CedarX) Hi, the video engine is able to rotate the

Re: [linux-sunxi] Banana Pi Pro video is not rotated

2016-03-14 Thread Andreas Baierl
Am 14.03.2016 um 09:20 schrieb Wilson ODB: Thanks for your info. Excerpt from the post you mentioned "If you refer to libvdpau-sunxi, rotating is not implemented atm. -> https://github.com/linux-sunxi/libvdpau-sunxi/blob/master/rgba.c#L189; So rotation of video in portrait orientation is not

Re: [linux-sunxi] arm64 binaries for CedarX codecs

2017-07-10 Thread Andreas Baierl
Am 07.07.2017 um 18:19 schrieb Jonathan Olson: I see that all the video codecs for the CedarX libraries are contained in binary libcedar_plugin_venc.so and libcedar_plugin_vd_others.so. However the CedarX-12.06.2015 repository only contains 32-bit armv7 libraries. Are there any 64-bit armv8

Re: [linux-sunxi] arm64 binaries for CedarX codecs

2017-07-11 Thread Andreas Baierl
Am 11.07.2017 um 09:49 schrieb Paul Kocialkowski: On Mon, 2017-07-10 at 08:20 +0200, Andreas Baierl wrote: Am 07.07.2017 um 18:19 schrieb Jonathan Olson: I see that all the video codecs for the CedarX libraries are contained in binary libcedar_plugin_venc.so and libcedar_plugin_vd_others.so

Re: [linux-sunxi] Cedrus driver

2017-11-16 Thread Andreas Baierl
Am 16.11.2017 um 11:13 schrieb Giulio Benetti: Hello, Hello, I'm wondering why cedrus https://github.com/FlorentRevest/linux-sunxi-cedrus has never been merged with linux-sunxi sunxi-next. Because it is not ready to be merged. It depends on the v4l2 request API, which was not merged and