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

/linux-4.4.14/drivers/gpu/drm/radeon/
H A Drv515.c320 frame_count = radeon_get_vblank_counter(rdev, i); rv515_mc_stop()
322 if (radeon_get_vblank_counter(rdev, i) != frame_count) rv515_mc_stop()
454 frame_count = radeon_get_vblank_counter(rdev, i); rv515_mc_resume()
456 if (radeon_get_vblank_counter(rdev, i) != frame_count) rv515_mc_resume()
H A Dradeon_irq.c258 u32 radeon_get_vblank_counter(struct drm_device *dev, unsigned int pipe) radeon_get_vblank_counter() function
H A Dradeon_kms.c780 count = radeon_get_vblank_counter(rdev, crtc); radeon_get_vblank_counter_kms()
789 } while (count != radeon_get_vblank_counter(rdev, crtc)); radeon_get_vblank_counter_kms()
809 count = radeon_get_vblank_counter(rdev, crtc); radeon_get_vblank_counter_kms()
H A Dradeon_drv.c354 .get_vblank_counter = radeon_get_vblank_counter,
H A Devergreen.c2790 frame_count = radeon_get_vblank_counter(rdev, i); evergreen_mc_stop()
2792 if (radeon_get_vblank_counter(rdev, i) != frame_count) evergreen_mc_stop()
2923 frame_count = radeon_get_vblank_counter(rdev, i); evergreen_mc_resume()
2925 if (radeon_get_vblank_counter(rdev, i) != frame_count) evergreen_mc_resume()
H A Dradeon_drv.h407 extern u32 radeon_get_vblank_counter(struct drm_device *dev, unsigned int pipe);
H A Dradeon.h2740 #define radeon_get_vblank_counter(rdev, crtc) (rdev)->asic->display.get_vblank_counter((rdev), (crtc)) macro

Completed in 275 milliseconds