On Wed, 2023-08-16 at 07:01 -0600, Jonathan Corbet wrote: > *** CAUTION: This email originates from a source not known to Imagination Technologies. Think before you click a link or open an attachment *** > > 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 for this. Will get this sorted. Thanks, Sarah > > Thanks, > > jon