| Date | Mon, 25 Aug 2025 20:30:18 +0300 | | From | Dmitry Baryshkov <> | | Subject | Re: [PATCH v3 06/38] drm/msm/dp: extract MISC1_MISC0 configuration into a separate function |
| |
On Mon, Aug 25, 2025 at 10:15:52PM +0800, Yongxing Mou wrote: > The MISC1_MISC0 register contains stream-specific configuration bits. > To improve code clarity and modularity, this patch refactors the related > code into a new helper function: msm_dp_ctrl_config_misc1_misc0(). > > This separation also prepares the codebase for future MST stream > programming support. > > Signed-off-by: Yongxing Mou <yongxing.mou@oss.qualcomm.com> > --- > drivers/gpu/drm/msm/dp/dp_ctrl.c | 15 +++++++++++---- > 1 file changed, 11 insertions(+), 4 deletions(-) >
With the commit message fixed (see previous comments, I won't repeat that again and again):
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
-- With best wishes Dmitry
|