mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Add a directory by kernel instead of a common root, add qnap-301w and rpi4 kernel 6.1 suppport
This commit is contained in:
parent
e910436a7a
commit
46837ec4c0
9459 changed files with 362648 additions and 116345 deletions
|
@ -0,0 +1,43 @@
|
|||
From 8ce05be70cdd59b3dddd252f8e37531c095a42e9 Mon Sep 17 00:00:00 2001
|
||||
From: Maxime Ripard <maxime@cerno.tech>
|
||||
Date: Thu, 1 Dec 2022 11:08:24 +0100
|
||||
Subject: [PATCH 521/726] Documentation: gpu: vc4: Add KUnit Tests Section
|
||||
|
||||
Now that we have VC4-specific tests in place, let's document them
|
||||
properly.
|
||||
|
||||
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
|
||||
---
|
||||
Documentation/gpu/vc4.rst | 16 ++++++++++++++++
|
||||
1 file changed, 16 insertions(+)
|
||||
|
||||
diff --git a/Documentation/gpu/vc4.rst b/Documentation/gpu/vc4.rst
|
||||
index 5df1d98b9544..a2375f1584e6 100644
|
||||
--- a/Documentation/gpu/vc4.rst
|
||||
+++ b/Documentation/gpu/vc4.rst
|
||||
@@ -54,6 +54,22 @@ VEC (Composite TV out) encoder
|
||||
.. kernel-doc:: drivers/gpu/drm/vc4/vc4_vec.c
|
||||
:doc: VC4 SDTV module
|
||||
|
||||
+KUnit Tests
|
||||
+===========
|
||||
+
|
||||
+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 \
|
||||
+ --kunitconfig=drivers/gpu/drm/vc4/tests/.kunitconfig \
|
||||
+ --cross_compile aarch64-linux-gnu- --arch arm64
|
||||
+
|
||||
+Parts of the driver that are currently covered by tests are:
|
||||
+ * The HVS to PixelValve dynamic FIFO assignment, for the BCM2835-7
|
||||
+ and BCM2711.
|
||||
+
|
||||
Memory Management and 3D Command Submission
|
||||
===========================================
|
||||
|
||||
--
|
||||
2.33.1
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue