Re: [PATCH v2] drm: document drm_mode_get_connector

2020-11-20 Thread Daniel Vetter
On Fri, Nov 20, 2020 at 9:46 AM Simon Ser wrote: > > On Thursday, November 19, 2020 4:06 PM, Daniel Vetter wrote: > > > > + /** > > > +* @connection: Status of the connector. > > > +* > > > +* See enum drm_connector_status. > > > > Please add & so it becomes a link i

Re: [PATCH v2] drm: document drm_mode_get_connector

2020-11-20 Thread Simon Ser
On Thursday, November 19, 2020 4:06 PM, Daniel Vetter wrote: > > + /** > > +* @connection: Status of the connector. > > +* > > +* See enum drm_connector_status. > > Please add & so it becomes a link in the generated docs (and pls check > the link goes to the right pl

Re: [PATCH v2] drm: document drm_mode_get_connector

2020-11-19 Thread Daniel Vetter
On Thu, Nov 19, 2020 at 2:52 PM Simon Ser wrote: > > Document how to perform a GETCONNECTOR ioctl. Document the various > struct fields. Also document how to perform a forced probe, and when > should user-space do it. > > Signed-off-by: Simon Ser > Cc: Daniel Vetter > Cc: Pekka Paalanen > --- >

[PATCH v2] drm: document drm_mode_get_connector

2020-11-19 Thread Simon Ser
Document how to perform a GETCONNECTOR ioctl. Document the various struct fields. Also document how to perform a forced probe, and when should user-space do it. Signed-off-by: Simon Ser Cc: Daniel Vetter Cc: Pekka Paalanen --- include/uapi/drm/drm_mode.h | 76 ++