ipu3-imgu 0000:00:05.0: required queues are disabled

2019-01-26 Thread Kai-Heng Feng
Hi, We have a bug report [1] that the ipu3 doesn’t work. Does ipu3 need special userspace to work? [1] https://bugs.launchpad.net/bugs/1812114 Kai-Heng

cron job: media_tree daily build: OK

2019-01-26 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: Sun Jan 27 05:00:11 CET 2019 media-tree git hash:c9d06df612977a88c484668ad0a37bc8e4463b22 media_build git

Data entry service and data processing services

2019-01-26 Thread Linda
We provide data entry service and data processing services. We makes it easy for you to take the documents you have and turn them into documents you can use. If you have paper and image forms, directory listings, spreadsheets, reports or any number of handwritten or printed documents we can trans

Data entry service and data processing services

2019-01-26 Thread Linda
We provide data entry service and data processing services. We makes it easy for you to take the documents you have and turn them into documents you can use. If you have paper and image forms, directory listings, spreadsheets, reports or any number of handwritten or printed documents we can trans

Are your photos ready?

2019-01-26 Thread Sophia
Did you receive my email from last week? Are your photo ready to edit? We can do white background for your pictures, also adding clipping path if you need that. If you also need retouching, just let me know. Waiting for the testing photo to start working for you. Thanks, Sophia

[PATCH 2/3] media: vicodec: Introducing stateless fwht defs and structs

2019-01-26 Thread Dafna Hirschfeld
Add structs and definitions needed to implement stateless decoder for fwht. Signed-off-by: Dafna Hirschfeld --- drivers/media/platform/vicodec/vicodec-core.c | 12 drivers/media/v4l2-core/v4l2-ctrls.c | 6 ++ include/uapi/linux/v4l2-controls.h| 10 +

[PATCH 0/3] Prepare for statless decoder for fwht

2019-01-26 Thread Dafna Hirschfeld
Patches to prepare for the implementation of the statless decoder api in vicodec Dafna Hirschfeld (3): media: vicodec: add struct for encoder/decoder instance media: vicodec: Introducing stateless fwht defs and structs media: vicodec: Register another node for stateless decoder drivers/med

[PATCH 3/3] media: vicodec: Register another node for stateless decoder

2019-01-26 Thread Dafna Hirschfeld
Add stateless decoder instance field to the dev struct and register another node for the statelsess decoder. The stateless API for the node will be implemented in further patches. Signed-off-by: Dafna Hirschfeld --- drivers/media/platform/vicodec/vicodec-core.c | 56 +-- 1 file c

[PATCH 1/3] media: vicodec: add struct for encoder/decoder instance

2019-01-26 Thread Dafna Hirschfeld
Add struct 'vicodec_dev_instance' for the fields in vicodec_dev that have have both decoder and encoder versions. Signed-off-by: Dafna Hirschfeld --- drivers/media/platform/vicodec/vicodec-core.c | 175 +- 1 file changed, 89 insertions(+), 86 deletions(-) diff --git a/drivers/me

Data entry service and data processing services

2019-01-26 Thread Linda
We provide data entry service and data processing services. We makes it easy for you to take the documents you have and turn them into documents you can use. If you have paper and image forms, directory listings, spreadsheets, reports or any number of handwritten or printed documents we can trans

[PATCH] media: vicodec>: get_next_header is static

2019-01-26 Thread Mauro Carvalho Chehab
drivers/media/platform/vicodec/vicodec-core.c:drivers/media/platform/vicodec/vicodec-core.c:210:23: warning: symbol 'get_next_header' was not declared. Should it be static? drivers/media/platform/vicodec/vicodec-core.c:210:23: warning: no previous prototype for 'get_next_header' [-Wmissing-proto

[RFC PATCH] videodev2.h: introduce VIDIOC_DQEXTEVENT

2019-01-26 Thread Hans Verkuil
This patch adds an extended version of VIDIOC_DQEVENT that: 1) is Y2038 safe by using a __u64 for the timestamp 2) needs no compat32 conversion code 3) is able to handle control events from 64-bit control types by changing the type of the minimum, maximum, step and default_value field to __u