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

2025-04-29 Thread Jessica Zhang
On 3/6/2025 10:24 PM, Dmitry Baryshkov wrote: From: 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 Reviewed-by: Marijn Suij

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

2025-03-06 Thread Dmitry Baryshkov
From: 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 Reviewed-by: Marijn Suijten Tested-by: Neil Armstrong # on SM8550-QRD Sig