Re: [PATCH v2] drm: document drm_mode_get_property

2021-08-02 Thread Daniel Vetter
On Mon, Aug 02, 2021 at 07:28:35AM +, Simon Ser wrote: > It's not obvious what the fields mean and how they should be used. > The most important detail is the link to drm_property.flags, which > describes how property types work. > > v2: document enum drm_mode_property_enum, add ref to "Modese

[PATCH v2] drm: document drm_mode_get_property

2021-08-02 Thread Simon Ser
It's not obvious what the fields mean and how they should be used. The most important detail is the link to drm_property.flags, which describes how property types work. v2: document enum drm_mode_property_enum, add ref to "Modeset Base Object Abstraction" (Daniel) Signed-off-by: Simon Ser Acked-