Searched refs:drm_update_vblank_count (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/ |
H A D | drm_vblank.c | 286 static void drm_update_vblank_count(struct drm_device *dev, unsigned int pipe, in drm_update_vblank_count() function 424 drm_update_vblank_count(dev, pipe, false); in drm_crtc_accurate_vblank_count() 480 drm_update_vblank_count(dev, pipe, false); in drm_vblank_disable_and_save() 1182 drm_update_vblank_count(dev, pipe, 0); in drm_vblank_enable() 1183 /* drm_update_vblank_count() includes a wmb so we just in drm_vblank_enable() 1186 * to drm_update_vblank_count(). in drm_vblank_enable() 1945 drm_update_vblank_count(dev, pipe, true); in drm_handle_vblank()
|