projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eb9a43
)
drm/vc4: Improve the KUnit documentation
author
Maxime Ripard
<maxime@cerno.tech>
Thu, 8 Dec 2022 09:47:27 +0000
(10:47 +0100)
committer
Maxime Ripard
<maxime@cerno.tech>
Thu, 15 Dec 2022 07:54:08 +0000
(08:54 +0100)
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
Documentation/gpu/vc4.rst
patch
|
blob
|
history
diff --git
a/Documentation/gpu/vc4.rst
b/Documentation/gpu/vc4.rst
index a2375f1584e6d941505babc9e1b26b0128c8d307..5e5e92e4091959914138a4418f6684121ab29afa 100644
(file)
--- 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