0001 ===============
0002 GPU RFC Section
0003 ===============
0004
0005 For complex work, especially new uapi, it is often good to nail the high level
0006 design issues before getting lost in the code details. This section is meant to
0007 host such documentation:
0008
0009 * Each RFC should be a section in this file, explaining the goal and main design
0010 considerations. Especially for uapi make sure you Cc: all relevant project
0011 mailing lists and involved people outside of dri-devel.
0012
0013 * For uapi structures add a file to this directory with and then pull the
0014 kerneldoc in like with real uapi headers.
0015
0016 * Once the code has landed move all the documentation to the right places in
0017 the main core, helper or driver sections.
0018
0019 .. toctree::
0020
0021 i915_gem_lmem.rst
0022
0023 .. toctree::
0024
0025 i915_scheduler.rst
0026
0027 .. toctree::
0028
0029 i915_small_bar.rst
0030
0031 .. toctree::
0032
0033 i915_vm_bind.rst