On 6/12/2024 3:24 PM, Mitul Golani wrote:
Describe newly added parameter target_rr_divider in struct
drm_dp_as_sdp.

Fixes: a20c6d954d75 ("drm/dp: Add refresh rate divider to struct representing AS 
SDP")
Cc: Mitul Golani <mitulkumar.ajitkumar.gol...@intel.com>
Cc: Arun R Murthy <arun.r.mur...@intel.com>
Cc: Suraj Kandpal <suraj.kand...@intel.com>
Cc: Ankit Nautiyal <ankit.k.nauti...@intel.com>
Cc: Jani Nikula <jani.nik...@intel.com>
Cc: Stephen Rothwell <s...@canb.auug.org.au>

Signed-off-by: Mitul Golani <mitulkumar.ajitkumar.gol...@intel.com>

Reviewed-by: Ankit Nautiyal <ankit.k.nauti...@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..7f2567fa230d 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: Target refresh rate divider
   * @mode: Adaptive Sync Operation Mode
   */
  struct drm_dp_as_sdp {

Reply via email to