From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: dri-devel@lists.freedesktop.org
Subject: Re: [PATCH libdrm 4/5] modetest: Print possible_crtcs for planes
Date: Thu, 18 Apr 2013 15:46:50 +0200 [thread overview]
Message-ID: <5884654.ROt0nKiPjj@avalon> (raw)
In-Reply-To: <1366226285-13282-4-git-send-email-ville.syrjala@linux.intel.com>
On Wednesday 17 April 2013 22:18:04 ville.syrjala@linux.intel.com wrote:
> From: Ville Syrjälä <ville.syrjala@linux.intel.com>
>
> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> tests/modetest/modetest.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/tests/modetest/modetest.c b/tests/modetest/modetest.c
> index c91bb9d..27cd2ce 100644
> --- a/tests/modetest/modetest.c
> +++ b/tests/modetest/modetest.c
> @@ -429,7 +429,7 @@ static void dump_planes(void)
> }
>
> printf("Planes:\n");
> - printf("id\tcrtc\tfb\tCRTC x,y\tx,y\tgamma size\n");
> + printf("id\tcrtc\tfb\tCRTC x,y\tx,y\tgamma size\tpossible crtcs\n");
> for (i = 0; i < plane_resources->count_planes; i++) {
> ovr = drmModeGetPlane(fd, plane_resources->planes[i]);
> if (!ovr) {
> @@ -438,10 +438,10 @@ static void dump_planes(void)
> continue;
> }
>
> - printf("%d\t%d\t%d\t%d,%d\t\t%d,%d\t%d\n",
> + printf("%d\t%d\t%d\t%d,%d\t\t%d,%d\t%-8d\t0x%08x\n",
> ovr->plane_id, ovr->crtc_id, ovr->fb_id,
> ovr->crtc_x, ovr->crtc_y, ovr->x, ovr->y,
> - ovr->gamma_size);
> + ovr->gamma_size, ovr->possible_crtcs);
>
> if (!ovr->count_formats)
> continue;
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2013-04-18 13:46 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-17 19:18 [PATCH libdrm 1/5] modetest: Make RGB565 pwetty too ville.syrjala
2013-04-17 19:18 ` [PATCH libdrm 2/5] modetest: Fix pitches, somewhat ville.syrjala
2013-04-18 13:45 ` Laurent Pinchart
2013-04-17 19:18 ` [PATCH libdrm 3/5] modetest: Add support for all 16/32 bpp RGB formats ville.syrjala
2013-04-18 13:56 ` Laurent Pinchart
2013-04-17 19:18 ` [PATCH libdrm 4/5] modetest: Print possible_crtcs for planes ville.syrjala
2013-04-18 13:46 ` Laurent Pinchart [this message]
2013-04-17 19:18 ` [PATCH libdrm 5/5] modetest: Reduce the length of the connector type string ville.syrjala
2013-04-18 13:46 ` Laurent Pinchart
2013-04-18 13:43 ` [PATCH libdrm 1/5] modetest: Make RGB565 pwetty too Laurent Pinchart
2013-04-18 14:06 ` Ville Syrjälä
2013-04-18 14:19 ` Laurent Pinchart
2013-04-18 14:37 ` Ville Syrjälä
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=5884654.ROt0nKiPjj@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