diff mbox series

drm/vc4: Improve the KUnit documentation

Message ID 20221208094727.2848310-1-maxime@cerno.tech (mailing list archive)
State New, archived
Headers show
Series drm/vc4: Improve the KUnit documentation | expand

Commit Message

Maxime Ripard Dec. 8, 2022, 9:47 a.m. UTC
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(-)

Comments

Maíra Canal Dec. 8, 2022, 11:03 a.m. UTC | #1
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
>
Maxime Ripard Dec. 15, 2022, 7:54 a.m. UTC | #2
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
diff mbox series

Patch

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