Searched refs:throttle_ret (Results 1 – 4 of 4) sorted by relevance
24 static const struct drm_conf_ret throttle_ret = { variable33 return &throttle_ret; in drm_configuration()
29 static const struct drm_conf_ret throttle_ret = { variable38 return &throttle_ret; in drm_configuration()
782 const struct drm_conf_ret *throttle_ret = NULL; in dri2_init_screen() local795 throttle_ret = driver_descriptor.configuration(DRM_CONF_THROTTLE); in dri2_init_screen()797 if (throttle_ret && throttle_ret->val.val_int != -1) { in dri2_init_screen()799 screen->default_throttle_frames = throttle_ret->val.val_int; in dri2_init_screen()