All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: Randy Dunlap <rdunlap@infradead.org>
Cc: linux-doc@vger.kernel.org,
	Gabriela Bittencourt <gabrielabittencourt00@gmail.com>,
	Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>,
	David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	dri-devel@lists.freedesktop.org, Jonathan Corbet <corbet@lwn.net>
Subject: Re: [PATCH] drm/doc: make drm-uapi igt-tests more readable
Date: Tue, 22 Nov 2022 15:48:24 +0100	[thread overview]
Message-ID: <Y3zhOP6enOmUmapQ@phenom.ffwll.local> (raw)
In-Reply-To: <20221118235137.6859-1-rdunlap@infradead.org>

On Fri, Nov 18, 2022 at 03:51:37PM -0800, Randy Dunlap wrote:
> Correct grammar and make the use of the igt-tests more readable.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Gabriela Bittencourt <gabrielabittencourt00@gmail.com>
> Cc: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
> Cc: David Airlie <airlied@gmail.com>
> Cc: Daniel Vetter <daniel@ffwll.ch>
> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> Cc: Maxime Ripard <mripard@kernel.org>
> Cc: Thomas Zimmermann <tzimmermann@suse.de>
> Cc: dri-devel@lists.freedesktop.org
> Cc: Jonathan Corbet <corbet@lwn.net>

Pushed to drm-misc-next, thanks for your patch.
-Daniel

> ---
>  Documentation/gpu/drm-uapi.rst |   12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff -- a/Documentation/gpu/drm-uapi.rst b/Documentation/gpu/drm-uapi.rst
> --- a/Documentation/gpu/drm-uapi.rst
> +++ b/Documentation/gpu/drm-uapi.rst
> @@ -402,19 +402,19 @@ It's possible to run the IGT-tests in a
>  	1. Use IGT inside a VM
>  	2. Use IGT from the host machine and write the results in a shared directory.
>  
> -As follow, there is an example of using a VM with a shared directory with
> -the host machine to run igt-tests. As an example it's used virtme::
> +Following is an example of using a VM with a shared directory with
> +the host machine to run igt-tests. This example uses virtme::
>  
>  	$ virtme-run --rwdir /path/for/shared_dir --kdir=path/for/kernel/directory --mods=auto
>  
> -Run the igt-tests in the guest machine, as example it's ran the 'kms_flip'
> +Run the igt-tests in the guest machine. This example runs the 'kms_flip'
>  tests::
>  
>  	$ /path/for/igt-gpu-tools/scripts/run-tests.sh -p -s -t "kms_flip.*" -v
>  
> -In this example, instead of build the igt_runner, Piglit is used
> -(-p option); it's created html summary of the tests results and it's saved
> -in the folder "igt-gpu-tools/results"; it's executed only the igt-tests
> +In this example, instead of building the igt_runner, Piglit is used
> +(-p option). It creates an HTML summary of the test results and saves
> +them in the folder "igt-gpu-tools/results". It executes only the igt-tests
>  matching the -t option.
>  
>  Display CRC Support

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

WARNING: multiple messages have this Message-ID (diff)
From: Daniel Vetter <daniel@ffwll.ch>
To: Randy Dunlap <rdunlap@infradead.org>
Cc: Gabriela Bittencourt <gabrielabittencourt00@gmail.com>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	linux-doc@vger.kernel.org,
	Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>,
	Jonathan Corbet <corbet@lwn.net>,
	dri-devel@lists.freedesktop.org
Subject: Re: [PATCH] drm/doc: make drm-uapi igt-tests more readable
Date: Tue, 22 Nov 2022 15:48:24 +0100	[thread overview]
Message-ID: <Y3zhOP6enOmUmapQ@phenom.ffwll.local> (raw)
In-Reply-To: <20221118235137.6859-1-rdunlap@infradead.org>

On Fri, Nov 18, 2022 at 03:51:37PM -0800, Randy Dunlap wrote:
> Correct grammar and make the use of the igt-tests more readable.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Gabriela Bittencourt <gabrielabittencourt00@gmail.com>
> Cc: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
> Cc: David Airlie <airlied@gmail.com>
> Cc: Daniel Vetter <daniel@ffwll.ch>
> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> Cc: Maxime Ripard <mripard@kernel.org>
> Cc: Thomas Zimmermann <tzimmermann@suse.de>
> Cc: dri-devel@lists.freedesktop.org
> Cc: Jonathan Corbet <corbet@lwn.net>

Pushed to drm-misc-next, thanks for your patch.
-Daniel

> ---
>  Documentation/gpu/drm-uapi.rst |   12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff -- a/Documentation/gpu/drm-uapi.rst b/Documentation/gpu/drm-uapi.rst
> --- a/Documentation/gpu/drm-uapi.rst
> +++ b/Documentation/gpu/drm-uapi.rst
> @@ -402,19 +402,19 @@ It's possible to run the IGT-tests in a
>  	1. Use IGT inside a VM
>  	2. Use IGT from the host machine and write the results in a shared directory.
>  
> -As follow, there is an example of using a VM with a shared directory with
> -the host machine to run igt-tests. As an example it's used virtme::
> +Following is an example of using a VM with a shared directory with
> +the host machine to run igt-tests. This example uses virtme::
>  
>  	$ virtme-run --rwdir /path/for/shared_dir --kdir=path/for/kernel/directory --mods=auto
>  
> -Run the igt-tests in the guest machine, as example it's ran the 'kms_flip'
> +Run the igt-tests in the guest machine. This example runs the 'kms_flip'
>  tests::
>  
>  	$ /path/for/igt-gpu-tools/scripts/run-tests.sh -p -s -t "kms_flip.*" -v
>  
> -In this example, instead of build the igt_runner, Piglit is used
> -(-p option); it's created html summary of the tests results and it's saved
> -in the folder "igt-gpu-tools/results"; it's executed only the igt-tests
> +In this example, instead of building the igt_runner, Piglit is used
> +(-p option). It creates an HTML summary of the test results and saves
> +them in the folder "igt-gpu-tools/results". It executes only the igt-tests
>  matching the -t option.
>  
>  Display CRC Support

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

  reply	other threads:[~2022-11-22 14:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-18 23:51 [PATCH] drm/doc: make drm-uapi igt-tests more readable Randy Dunlap
2022-11-18 23:51 ` Randy Dunlap
2022-11-22 14:48 ` Daniel Vetter [this message]
2022-11-22 14:48   ` Daniel Vetter

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=Y3zhOP6enOmUmapQ@phenom.ffwll.local \
    --to=daniel@ffwll.ch \
    --cc=Rodrigo.Siqueira@amd.com \
    --cc=airlied@gmail.com \
    --cc=corbet@lwn.net \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=gabrielabittencourt00@gmail.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=rdunlap@infradead.org \
    --cc=tzimmermann@suse.de \
    /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.