Re: [PATCH v3 1/4] drm: Add drm_crtc_has_vblank()

2020-01-22 Thread Thomas Zimmermann
Hi Am 22.01.20 um 10:04 schrieb Daniel Vetter: > On Wed, Jan 22, 2020 at 09:53:42AM +0100, Thomas Zimmermann wrote: >> Hi >> >> Am 22.01.20 um 09:31 schrieb Daniel Vetter: >>> On Mon, Jan 20, 2020 at 01:20:48PM +0100, Thomas Zimmermann wrote: The new interface drm_crtc_has_vblank() return tru

Re: [PATCH v3 1/4] drm: Add drm_crtc_has_vblank()

2020-01-22 Thread Daniel Vetter
On Wed, Jan 22, 2020 at 09:53:42AM +0100, Thomas Zimmermann wrote: > Hi > > Am 22.01.20 um 09:31 schrieb Daniel Vetter: > > On Mon, Jan 20, 2020 at 01:20:48PM +0100, Thomas Zimmermann wrote: > >> The new interface drm_crtc_has_vblank() return true if vblanking has > >> been initialized for a certa

Re: [PATCH v3 1/4] drm: Add drm_crtc_has_vblank()

2020-01-22 Thread Thomas Zimmermann
Hi Am 22.01.20 um 09:31 schrieb Daniel Vetter: > On Mon, Jan 20, 2020 at 01:20:48PM +0100, Thomas Zimmermann wrote: >> The new interface drm_crtc_has_vblank() return true if vblanking has >> been initialized for a certain CRTC, or false otherwise. This function >> will be useful for initializing C

Re: [PATCH v3 1/4] drm: Add drm_crtc_has_vblank()

2020-01-22 Thread Daniel Vetter
On Mon, Jan 20, 2020 at 01:20:48PM +0100, Thomas Zimmermann wrote: > The new interface drm_crtc_has_vblank() return true if vblanking has > been initialized for a certain CRTC, or false otherwise. This function > will be useful for initializing CRTC state. > > Signed-off-by: Thomas Zimmermann > -

[PATCH v3 1/4] drm: Add drm_crtc_has_vblank()

2020-01-20 Thread Thomas Zimmermann
The new interface drm_crtc_has_vblank() return true if vblanking has been initialized for a certain CRTC, or false otherwise. This function will be useful for initializing CRTC state. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/drm_vblank.c | 21 + include/drm/drm_vb