Commit Graph

1905 Commits

Author SHA1 Message Date
Alex Deryskyba
5b7764ace8 projects/WeTek_Play/patches/kodi: Update patches for latest Kodi Helix 2015-01-18 02:22:15 +01:00
Stefan Saraev
3906e40684 Merge pull request #3798 from Memphiz/wetekfixes
Wetekfixes
2015-01-17 12:59:00 +02:00
Stefan Saraev
36a10d2003 Merge pull request #3783 from stefansaraev/mkimage
mkimage enhancements
2015-01-16 19:53:29 +02:00
Memphiz
4a85aa3e70 [Wetek.Play/amlkernel] - fix pixelclock for 23.976hz mode based on CEA-861B 2015-01-15 22:23:48 +01:00
Memphiz
a90874b420 [Wetek.Play/meson6] - apply 1080p24@48khz audiomode fix from meson8 - fixes audio locking issue for yamaha amps with this video mode 2015-01-15 22:23:48 +01:00
Memphiz
c4afe30818 [Wetek.Play] - allow real 1.5ghz (its 1512MHz) and remove the 1.2GHz clamp
in the meson6 clock
2015-01-15 19:13:03 +01:00
Memphiz
d12146f9e4 [Wetek.Play/amlkernel] - fix race condition in ge2d_wq.
1. thread 1 is here https://github.com/codesnake/linux-amlogic/blob/master/drivers/amlogic/display/ge2d/ge2d_wq.c#L147
2. thread 2 is here https://github.com/codesnake/linux-amlogic/blob/master/drivers/amlogic/display/ge2d/ge2d_wq.c#L855
3. thread 2 is running and enters the if condition because state is GE2D_STATE_RUNNING
4. thread 2 gets interrupted by thread 1 thread 1 jumps over the if and sets GE2D_STATE_IDLE and is done
5. back to thread 2 which now sets state GE2D_STATE_REMOVING_WQ and calls wait_for_completion
6. thread2 will never return because thread 1 is done already and won't signal the event

destroy_ge2d_work_queue is called from https://github.com/codesnake/linux-amlogic/blob/master/drivers/amlogic/amports/amvideocap.c#L320 in my use case and will block there forever - and basically blocks down to the read in the userspace which tries to read the current captured frame
2015-01-15 19:13:02 +01:00
Memphiz
14592b4cd3 [Wetek.Play/amvideocap] - add support for aml video capture device (needed for boblight support 2015-01-15 19:13:02 +01:00
Stefan Saraev
4a83e29093 wetek_play: add debug shell on serial console 2015-01-15 12:16:57 +02:00
Stefan Saraev
fcec006944 wetek_play: remove not needed symlink 2015-01-15 12:15:06 +02:00
Alex Deryskyba
9b3c3f7911 wetek_play: enable support for USB Prolific 2303 Serial Driver 2015-01-15 04:38:39 +01:00
Alex Deryskyba
56cccb15c4 wetek_play: add a systemd oneshot service to load the WeTek proprietary DVB driver 2015-01-15 03:06:27 +01:00
Alex Deryskyba
8ee4c14a05 wetek_play: update kernel patches and enable WeTek DVB driver 2015-01-15 03:06:19 +01:00
Alex Deryskyba
8722535ea4 wetek_play: add firmware files for ATSC demod 2015-01-15 02:35:42 +01:00
Alex Deryskyba
53c60dd8a4 wetek_play: add a firmware for AVL6211 DVB tuner 2015-01-15 02:32:43 +01:00
Alex Deryskyba
3bbb14e4ee wetek_play: update linux kernel to 3.10-24e850b 2015-01-15 02:30:27 +01:00
Stefan Saraev
7eeb1f5608 imx6: move coherent_pool back to kernel. increase to 2M 2015-01-14 11:02:13 +02:00
vpeter4
c10bab8371 projects/imx6/patches/linux: prepend kernel config cmdline to bootloader arguments from uEnv.txt 2015-01-13 21:15:04 +01:00
fritsch
f724c9b47a IMX: linux: remove hardcoded coherent_pool option from cmdline 2015-01-13 13:55:03 +01:00
fritsch
e6a939b75a IMX: bootloader: Readd coherent_pool and bump to 2M 2015-01-13 13:54:58 +01:00
Stefan Saraev
b1ddbd91c7 mkimage: allow projects to set kernel image name
... and set to kernel.img for WeTek_Play and RPi
2015-01-13 12:36:40 +02:00
Stephan Raue
8ddfc8fd54 projects/WeTek.Play: rename to projects/WeTek_Play
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-01-12 23:23:00 +01:00
Stefan Saraev
1ef9ad731a wetek.play: linux: define __USE_KERNEL_XATTR_DEFS
fixes systemd-218 build fail
2015-01-12 23:23:00 +01:00
Stefan Saraev
ec388d529a wetek.play: reorder linux patches 2015-01-12 23:23:00 +01:00
Stefan Saraev
0e84218840 WeTek.Play/options: build: depend on mkimage/u-boot-tools 2015-01-12 23:23:00 +01:00