Message ID | 20240612095433.323342-2-mitulkumar.ajitkumar.golani@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | CMRR patch fixes | expand |
Hi @Lankhorst, Maarten These patch series has required fixes for previously merged CMRR patch series. Can you please help to ack Patch#1 (drm/dp: Describe target_rr_divider in struct drm_dp_as_sdp ) which is drm patch and suggest how we can get these fixes merged to linux-next ? Thanks, Mitul > -----Original Message----- > From: Golani, Mitulkumar Ajitkumar > <mitulkumar.ajitkumar.golani@intel.com> > Sent: Wednesday, June 12, 2024 3:25 PM > To: intel-gfx@lists.freedesktop.org; intel-xe@lists.freedesktop.org; dri- > devel@lists.freedesktop.org > Cc: Golani, Mitulkumar Ajitkumar <mitulkumar.ajitkumar.golani@intel.com>; > Nautiyal, Ankit K <ankit.k.nautiyal@intel.com>; Kandpal, Suraj > <suraj.kandpal@intel.com>; jani.nikula@linux.intel.com; Vivi, Rodrigo > <rodrigo.vivi@intel.com>; sfr@canb.auug.org.au > Subject: [PATCH 1/3] 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. > > Fixes: a20c6d954d75 ("drm/dp: Add refresh rate divider to struct representing > AS SDP") > Cc: Mitul Golani <mitulkumar.ajitkumar.golani@intel.com> > Cc: Arun R Murthy <arun.r.murthy@intel.com> > Cc: Suraj Kandpal <suraj.kandpal@intel.com> > Cc: Ankit Nautiyal <ankit.k.nautiyal@intel.com> > Cc: Jani Nikula <jani.nikula@intel.com> > Cc: Stephen Rothwell <sfr@canb.auug.org.au> > > Signed-off-by: Mitul Golani <mitulkumar.ajitkumar.golani@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 { > -- > 2.45.2
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.golani@intel.com> > Cc: Arun R Murthy <arun.r.murthy@intel.com> > Cc: Suraj Kandpal <suraj.kandpal@intel.com> > Cc: Ankit Nautiyal <ankit.k.nautiyal@intel.com> > Cc: Jani Nikula <jani.nikula@intel.com> > Cc: Stephen Rothwell <sfr@canb.auug.org.au> > > Signed-off-by: Mitul Golani <mitulkumar.ajitkumar.golani@intel.com> Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@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 {
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 {
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.golani@intel.com> Cc: Arun R Murthy <arun.r.murthy@intel.com> Cc: Suraj Kandpal <suraj.kandpal@intel.com> Cc: Ankit Nautiyal <ankit.k.nautiyal@intel.com> Cc: Jani Nikula <jani.nikula@intel.com> Cc: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Mitul Golani <mitulkumar.ajitkumar.golani@intel.com> --- include/drm/display/drm_dp_helper.h | 1 + 1 file changed, 1 insertion(+)