Re: [PATCH v3 01/15] drm/msm/dpu: Do not fix number of DSC

2024-12-19 Thread Dmitry Baryshkov
On Thu, Dec 19, 2024 at 03:49:19PM +0800, Jun Nie wrote: > If DSC is enabled, the only case is with 2 DSC engines so far. More > usage case will be added, Can't parse this, excuse me. The patch LGTM. > such as 4 DSC in 4:4:2 topoplogy. > So get real number of DSCs to decide whether DSC merge is n

[PATCH v3 01/15] drm/msm/dpu: Do not fix number of DSC

2024-12-18 Thread Jun Nie
If DSC is enabled, the only case is with 2 DSC engines so far. More usage case will be added, such as 4 DSC in 4:4:2 topoplogy. So get real number of DSCs to decide whether DSC merge is needed. Signed-off-by: Jun Nie --- drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 6 -- 1 file changed, 4 i