aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gpu
diff options
context:
space:
mode:
authorMaxime Ripard <maxime@cerno.tech>2022-12-08 10:47:27 +0100
committerMaxime Ripard <maxime@cerno.tech>2022-12-15 08:54:08 +0100
commit76f34f1377d34b49aa6337e44234ef64eca11263 (patch)
treede40cdc804205b43df8dd1ac7a553f4c2d038132 /Documentation/gpu
parent5eb9a4314053bda7642643f70f49a2b415920812 (diff)
downloadlinux-76f34f1377d34b49aa6337e44234ef64eca11263.tar.gz
drm/vc4: Improve the KUnit documentation
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> Reviewed-by: Maíra Canal <mcanal@igalia.com> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://patchwork.freedesktop.org/patch/msgid/20221208094727.2848310-1-maxime@cerno.tech
Diffstat (limited to 'Documentation/gpu')
-rw-r--r--Documentation/gpu/vc4.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/gpu/vc4.rst b/Documentation/gpu/vc4.rst
index a2375f1584e6d..5e5e92e409195 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