Add numeric definitions for menu items used in the smiapp driver's test
pattern menu.
Signed-off-by: Sakari Ailus
Acked-by: Laurent Pinchart
---
since v3:
- Add Kbuild entry for the header
include/uapi/linux/Kbuild | 1 +
include/uapi/linux/smiapp.h | 29 +
2 fil
Hi Prabhakar,
Thanks for the review! :-)
Prabhakar Lad wrote:
Hi Sakari,
On Thu, May 29, 2014 at 3:40 PM, Sakari Ailus
wrote:
Add numeric definitions for menu items used in the smiapp driver's test
pattern menu.
Signed-off-by: Sakari Ailus
---
include/uapi/linux/smiapp.h | 29 +++
On Sat, Jun 07, 2014 at 02:56:10PM -0700, Steve Longerbeam wrote:
> Adds the following new IPU units:
>
> - Camera Sensor Interface (csi)
> - Sensor Multi FIFO Controller (smfc)
> - Image Converter (ic)
> - Image Rotator (irt)
>
> Signed-off-by: Steve Longerbeam
> ---
> drivers/staging/imx-drm/
On Sat, Jun 07, 2014 at 02:56:32PM -0700, Steve Longerbeam wrote:
> Signed-off-by: Steve Longerbeam
> Signed-off-by: Jiada Wang
> ---
> arch/arm/boot/dts/imx6qdl.dtsi | 52
>
> 1 file changed, 52 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx6qd
Dear Sebastian,
There is a RF performance issue in the af9033 driver of kernel 3.15. It is no
problem in the it913x driver of kernel 3.14.
There were some initial sequences not correct after the it913x driver was
integrated into af9033 driver.
BRs,
Jason
-Original Message-
From: linux-
Hi Steve,
On Sat, Jun 07, 2014 at 02:56:06PM -0700, Steve Longerbeam wrote:
> Signed-off-by: Jiada Wang
> ---
> drivers/staging/imx-drm/ipu-v3/ipu-common.c | 18 ++
> include/linux/platform_data/imx-ipu-v3.h|1 +
> 2 files changed, 19 insertions(+)
>
> diff --git a/dri
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 Jun 11 04:00:25 CEST 2014
git branch: test
git hash: 5ea878796f0a1d9649fe43a6a09df53d3915c0ef
gcc versi
On 06/10/2014 08:11 AM, Hans Verkuil wrote:
> On 06/09/2014 06:42 PM, Steve Longerbeam wrote:
>> On 06/08/2014 01:36 AM, Hans Verkuil wrote:
>>> Hi Steve!
>>>
>>> On 06/07/2014 11:56 PM, Steve Longerbeam wrote:
Hi all,
This patch set adds video capture support for the Freescale i.MX6
Hi Rickard,
Thanks for the patch.
On Sat, Jun 7, 2014 at 1:31 AM, Rickard Strandqvist
wrote:
> Instead of putting the same variable twice,
> was rather intended to set this value to two different variable.
>
> This was partly found using a static code analysis program called cppcheck.
>
> Signed
Hi Sakari,
On Thu, May 29, 2014 at 3:40 PM, Sakari Ailus
wrote:
> Add numeric definitions for menu items used in the smiapp driver's test
> pattern menu.
>
> Signed-off-by: Sakari Ailus
> ---
> include/uapi/linux/smiapp.h | 29 +
Don't you need to add an entry in Kbu
On 06/09/2014 06:42 PM, Steve Longerbeam wrote:
> On 06/08/2014 01:36 AM, Hans Verkuil wrote:
>> Hi Steve!
>>
>> On 06/07/2014 11:56 PM, Steve Longerbeam wrote:
>>> Hi all,
>>>
>>> This patch set adds video capture support for the Freescale i.MX6 SOC.
>>>
>>> It is a from-scratch standardized drive
Hello list,
I have an "Avermedia A835B(1835)" USB DVB-T stick (07ca:1835) which
works only (very) sporadically. It's pure luck as far as I can see.
I can't reproduce how to get it working. There are no special steps that
I can take to guarantee that it'll work once I plug it in.
I'd rate my chanc
On 05/29/14 16:40, Sakari Ailus wrote:
> Add numeric definitions for menu items used in the smiapp driver's test
> pattern menu.
>
> Signed-off-by: Sakari Ailus
Acked-by: Hans Verkuil
> ---
> include/uapi/linux/smiapp.h | 29 +
> 1 file changed, 29 insertions(+)
>
On 05/29/14 16:40, Sakari Ailus wrote:
> In many cases the test pattern has selectable values for each colour
> component. Implement controls for raw bayer components. Additional controls
> should be defined for colour components that are not covered by these
> controls.
>
> Signed-off-by: Sakari
Signed-off-by: Denis Carikli
---
ChangeLog v11->v13:
- No changes
ChangeLog v9->v11:
- Now uses the drm-panel instead of the display-timings.
ChangeLog v8->v9:
- Removed the Cc. They are now set in git-send-email directly.
- The backlight is now on at boot.
ChangeLog v6->v7:
- Shrinked even more
The CMO-QVGA, DVI-SVGA and DVI-VGA are added.
Signed-off-by: Denis Carikli
---
ChangeLog v10->v13:
- Rebased
- Removed enable-active-high in reg_lcd_3v3: its GPIO
already has the GPIO_ACTIVE_HIGH flag.
Without this removal, the display was off at boot
and powering it off and on was necessar
We need a way to pass signal polarity informations
between DRM panels, and the display drivers.
To do that, a pol_flags field was added to drm_display_mode.
Signed-off-by: Denis Carikli
---
ChangeLog v12->v13:
- Added Docbook documentation for pol_flags the struct field.
- Removed the _PRESERV
Signed-off-by: Denis Carikli
---
ChangeLog v12->v13:
- Added a note explaining why the size is zero in
the eukrea_mbimxsd51_dvi(s)vga structs.
ChangeLog v11->v12:
- Rebased: It now uses the new DRM_MODE_FLAG_POL_DE flags defines names
ChangeLog v10->v11:
- New patch.
---
.../bindings/panel/euk
The previous hardware behaviour was kept if the
flags are not set.
Signed-off-by: Denis Carikli
---
ChangeLog v12->v13:
- This patch doesn't need the DRM_MODE_FLAG_POL_*_PRESERVE flags anymore.
- code cleanup to improve readability:
- ENABLE_POL_PRESERVE is now gone
- Less modifications in ip
Signed-off-by: Denis Carikli
Acked-by: Philipp Zabel
---
ChangeLog v9->v13:
- Rebased
ChangeLog v8->v9:
- Rebased.
- Added Philipp Zabel's ack.
- Shortened the patch title.
ChangeLog v8->v9:
- Removed the Cc. They are now set in git-send-email directly.
- Rebased.
ChangeLog v7->v8:
- Shrinked e
The imx-drm driver can't use the de-active and
pixelclk-active display-timings properties yet.
Instead the data-enable and the pixel data clock
polarity are hardcoded in the imx-drm driver.
So theses properties are now set to keep
the same behaviour when imx-drm will start
using them.
Signed-off
The current BGR666 is not consistent with the other color mapings like BGR24.
BGR666 should be in the same byte order than BGR24.
Signed-off-by: Denis Carikli
Acked-by: Philipp Zabel
---
ChangeLog v10->v13:
- Rebased
ChangeLog v9->v10:
- Rebased.
- Added Philipp Zabel's Ack.
- Included Lothar Wa
Signed-off-by: Denis Carikli
---
ChangeLog 12->v13:
- No changes
ChangeLog 11->v12:
- Improved the define names to match the hardware:
ENABLE_POL is not a clock signal but instead an enable signal.
ChangeLog v9->v10:
- New patch which was splitted out from:
"staging: imx-drm: Use de-active an
That new macro is needed by the imx_drm staging driver
for supporting the QVGA display of the eukrea-cpuimx51 board.
Signed-off-by: Denis Carikli
Acked-by: Mauro Carvalho Chehab
Acked-by: Laurent Pinchart
Acked-by: Philipp Zabel
---
ChangeLog v10->v13:
- No changes
ChangeLog v9->v10:
- Rebas
Hi Dan,
Thanks for the patch.
On Mon, Jun 9, 2014 at 4:10 PM, Dan Carpenter wrote:
> The RSZ_LPF_INT_MASK define is cut and pasted twice so we can remove the
> second instance.
>
Applied.
Regards,
--Prabhakar Lad
> Signed-off-by: Dan Carpenter
>
> diff --git a/drivers/staging/media/davinci_vp
Dear user
Your email has exceeded 2 GB created by the webmaster, you are currently
running at 2.30GB, you cannot send or receive new message until you verify
you email account.
Please enter your details below to verify your account :
(1) E-mail:
(2) Name:
(3) Password:
(4) Confirm Password:
th
26 matches
Mail list logo