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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_irq.c257 u32 radeon_get_vblank_counter(struct drm_device *dev, int crtc) function
H A Dradeon_drv.c186 .get_vblank_counter = radeon_get_vblank_counter,
H A Dradeon_kms.c249 return radeon_get_vblank_counter(rdev, crtc);
H A Dradeon.h1300 #define radeon_get_vblank_counter(rdev, crtc) (rdev)->asic->get_vblank_counter((rdev), (crtc)) macro
H A Dradeon_drv.h399 extern u32 radeon_get_vblank_counter(struct drm_device *dev, int crtc);

Completed in 179 milliseconds