Commit a20c6d95 authored by Mitul Golani's avatar Mitul Golani Committed by Suraj Kandpal

drm/dp: Add refresh rate divider to struct representing AS SDP

Add target_rr_divider to structure representing AS SDP.
It is valid only in FAVT mode, sink device ignores the bit in AVT
mode.

--v2:
- Update commit header and send patch to dri-devel.
Signed-off-by: default avatarMitul Golani <mitulkumar.ajitkumar.golani@intel.com>
Reviewed-by: default avatarArun R Murthy <arun.r.murthy@intel.com>
Acked-by: default avatarMaxime Ripard <mripard@kernel.org>
Signed-off-by: default avatarSuraj Kandpal <suraj.kandpal@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240610072203.24956-6-mitulkumar.ajitkumar.golani@intel.com
parent de065cee
...@@ -122,6 +122,7 @@ struct drm_dp_as_sdp { ...@@ -122,6 +122,7 @@ struct drm_dp_as_sdp {
int target_rr; int target_rr;
int duration_incr_ms; int duration_incr_ms;
int duration_decr_ms; int duration_decr_ms;
bool target_rr_divider;
enum operation_mode mode; enum operation_mode mode;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment