Re: [PATCH v6 01/15] drm/msm/dpu: check every pipe per capability

2025-02-17 Thread Dmitry Baryshkov
On Mon, Feb 17, 2025 at 10:15:50PM +0800, Jun Nie wrote: > The capability stored in sblk and pipe_hw_caps is checked only for > SSPP of the first pipe in the pair with current implementation. That > of the 2nd pipe, r_pipe, is not checked and may violate hardware > capability. Move requirement chec

[PATCH v6 01/15] drm/msm/dpu: check every pipe per capability

2025-02-17 Thread Jun Nie
The capability stored in sblk and pipe_hw_caps is checked only for SSPP of the first pipe in the pair with current implementation. That of the 2nd pipe, r_pipe, is not checked and may violate hardware capability. Move requirement check to dpu_plane_atomic_check_pipe() for the check of every pipe.