Re: [PATCH v2 8/8] drm/msm/dpu: drop now-unused condition for has_legacy_ctls

2025-02-28 Thread Marijn Suijten
On 28 February 2025 05:14:12 CET, Dmitry Baryshkov wrote: >Now as we have dropped the DPU_CTL_SPLIT_DISPLAY from DPU >= 5.0 >configuration, drop the rm->has_legacy_ctl condition which short-cutted >the check for those platforms. > >Suggested-by: Marijn Suijten >Signed-off-by: Dmitry Baryshkov >

[PATCH v2 8/8] drm/msm/dpu: drop now-unused condition for has_legacy_ctls

2025-02-27 Thread Dmitry Baryshkov
Now as we have dropped the DPU_CTL_SPLIT_DISPLAY from DPU >= 5.0 configuration, drop the rm->has_legacy_ctl condition which short-cutted the check for those platforms. Suggested-by: Marijn Suijten Signed-off-by: Dmitry Baryshkov --- Note, it is imposible to reoder commits in any other sensible