Re: [PATCH v6 06/15] drm/msm/dpu: fix mixer number counter on allocation

2025-02-17 Thread Dmitry Baryshkov
On Mon, Feb 17, 2025 at 10:15:55PM +0800, Jun Nie wrote: > Current code only supports usage cases with one pair of mixers at > most. To support quad-pipe usage case, two pairs of mixers need to > be reserved. The lm_count for all pairs is cleared if a peer > allocation fails in current implementati

[PATCH v6 06/15] drm/msm/dpu: fix mixer number counter on allocation

2025-02-17 Thread Jun Nie
Current code only supports usage cases with one pair of mixers at most. To support quad-pipe usage case, two pairs of mixers need to be reserved. The lm_count for all pairs is cleared if a peer allocation fails in current implementation. Reset the current lm_count to an even number instead of compl