[PATCH v1 1/2] drm/dp: fix warning for target_rr_divide missing comment

Sunil Khatri sunil.khatri at amd.com
Tue Oct 8 08:37:09 UTC 2024


include/drm/display/drm_dp_helper.h:127: warning:
Function parameter or struct member 'target_rr_divider'
not described in 'drm_dp_as_sdp'

Signed-off-by: Sunil Khatri <sunil.khatri at amd.com>
Cc: Mitul Golani <mitulkumar.ajitkumar.golani at intel.com>
Cc: Arun R Murthy <arun.r.murthy at intel.com>
Cc: Suraj Kandpal <suraj.kandpal at intel.com>
---
 include/drm/display/drm_dp_helper.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/drm/display/drm_dp_helper.h b/include/drm/display/drm_dp_helper.h
index ea03e1dd26ba..5b8e70ab087b 100644
--- a/include/drm/display/drm_dp_helper.h
+++ b/include/drm/display/drm_dp_helper.h
@@ -112,6 +112,7 @@ struct drm_dp_vsc_sdp {
  * @target_rr: Target Refresh
  * @duration_incr_ms: Successive frame duration increase
  * @duration_decr_ms: Successive frame duration decrease
+ * @target_rr_divider: Refresh rate divider
  * @mode: Adaptive Sync Operation Mode
  */
 struct drm_dp_as_sdp {
-- 
2.34.1



More information about the Intel-gfx mailing list