<div dir="ltr"><div><br></div><div><br></div>>On Sun, 10 Sept 2023 at 09:29, Randy Dunlap <<a href="mailto:rdunlap@infradead.org">rdunlap@infradead.org</a>> wrote:<br>>On 9/9/23 20:54, Bagas Sanjaya wrote:<br>>> On Sat, Sep 09, 2023 at 04:33:43PM +0530, Bragatheswaran Manickavel wrote:<br>>>> Addressing drm dp/hdmi connector related kernel documentation<br>>>> warning and add more information about these values.<br>>><br>>> What are these?<br>>><br>><br>>There are already patches for these issues.<br>><br>>Please check latest linux-next and make patches to it instead of using mainline.<br>><br>>Thanks.<br><br>Just had a look at the latest next-20230908. Changes of include/drm/drm_connector.h are <br>not present. <br><br>Thanks,<br>><br>>>><br>>>> Signed-off-by: Bragatheswaran Manickavel <<a href="mailto:bragathemanick0908@gmail.com">bragathemanick0908@gmail.com</a>><br>>>> ---<br>>>>  drivers/gpu/drm/drm_connector.c | 2 ++<br>>>>  include/drm/drm_connector.h     | 2 ++<br>>>>  2 files changed, 4 insertions(+)<br>>>><br>>>> diff --git a/drivers/gpu/drm/drm_connector.c b/drivers/gpu/drm/drm_connector.c<br>>>> index bf8371dc2a61..084c95785dda 100644<br>>>> --- a/drivers/gpu/drm/drm_connector.c<br>>>> +++ b/drivers/gpu/drm/drm_connector.c<br>>>> @@ -2203,6 +2203,7 @@ static int drm_mode_create_colorspace_property(struct drm_connector *connector,<br>>>>  /**<br>>>>   * drm_mode_create_hdmi_colorspace_property - create hdmi colorspace property<br>>>>   * @connector: connector to create the Colorspace property on.<br>>>> + * @supported_colorspaces: to get hdmi supported colorspaces.<br>>>>   *<br>>>>   * Called by a driver the first time it's needed, must be attached to desired<br>>>>   * HDMI connectors.<br>>>> @@ -2227,6 +2228,7 @@ EXPORT_SYMBOL(drm_mode_create_hdmi_colorspace_property);<br>>>>  /**<br>>>>   * drm_mode_create_dp_colorspace_property - create dp colorspace property<br>>>>   * @connector: connector to create the Colorspace property on.<br>>>> + * @supported_colorspaces: to get dp supported colorspaces.<br>>>>   *<br>>>>   * Called by a driver the first time it's needed, must be attached to desired<br>>>>   * DP connectors.<br>>>> diff --git a/include/drm/drm_connector.h b/include/drm/drm_connector.h<br>>>> index d300fde6c1a4..556d66dd122c 100644<br>>>> --- a/include/drm/drm_connector.h<br>>>> +++ b/include/drm/drm_connector.h<br>>>> @@ -498,6 +498,8 @@ enum drm_privacy_screen_status {<br>>>>   *   ITU-R BT.601 colorimetry format<br>>>>   *   The DP spec does not say whether this is the 525 or the 625<br>>>>   *   line version.<br>>>> + * @DRM_MODE_COLORIMETRY_COUNT:<br>>>> + *   Represents the count of colorspaces.<br>>>>   */<br>>>>  enum drm_colorspace {<br>>>>      /* For Default case, driver will set the colorspace */<br>>><br>>> Oh, you mean to add description for colorspace-related fields.<br>>><br>>> Thanks.<br>>><br>>><br>><br>--<br><br></div>