Searched refs:throttle_ret (Results 1 – 11 of 11) sorted by relevance
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()
22 static const struct drm_conf_ret throttle_ret = { variable36 return &throttle_ret; in drm_configuration()
26 static const struct drm_conf_ret throttle_ret = { variable40 return &throttle_ret; in drm_configuration()
24 static const struct drm_conf_ret throttle_ret = { variable38 return &throttle_ret; in drm_configuration()
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()
66 static const struct drm_conf_ret throttle_ret = { variable81 return &throttle_ret; in configuration_query()
1919 const struct drm_conf_ret *throttle_ret; in dri2_init_screen() local1942 throttle_ret = pipe_loader_configuration(screen->dev, DRM_CONF_THROTTLE); in dri2_init_screen()1945 if (throttle_ret && throttle_ret->val.val_int != -1) { in dri2_init_screen()1947 screen->default_throttle_frames = throttle_ret->val.val_int; in dri2_init_screen()