| Date | Tue, 26 Aug 2025 20:44:54 +0300 | | From | Dmitry Baryshkov <> | | Subject | Re: [PATCH v3 29/38] drm/msm/dp: add MST atomic check to msm_atomic_check() |
| |
On Mon, Aug 25, 2025 at 10:16:15PM +0800, Yongxing Mou wrote: > Add a call to drm_dp_mst_atomic_check() within msm_atomic_check() to ensure > proper validation of atomic state changes related to DisplayPort > Multi-Stream Transport (MST). > > This complements the existing drm_atomic_helper_check() and allows the MST > framework to perform its own consistency checks during atomic updates, > such as validating connector states and topology changes. > > Signed-off-by: Yongxing Mou <yongxing.mou@oss.qualcomm.com> > --- > drivers/gpu/drm/msm/msm_atomic.c | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) >
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
-- With best wishes Dmitry
|