Re: [RFC PATCH v2 3/4] drm/msm/dpu: Remove empty prepare_commit() function

2023-02-09 Thread Jessica Zhang
On 2/9/2023 10:51 AM, Dmitry Baryshkov wrote: On 09/02/2023 20:44, Jessica Zhang wrote: Now that the TE setup has been moved to prepare_for_kickoff(), move empty prepare_commit() from DPU driver. s/move/remove/ Also the DPU's prepare_commit() is not empty. Please mention dpu_encoder_prepa

Re: [RFC PATCH v2 3/4] drm/msm/dpu: Remove empty prepare_commit() function

2023-02-09 Thread Dmitry Baryshkov
On 09/02/2023 20:44, Jessica Zhang wrote: Now that the TE setup has been moved to prepare_for_kickoff(), move empty prepare_commit() from DPU driver. s/move/remove/ Also the DPU's prepare_commit() is not empty. Please mention dpu_encoder_prepare_commit() becoming (or being) empty. Signed

[RFC PATCH v2 3/4] drm/msm/dpu: Remove empty prepare_commit() function

2023-02-09 Thread Jessica Zhang
Now that the TE setup has been moved to prepare_for_kickoff(), move empty prepare_commit() from DPU driver. Signed-off-by: Jessica Zhang --- drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 19 - drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.h | 7 --- .../drm/msm/disp/dpu1/dpu