Home
last modified time | relevance | path

Searched refs:drm_send_event_timestamp_locked (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/drm/
H A Ddrm_file.h463 void drm_send_event_timestamp_locked(struct drm_device *dev,
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_file.c857 void drm_send_event_timestamp_locked(struct drm_device *dev, in drm_send_event_timestamp_locked() function
862 EXPORT_SYMBOL(drm_send_event_timestamp_locked);
H A Ddrm_vblank.c1057 drm_send_event_timestamp_locked(dev, &e->base, now); in send_vblank_event()