We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93f07c commit 099b79fCopy full SHA for 099b79f
Documentation/gpu/drm-internals.rst
@@ -208,6 +208,13 @@ follows:
208
``CONFIG_VIRTIO_UML`` and ``CONFIG_UML_PCI_OVER_VIRTIO`` are not
209
included in it because they are only required for User Mode Linux.
210
211
+KUnit Coverage Rules
212
+~~~~~~~~~~~~~~~~~~~~
213
+
214
+KUnit support is gradually added to the DRM framework and helpers. There's no
215
+general requirement for the framework and helpers to have KUnit tests at the
216
+moment. However, patches that are affecting a function or helper already
217
+covered by KUnit tests must provide tests if the change calls for one.
218
219
Legacy Support Code
220
===================
0 commit comments