Searched refs:throttle_ret (Results 1 – 10 of 10) sorted by relevance
208 const struct drm_conf_ret *throttle_ret = NULL; in drm_create_adapter() local240 throttle_ret = pipe_loader_configuration(ctx->dev, DRM_CONF_THROTTLE); in drm_create_adapter()248 if (throttle_ret && throttle_ret->val.val_int != -1) { in drm_create_adapter()250 ctx->base.throttling_value = throttle_ret->val.val_int; in drm_create_adapter()
20 static const struct drm_conf_ret throttle_ret = { variable34 return &throttle_ret; in drm_configuration()
16 static const struct drm_conf_ret throttle_ret = { variable30 return &throttle_ret; in drm_configuration()
26 static const struct drm_conf_ret throttle_ret = { variable40 return &throttle_ret; in drm_configuration()
23 static const struct drm_conf_ret throttle_ret = { variable43 return &throttle_ret; in drm_configuration()
10 static const struct drm_conf_ret throttle_ret = { variable25 return &throttle_ret; in pipe_default_configuration_query()
2045 const struct drm_conf_ret *throttle_ret; in dri2_init_screen() local2072 throttle_ret = pipe_loader_configuration(screen->dev, DRM_CONF_THROTTLE); in dri2_init_screen()2075 if (throttle_ret && throttle_ret->val.val_int != -1) { in dri2_init_screen()2077 screen->default_throttle_frames = throttle_ret->val.val_int; in dri2_init_screen()