Re: [PATCH v2 16/17] drm/msm/dpu: Implement tearcheck support on INTF block

2023-04-19 Thread Dmitry Baryshkov
On 17/04/2023 23:21, Marijn Suijten wrote: Since DPU 5.0.0 the TEARCHECK registers and interrupts moved out of the PINGPONG block and into the INTF. Implement the necessary callbacks in the INTF block, and use these callbacks together with the INTF_TEAR interrupts. Signed-off-by: Marijn

[PATCH v2 16/17] drm/msm/dpu: Implement tearcheck support on INTF block

2023-04-17 Thread Marijn Suijten
Since DPU 5.0.0 the TEARCHECK registers and interrupts moved out of the PINGPONG block and into the INTF. Implement the necessary callbacks in the INTF block, and use these callbacks together with the INTF_TEAR interrupts. Signed-off-by: Marijn Suijten ---