Re: [PATCH] drm/vblank: Fix documentation of VBLANK timestamp helper

2020-03-03 Thread Daniel Vetter
On Tue, Mar 03, 2020 at 08:31:35AM +0100, Thomas Zimmermann wrote: > Per-CRTC VBLANK information used to be addressed by device and pipe > index. A call drm_crtc_vblank_helper_get_vblank_timestamp_internal() > receives a pointer to the CRTC instead. Fix the documentation. > > Signed-off-by: Thomas

[PATCH] drm/vblank: Fix documentation of VBLANK timestamp helper

2020-03-02 Thread Thomas Zimmermann
Per-CRTC VBLANK information used to be addressed by device and pipe index. A call drm_crtc_vblank_helper_get_vblank_timestamp_internal() receives a pointer to the CRTC instead. Fix the documentation. Signed-off-by: Thomas Zimmermann Reported-by: Daniel Vetter Fixes: f1e2b6371c12 ("drm: Add get_s