Re: [PATCH 1/2] drm/msm/dpu: remove dpu_encoder_virt_ops

2023-01-17 Thread Dmitry Baryshkov
On Mon, 02 Jan 2023 17:47:47 +0200, Dmitry Baryshkov wrote: > Struct dpu_encoder_virt_ops is used to provide several callbacks to the > phys_enc backends. However these ops are static and are not supposed to > change in the foreseeble future. Drop the indirection and call > corresponding function

Re: [PATCH 1/2] drm/msm/dpu: remove dpu_encoder_virt_ops

2023-01-13 Thread Abhinav Kumar
On 1/2/2023 7:47 AM, Dmitry Baryshkov wrote: Struct dpu_encoder_virt_ops is used to provide several callbacks to the phys_enc backends. However these ops are static and are not supposed to change in the foreseeble future. Drop the indirection and call corresponding functions directly. Revie

[PATCH 1/2] drm/msm/dpu: remove dpu_encoder_virt_ops

2023-01-02 Thread Dmitry Baryshkov
Struct dpu_encoder_virt_ops is used to provide several callbacks to the phys_enc backends. However these ops are static and are not supposed to change in the foreseeble future. Drop the indirection and call corresponding functions directly. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm