Re: [PATCH 5/5] drm/msm/mdp5: drop split display support

2024-01-10 Thread Dmitry Baryshkov
On Thu, 11 Jan 2024 at 01:01, Abhinav Kumar wrote: > > > > On 10/9/2023 1:57 PM, Dmitry Baryshkov wrote: > > The MSM DSI driver has dropped support for calling > > mdp_kms_funcs::set_split_display() callback. Drop corresponding callback > > from the mdp5 driver together with the rest of the

Re: [PATCH 5/5] drm/msm/mdp5: drop split display support

2024-01-10 Thread Abhinav Kumar
On 10/9/2023 1:57 PM, Dmitry Baryshkov wrote: The MSM DSI driver has dropped support for calling mdp_kms_funcs::set_split_display() callback. Drop corresponding callback from the mdp5 driver together with the rest of the infrastructure. Signed-off-by: Dmitry Baryshkov ---

[PATCH 5/5] drm/msm/mdp5: drop split display support

2023-10-09 Thread Dmitry Baryshkov
The MSM DSI driver has dropped support for calling mdp_kms_funcs::set_split_display() callback. Drop corresponding callback from the mdp5 driver together with the rest of the infrastructure. Signed-off-by: Dmitry Baryshkov --- .../gpu/drm/msm/disp/mdp5/mdp5_cmd_encoder.c | 42