Home
last modified time | relevance | path

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

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