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

2025-02-14 Thread Jessica Zhang
On 1/17/2025 8:00 AM, 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 implementation. Reset the current l

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

2025-01-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