Sarah Walker <sarah.walker@xxxxxxxxxx> writes: > Add documentation for the UAPI and for the virtual memory design. One little thing I happened to notice on a quick glance: > +Begin by calling :c:func:`pvr_vm_create_context` to obtain a VM context. It is > +bound to a PowerVR device (:c:type:`pvr_device`) and holds a reference to it. Rather than writing out the :c:func: incantation, just say pvr_vm_create_context(). All of the right things will happen, and your document will be a lot more readable. Thanks, jon