Home
last modified time | relevance | path

Searched refs:start_vbl_count (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Dintel_sprite.c171 crtc->debug.start_vbl_count = intel_crtc_get_vblank_counter(crtc); in intel_pipe_update_start()
214 if (crtc->debug.start_vbl_count && in intel_pipe_update_end()
215 crtc->debug.start_vbl_count != end_vbl_count) { in intel_pipe_update_end()
217 pipe_name(pipe), crtc->debug.start_vbl_count, in intel_pipe_update_end()
H A Dintel_drv.h831 unsigned start_vbl_count; member