Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dradeon_pm.c46 static bool radeon_pm_debug_check_in_vbl(struct radeon_device *rdev, bool finish);
207 radeon_pm_debug_check_in_vbl(rdev, false); in radeon_set_power_state()
209 radeon_pm_debug_check_in_vbl(rdev, true); in radeon_set_power_state()
216 radeon_pm_debug_check_in_vbl(rdev, false); in radeon_set_power_state()
218 radeon_pm_debug_check_in_vbl(rdev, true); in radeon_set_power_state()
762 static bool radeon_pm_debug_check_in_vbl(struct radeon_device *rdev, bool finish) in radeon_pm_debug_check_in_vbl() function