File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Linux GPU Driver Developer's Guide
16
16
vga-switcheroo
17
17
vgaarbiter
18
18
todo
19
+ rfc/index
19
20
20
21
.. only :: subproject and html
21
22
Original file line number Diff line number Diff line change
1
+ ===============
2
+ GPU RFC Section
3
+ ===============
4
+
5
+ For complex work, especially new uapi, it is often good to nail the high level
6
+ design issues before getting lost in the code details. This section is meant to
7
+ host such documentation:
8
+
9
+ * Each RFC should be a section in this file, explaining the goal and main design
10
+ considerations. Especially for uapi make sure you Cc: all relevant project
11
+ mailing lists and involved people outside of dri-devel.
12
+
13
+ * For uapi structures add a file to this directory with and then pull the
14
+ kerneldoc in like with real uapi headers.
15
+
16
+ * Once the code has landed move all the documentation to the right places in
17
+ the main core, helper or driver sections.
You can’t perform that action at this time.
0 commit comments