Skip to content

Commit a755947

Browse files
gmitulmlankhorst
authored andcommitted
drm/dp: Describe target_rr_divider in struct drm_dp_as_sdp
Describe newly added parameter target_rr_divider in struct drm_dp_as_sdp. -v2: Remove extra line from commit message.(Lucas) -v3: Rebase. Fixes: a20c6d9 ("drm/dp: Add refresh rate divider to struct representing AS SDP") Cc: Mitul Golani <[email protected]> Cc: Arun R Murthy <[email protected]> Cc: Suraj Kandpal <[email protected]> Cc: Ankit Nautiyal <[email protected]> Cc: Jani Nikula <[email protected]> Cc: Stephen Rothwell <[email protected]> Signed-off-by: Mitul Golani <[email protected]> Reviewed-by: Ankit Nautiyal <[email protected]> Acked-by: Maarten Lankhorst <[email protected]> Signed-off-by: Maarten Lankhorst <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 2000dda commit a755947

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/drm/display/drm_dp_helper.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ struct drm_dp_vsc_sdp {
112112
* @target_rr: Target Refresh
113113
* @duration_incr_ms: Successive frame duration increase
114114
* @duration_decr_ms: Successive frame duration decrease
115+
* @target_rr_divider: Target refresh rate divider
115116
* @mode: Adaptive Sync Operation Mode
116117
*/
117118
struct drm_dp_as_sdp {

0 commit comments

Comments
 (0)