From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: dri-devel@lists.freedesktop.org
Subject: Re: [PATCH v5 00/23] modetest enhancements
Date: Fri, 14 Jun 2013 23:34:52 +0200 [thread overview]
Message-ID: <10469947.aDEfqlq9YT@avalon> (raw)
In-Reply-To: <1371244894-27878-1-git-send-email-laurent.pinchart@ideasonboard.com>
On Friday 14 June 2013 23:21:11 Laurent Pinchart wrote:
> Hello,
>
> After a (too) long delay here's the fifth version of my modetest
> enhancements patch set.
And I've of course sent the wrong version :-/ v6 (hopefully final) is on the
way. Sorry for the noise.
> Beside various cleanups, these patches allow dropping master after mode set,
> configuring more than two pipes and planes, setting properties from the
> command line, setting plane positions and configuring pipes with multiple
> connectors in cloned mode.
>
> The code has been tested with the R-Car DU DRM driver.
>
> Changes since v4:
>
> - Update the usage line with the newly added parameters
> - Fixed a bad copy&paste in the -w argument handling
> - Use widthxheight[+-]x[+-]y to specify plane size and position
> - Fixed two bugs in buffer allocation and pattern generation (22/23 and
> 23/23)
>
> Laurent Pinchart (23):
> modetest: Fix warnings
> modetest: Remove extern declarations of opt(arg|ind|err|opt)
> modetest: Sort command line arguments
> modetest: Add a command line parameter to select the driver
> modetest: Add a command line parameter to drop master after mode set
> modetest: Retrieve all resources in one go
> modetest: Don't limit mode set and planes to two instances
> modetest: Add a command line parameter to set properties
> modetest: Allow specifying plane position
> modetest: Print the plane ID when setting up a plane
> modetest: Remove the -m argument
> modetest: Create a device structure
> modetest: Compute CRTC pipe number as needed
> modetest: Remove the struct connector_arg encoder field
> modetest: Store the crtc in the connector_arg structure
> modetest: Store the mode in the crtc structure
> modetest: Give the CRTC ID to the -P option
> modetest: Split mode setting and plane setup
> modetest: Rename struct connector_arg to struct pipe_arg
> modetest: Support pipes with multiple connectors
> modetest: Try all possible encoders for a connector
> modetest: Fix line stride in SMPTE YUV packet pattern generator
> modetest: Allocate NV buffers large enough for the two planes
>
> tests/modetest/Makefile.am | 4 +-
> tests/modetest/buffers.c | 44 +-
> tests/modetest/buffers.h | 5 +-
> tests/modetest/modetest.c | 1195 +++++++++++++++++++++++++++++------------
> 4 files changed, 882 insertions(+), 366 deletions(-)
--
Regards,
Laurent Pinchart
prev parent reply other threads:[~2013-06-14 21:34 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-14 21:21 [PATCH v5 00/23] modetest enhancements Laurent Pinchart
2013-06-14 21:21 ` [PATCH v5 01/23] modetest: Fix warnings Laurent Pinchart
2013-06-14 21:21 ` [PATCH v5 02/23] modetest: Remove extern declarations of opt(arg|ind|err|opt) Laurent Pinchart
2013-06-14 21:21 ` [PATCH v5 03/23] modetest: Sort command line arguments Laurent Pinchart
2013-06-14 21:21 ` [PATCH v5 04/23] modetest: Add a command line parameter to select the driver Laurent Pinchart
2013-06-14 21:21 ` [PATCH v5 05/23] modetest: Add a command line parameter to drop master after mode set Laurent Pinchart
2013-06-14 21:21 ` [PATCH v5 06/23] modetest: Retrieve all resources in one go Laurent Pinchart
2013-06-14 21:21 ` [PATCH v5 07/23] modetest: Don't limit mode set and planes to two instances Laurent Pinchart
2013-06-14 21:21 ` [PATCH v5 08/23] modetest: Add a command line parameter to set properties Laurent Pinchart
2013-06-14 21:21 ` [PATCH v5 09/23] modetest: Allow specifying plane position Laurent Pinchart
2013-06-14 21:21 ` [PATCH v5 10/23] modetest: Print the plane ID when setting up a plane Laurent Pinchart
2013-06-14 21:21 ` [PATCH v5 11/23] modetest: Remove the -m argument Laurent Pinchart
2013-06-14 21:21 ` [PATCH v5 12/23] modetest: Create a device structure Laurent Pinchart
2013-06-14 21:21 ` [PATCH v5 13/23] modetest: Compute CRTC pipe number as needed Laurent Pinchart
2013-06-14 21:21 ` [PATCH v5 14/23] modetest: Remove the struct connector_arg encoder field Laurent Pinchart
2013-06-14 21:21 ` [PATCH v5 15/23] modetest: Store the crtc in the connector_arg structure Laurent Pinchart
2013-06-14 21:21 ` [PATCH v5 16/23] modetest: Store the mode in the crtc structure Laurent Pinchart
2013-06-14 21:21 ` [PATCH v5 17/23] modetest: Give the CRTC ID to the -P option Laurent Pinchart
2013-06-14 21:21 ` [PATCH v5 18/23] modetest: Split mode setting and plane setup Laurent Pinchart
2013-06-14 21:21 ` [PATCH v5 19/23] modetest: Rename struct connector_arg to struct pipe_arg Laurent Pinchart
2013-06-14 21:21 ` [PATCH v5 20/23] modetest: Support pipes with multiple connectors Laurent Pinchart
2013-06-14 21:21 ` [PATCH v5 21/23] modetest: Try all possible encoders for a connector Laurent Pinchart
2013-06-14 21:21 ` [PATCH v5 22/23] modetest: Fix line stride in SMPTE YUV packet pattern generator Laurent Pinchart
2013-06-14 21:21 ` [PATCH v5 23/23] modetest: Allocate NV buffers large enough for the two planes Laurent Pinchart
2013-06-14 21:34 ` Laurent Pinchart [this message]
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=10469947.aDEfqlq9YT@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=dri-devel@lists.freedesktop.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox