Searched refs:radeon_get_vblank_counter (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/dev/drm/
H A Dradeon_drv.c62 dev->driver->get_vblank_counter = radeon_get_vblank_counter;
H A Dradeon_irq.c294 u32 radeon_get_vblank_counter(struct drm_device *dev, int crtc) function
H A Dradeon_drv.h483 extern u32 radeon_get_vblank_counter(struct drm_device *dev, int crtc);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_irq.c224 u32 radeon_get_vblank_counter(struct drm_device *dev, int crtc) function
H A Drv515.c316 frame_count = radeon_get_vblank_counter(rdev, i);
318 if (radeon_get_vblank_counter(rdev, i) != frame_count)
449 frame_count = radeon_get_vblank_counter(rdev, i);
451 if (radeon_get_vblank_counter(rdev, i) != frame_count)
H A Dradeon_kms.c551 return radeon_get_vblank_counter(rdev, crtc);
H A Devergreen.c1390 frame_count = radeon_get_vblank_counter(rdev, i);
1392 if (radeon_get_vblank_counter(rdev, i) != frame_count)
1509 frame_count = radeon_get_vblank_counter(rdev, i);
1511 if (radeon_get_vblank_counter(rdev, i) != frame_count)
H A Dradeon.h1840 #define radeon_get_vblank_counter(rdev, crtc) (rdev)->asic->display.get_vblank_counter((rdev), (crtc)) macro
H A Dradeon_drv.h398 extern u32 radeon_get_vblank_counter(struct drm_device *dev, int crtc);

Completed in 204 milliseconds