Searched refs:vvop (Results 1 – 1 of 1) sorted by relevance
30 struct vvop { struct49 container_of(crtc, struct vvop, crtc) argument70 static struct drm_plane *vvop_plane_init(struct vvop *vvop) in vvop_plane_init() argument72 struct drm_device *dev = vvop->drm_dev; in vvop_plane_init()100 struct vvop *vvop = container_of(timer, struct vvop, vblank_hrtimer); in vvop_vblank_simulate() local101 struct drm_crtc *crtc = &vvop->crtc; in vvop_vblank_simulate()108 hrtimer_forward_now(&vvop->vblank_hrtimer, vvop->period_ns); in vvop_vblank_simulate()118 struct vvop *vvop = drm_crtc_to_vvop(crtc); in vvop_enable_vblank() local122 hrtimer_init(&vvop->vblank_hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in vvop_enable_vblank()123 vvop->vblank_hrtimer.function = &vvop_vblank_simulate; in vvop_enable_vblank()[all …]