All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/vc4: Improve the KUnit documentation
@ 2022-12-08  9:47 Maxime Ripard
  2022-12-08 11:03 ` Maíra Canal
  2022-12-15  7:54 ` (subset) " Maxime Ripard
  0 siblings, 2 replies; 3+ messages in thread
From: Maxime Ripard @ 2022-12-08  9:47 UTC (permalink / raw)
  To: Daniel Vetter, David Airlie, Maarten Lankhorst,
	Thomas Zimmermann, Maxime Ripard
  Cc: Maíra Canal, dri-devel

The command-line can be expressed using a code-block, and we were
missing which architectures were available.

Suggested-by: Maíra Canal <mcanal@igalia.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
---
 Documentation/gpu/vc4.rst | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Documentation/gpu/vc4.rst b/Documentation/gpu/vc4.rst
index a2375f1584e6..5e5e92e40919 100644
--- a/Documentation/gpu/vc4.rst
+++ b/Documentation/gpu/vc4.rst
@@ -61,8 +61,11 @@ The VC4 Driver uses KUnit to perform driver-specific unit and
 integration tests.
 
 These tests are using a mock driver and can be ran using the
-command::
-	./tools/testing/kunit/kunit.py run \
+command below, on either arm or arm64 architectures,
+
+.. code-block:: bash
+
+	$ ./tools/testing/kunit/kunit.py run \
 		--kunitconfig=drivers/gpu/drm/vc4/tests/.kunitconfig \
 		--cross_compile aarch64-linux-gnu- --arch arm64
 
-- 
2.38.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/vc4: Improve the KUnit documentation
  2022-12-08  9:47 [PATCH] drm/vc4: Improve the KUnit documentation Maxime Ripard
@ 2022-12-08 11:03 ` Maíra Canal
  2022-12-15  7:54 ` (subset) " Maxime Ripard
  1 sibling, 0 replies; 3+ messages in thread
From: Maíra Canal @ 2022-12-08 11:03 UTC (permalink / raw)
  To: Maxime Ripard, Daniel Vetter, David Airlie, Maarten Lankhorst,
	Thomas Zimmermann
  Cc: dri-devel

On 12/8/22 06:47, Maxime Ripard wrote:
> The command-line can be expressed using a code-block, and we were
> missing which architectures were available.
> 
> Suggested-by: Maíra Canal <mcanal@igalia.com>
> Signed-off-by: Maxime Ripard <maxime@cerno.tech>
> ---

Reviewed-by: Maíra Canal <mcanal@igalia.com>

Best Regards,
- Maíra Canal

>  Documentation/gpu/vc4.rst | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/gpu/vc4.rst b/Documentation/gpu/vc4.rst
> index a2375f1584e6..5e5e92e40919 100644
> --- a/Documentation/gpu/vc4.rst
> +++ b/Documentation/gpu/vc4.rst
> @@ -61,8 +61,11 @@ The VC4 Driver uses KUnit to perform driver-specific unit and
>  integration tests.
>  
>  These tests are using a mock driver and can be ran using the
> -command::
> -	./tools/testing/kunit/kunit.py run \
> +command below, on either arm or arm64 architectures,
> +
> +.. code-block:: bash
> +
> +	$ ./tools/testing/kunit/kunit.py run \
>  		--kunitconfig=drivers/gpu/drm/vc4/tests/.kunitconfig \
>  		--cross_compile aarch64-linux-gnu- --arch arm64
>  

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: (subset) [PATCH] drm/vc4: Improve the KUnit documentation
  2022-12-08  9:47 [PATCH] drm/vc4: Improve the KUnit documentation Maxime Ripard
  2022-12-08 11:03 ` Maíra Canal
@ 2022-12-15  7:54 ` Maxime Ripard
  1 sibling, 0 replies; 3+ messages in thread
From: Maxime Ripard @ 2022-12-15  7:54 UTC (permalink / raw)
  To: Maarten Lankhorst, Daniel Vetter, Thomas Zimmermann,
	Maxime Ripard, David Airlie
  Cc: Maíra Canal, dri-devel

On Thu, 8 Dec 2022 10:47:27 +0100, Maxime Ripard wrote:
> The command-line can be expressed using a code-block, and we were
> missing which architectures were available.
> 
> 

Applied to drm/drm-misc (drm-misc-next).

Thanks!
Maxime

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-15  7:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-08  9:47 [PATCH] drm/vc4: Improve the KUnit documentation Maxime Ripard
2022-12-08 11:03 ` Maíra Canal
2022-12-15  7:54 ` (subset) " Maxime Ripard

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.