Re: [PATCH 3/8] drm/ingenic: Use standard drm_atomic_helper_commit_tail

2021-08-10 Thread Paul Cercueil
Hi Daniel, Le mar., août 10 2021 at 12:20:38 +0200, Daniel Vetter a écrit : On Sun, Aug 08, 2021 at 03:45:21PM +0200, Paul Cercueil wrote: By making the CRTC's .vblank_enable() function return an error when it is known that the hardware won't deliver a VBLANK, we can drop the ingenic_drm_

Re: [PATCH 3/8] drm/ingenic: Use standard drm_atomic_helper_commit_tail

2021-08-10 Thread Daniel Vetter
On Sun, Aug 08, 2021 at 03:45:21PM +0200, Paul Cercueil wrote: > By making the CRTC's .vblank_enable() function return an error when it > is known that the hardware won't deliver a VBLANK, we can drop the > ingenic_drm_atomic_helper_commit_tail() function and use the standard > drm_atomic_helper_co

Re: [PATCH 3/8] drm/ingenic: Use standard drm_atomic_helper_commit_tail

2021-08-08 Thread Christophe JAILLET
Le 08/08/2021 à 22:09, Paul Cercueil a écrit : Hi Christophe, Le dim., août 8 2021 at 21:50:04 +0200, Christophe JAILLET a écrit : Le 08/08/2021 à 15:45, Paul Cercueil a écrit : By making the CRTC's .vblank_enable() function return an error when it is known that the hardware won't deliver a

Re: [PATCH 3/8] drm/ingenic: Use standard drm_atomic_helper_commit_tail

2021-08-08 Thread Paul Cercueil
Hi Christophe, Le dim., août 8 2021 at 21:50:04 +0200, Christophe JAILLET a écrit : Le 08/08/2021 à 15:45, Paul Cercueil a écrit : By making the CRTC's .vblank_enable() function return an error when it is known that the hardware won't deliver a VBLANK, we can drop the ingenic_drm_atomic_help

Re: [PATCH 3/8] drm/ingenic: Use standard drm_atomic_helper_commit_tail

2021-08-08 Thread Christophe JAILLET
Le 08/08/2021 à 15:45, Paul Cercueil a écrit : By making the CRTC's .vblank_enable() function return an error when it is known that the hardware won't deliver a VBLANK, we can drop the ingenic_drm_atomic_helper_commit_tail() function and use the standard drm_atomic_helper_commit_tail() function i

[PATCH 3/8] drm/ingenic: Use standard drm_atomic_helper_commit_tail

2021-08-08 Thread Paul Cercueil
By making the CRTC's .vblank_enable() function return an error when it is known that the hardware won't deliver a VBLANK, we can drop the ingenic_drm_atomic_helper_commit_tail() function and use the standard drm_atomic_helper_commit_tail() function instead. Signed-off-by: Paul Cercueil --- drive