Re: [Freedreno] [PATCH v2 06/22] drm/msm/dpu: simplify peer LM handling

2023-06-15 Thread Marijn Suijten
On 2023-06-13 03:09:45, Dmitry Baryshkov wrote: > For each LM there is at max 1 peer LM which can be driven by the same > CTL, so there no need to have a mask instead of just an ID of the peer > LM. > > Signed-off-by: Dmitry Baryshkov Nit: I think you can describe the the patch contents in the t

[Freedreno] [PATCH v2 06/22] drm/msm/dpu: simplify peer LM handling

2023-06-12 Thread Dmitry Baryshkov
For each LM there is at max 1 peer LM which can be driven by the same CTL, so there no need to have a mask instead of just an ID of the peer LM. Signed-off-by: Dmitry Baryshkov --- .../gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c| 2 +- .../gpu/drm/msm/disp/dpu1/dpu_hw_catalog.h| 4 +-- driv