[PATCH] virtio-gpu: Fix missing driver conformance file
Parav Pandit <[email protected]>
| Newsgroups | dev.linux.lists.virtio-comment |
|---|---|
| Message-ID | <[email protected]> |
Cited patch in the fixes tag missed to include the driver-conformance
file. Add it.
Fixes: f52fb20cbe38 ("virtio-gpu: support blob alignment information")
Signed-off-by: Parav Pandit <[email protected]>
---
device-types/gpu/driver-conformance.tex | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 device-types/gpu/driver-conformance.tex
diff --git a/device-types/gpu/driver-conformance.tex b/device-types/gpu/driver-conformance.tex
new file mode 100644
index 0000000..9ef708e
--- /dev/null
+++ b/device-types/gpu/driver-conformance.tex
@@ -0,0 +1,8 @@
+\conformance{\subsection}{GPU Driver Conformance}\label{sec:Conformance / Driver Conformance / GPU Driver Conformance}
+
+A GPU Driver MUST conform to the following normative statements:
+
+\begin{itemize}
+\item \ref{drivernormative:Device Types / GPU Device / Device Operation / Device Operation: controlq}
+\item \ref{drivernormative:Device Types / GPU Device / Device Operation / Device Operation: controlq (3d)}
+\end{itemize}
--
2.34.1