From: boris.brezillon@free-electrons.com (Boris Brezillon)
To: linux-arm-kernel@lists.infradead.org
Subject: [RESEND PATCH v2 0/7] drm/vc4: VEC (SDTV) output support
Date: Fri, 9 Dec 2016 08:45:41 +0100 [thread overview]
Message-ID: <20161209084541.0e89e533@bbrezillon> (raw)
In-Reply-To: <68783643.33021.1481268157922@email.1und1.de>
On Fri, 9 Dec 2016 08:22:37 +0100 (CET)
Stefan Wahren <stefan.wahren@i2se.com> wrote:
> Hi,
>
> > Boris Brezillon <boris.brezillon@free-electrons.com> hat am 2. Dezember 2016 um 14:48 geschrieben:
> >
> >
> > Sorry for the noise, but I forgot to Cc the DT maintainers.
> >
> > Here is the 2nd version of the VC4/VEC series.
> >
> > We still miss the two clock patches mentioned by Eric in the first
> > version to make the encoder work no matter the setting applied by the
> > bootloader.
>
> are there any advices to test this feature?
Apply these patches [1][2][3][4] in addition to this series, and you
should see the SDTV output when running modetest (this is what I used
to test/debug the driver).
This is the command I use to test the SDTV output in NTSC mode
modetest -s 39:720x480
>
> Is it possible to use an old Raspberry Pi B (256 MB RAM) for this?
I did most of my test on a RPi-2, but IIRC, Eric tested it on a RPi
(don't know which model).
>
> Thanks
>
> Stefan
[1]https://patchwork.kernel.org/patch/9442127/
[2]https://patchwork.kernel.org/patch/9456911/
[3]https://patchwork.kernel.org/patch/9456909/
[4]https://patchwork.kernel.org/patch/9456731/
WARNING: multiple messages have this Message-ID (diff)
From: Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
To: Stefan Wahren <stefan.wahren-eS4NqCHxEME@public.gmane.org>
Cc: linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
Scott Branden <sbranden-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>,
Ray Jui <rjui-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>,
Lee Jones <lee-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
Ian Campbell
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org,
Daniel Vetter <daniel-/w4YWyX8dFk@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Florian Fainelli
<f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
David Airlie <airlied-cv59FeDIM0c@public.gmane.org>
Subject: Re: [RESEND PATCH v2 0/7] drm/vc4: VEC (SDTV) output support
Date: Fri, 9 Dec 2016 08:45:41 +0100 [thread overview]
Message-ID: <20161209084541.0e89e533@bbrezillon> (raw)
In-Reply-To: <68783643.33021.1481268157922-7tX72C7vayboQLBSYMtkGA@public.gmane.org>
On Fri, 9 Dec 2016 08:22:37 +0100 (CET)
Stefan Wahren <stefan.wahren-eS4NqCHxEME@public.gmane.org> wrote:
> Hi,
>
> > Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> hat am 2. Dezember 2016 um 14:48 geschrieben:
> >
> >
> > Sorry for the noise, but I forgot to Cc the DT maintainers.
> >
> > Here is the 2nd version of the VC4/VEC series.
> >
> > We still miss the two clock patches mentioned by Eric in the first
> > version to make the encoder work no matter the setting applied by the
> > bootloader.
>
> are there any advices to test this feature?
Apply these patches [1][2][3][4] in addition to this series, and you
should see the SDTV output when running modetest (this is what I used
to test/debug the driver).
This is the command I use to test the SDTV output in NTSC mode
modetest -s 39:720x480
>
> Is it possible to use an old Raspberry Pi B (256 MB RAM) for this?
I did most of my test on a RPi-2, but IIRC, Eric tested it on a RPi
(don't know which model).
>
> Thanks
>
> Stefan
[1]https://patchwork.kernel.org/patch/9442127/
[2]https://patchwork.kernel.org/patch/9456911/
[3]https://patchwork.kernel.org/patch/9456909/
[4]https://patchwork.kernel.org/patch/9456731/
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2016-12-09 7:45 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-02 13:48 [RESEND PATCH v2 0/7] drm/vc4: VEC (SDTV) output support Boris Brezillon
2016-12-02 13:48 ` Boris Brezillon
2016-12-02 13:48 ` [RESEND PATCH v2 1/7] drm/vc4: Fix ->clock_select setting for the VEC encoder Boris Brezillon
2016-12-02 13:48 ` Boris Brezillon
2016-12-02 13:48 ` [RESEND PATCH v2 2/7] drm: Turn DRM_MODE_SUBCONNECTOR_xx definitions into an enum Boris Brezillon
2016-12-02 13:48 ` Boris Brezillon
2016-12-02 13:48 ` [RESEND PATCH v2 3/7] drm: Add TV connector states to drm_connector_state Boris Brezillon
2016-12-02 13:48 ` Boris Brezillon
2016-12-02 13:48 ` [RESEND PATCH v2 4/7] drm/vc4: Add support for the VEC (Video Encoder) IP Boris Brezillon
2016-12-02 13:48 ` Boris Brezillon
2016-12-06 1:50 ` Florian Fainelli
2016-12-06 1:50 ` Florian Fainelli
2016-12-07 15:12 ` Boris Brezillon
2016-12-07 15:12 ` Boris Brezillon
2016-12-07 19:18 ` Eric Anholt
2016-12-07 19:18 ` Eric Anholt
2016-12-02 13:48 ` [RESEND PATCH v2 5/7] drm/vc4: Document VEC DT binding Boris Brezillon
2016-12-02 13:48 ` Boris Brezillon
2016-12-09 21:00 ` Rob Herring
2016-12-09 21:00 ` Rob Herring
2016-12-09 23:37 ` Eric Anholt
2016-12-09 23:37 ` Eric Anholt
2016-12-02 13:48 ` [RESEND PATCH v2 6/7] ARM: bcm/dt: Add VEC node in bcm283x.dtsi Boris Brezillon
2016-12-02 13:48 ` Boris Brezillon
2016-12-02 13:48 ` [RESEND PATCH v2 7/7] ARM: bcm/dt: Enable the VEC IP on all RaspberryPi boards Boris Brezillon
2016-12-02 13:48 ` Boris Brezillon
2016-12-02 23:59 ` [RESEND PATCH v2 0/7] drm/vc4: VEC (SDTV) output support Eric Anholt
2016-12-02 23:59 ` Eric Anholt
2016-12-09 7:22 ` Stefan Wahren
2016-12-09 7:22 ` Stefan Wahren
2016-12-09 7:45 ` Boris Brezillon [this message]
2016-12-09 7:45 ` Boris Brezillon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161209084541.0e89e533@bbrezillon \
--to=boris.brezillon@free-electrons.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.