[PATCH] drm/connector: document supported_colorspaces and DRM_MODE_COLORIMETRY_COUNT

2023-09-08 Thread Javier Carrasco
The supported_colorspaces parameter was added to the following functions without documenting it: drm_mode_create_dp_colorspace_property drm_mode_create_hdmi_colorspace_property The missing descriptions generate warnings when compiling the documentation. Add the descriptions to document the

Re: [PATCH] drm/connector: document supported_colorspaces and DRM_MODE_COLORIMETRY_COUNT

2023-09-06 Thread Randy Dunlap
Hi, On 9/6/23 11:19, Javier Carrasco wrote: > The supported_colorspaces parameter was added to the following > functions without documenting it: > > drm_mode_create_dp_colorspace_property > drm_mode_create_hdmi_colorspace_property > > The missing descriptions generate warnings when compiling