Re: [PATCH v2 7/8] drm/msm/dpu: support setting the TE source

2024-06-19 Thread Abhinav Kumar
On 6/13/2024 11:14 AM, Marijn Suijten wrote: On 2024-06-13 20:05:10, Dmitry Baryshkov wrote: Make the DPU driver use the TE source specified in the DT. If none is specified, the driver defaults to the first GPIO (mdp_vsync0). mdp_vsync_p? Signed-off-by: Dmitry Baryshkov ---

Re: [PATCH v2 7/8] drm/msm/dpu: support setting the TE source

2024-06-19 Thread Abhinav Kumar
On 6/13/2024 10:05 AM, Dmitry Baryshkov wrote: Make the DPU driver use the TE source specified in the DT. If none is specified, the driver defaults to the first GPIO (mdp_vsync0). as marijn noted, mdp_vsync0 ---> mdp_vsyncp Signed-off-by: Dmitry Baryshkov With that addressed,

Re: [PATCH v2 7/8] drm/msm/dpu: support setting the TE source

2024-06-13 Thread Marijn Suijten
On 2024-06-13 20:05:10, Dmitry Baryshkov wrote: > Make the DPU driver use the TE source specified in the DT. If none is > specified, the driver defaults to the first GPIO (mdp_vsync0). mdp_vsync_p? > > Signed-off-by: Dmitry Baryshkov > --- > drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 44 >

[PATCH v2 7/8] drm/msm/dpu: support setting the TE source

2024-06-13 Thread Dmitry Baryshkov
Make the DPU driver use the TE source specified in the DT. If none is specified, the driver defaults to the first GPIO (mdp_vsync0). Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 44 - 1 file changed, 43 insertions(+), 1