Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/targets/d3dadapter9/
Ddrm.c208 const struct drm_conf_ret *throttle_ret = NULL; in drm_create_adapter() local
240 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()
/external/mesa3d/src/gallium/targets/pipe-loader/
Dpipe_nouveau.c20 static const struct drm_conf_ret throttle_ret = { variable
34 return &throttle_ret; in drm_configuration()
Dpipe_msm.c20 static const struct drm_conf_ret throttle_ret = { variable
34 return &throttle_ret; in drm_configuration()
Dpipe_r600.c16 static const struct drm_conf_ret throttle_ret = { variable
30 return &throttle_ret; in drm_configuration()
Dpipe_r300.c16 static const struct drm_conf_ret throttle_ret = { variable
30 return &throttle_ret; in drm_configuration()
Dpipe_vmwgfx.c26 static const struct drm_conf_ret throttle_ret = { variable
40 return &throttle_ret; in drm_configuration()
Dpipe_i915.c26 static const struct drm_conf_ret throttle_ret = { variable
40 return &throttle_ret; in drm_configuration()
Dpipe_radeonsi.c23 static const struct drm_conf_ret throttle_ret = { variable
43 return &throttle_ret; in drm_configuration()
/external/mesa3d/src/gallium/auxiliary/target-helpers/
Ddrm_helper.h10 static const struct drm_conf_ret throttle_ret = { variable
25 return &throttle_ret; in pipe_default_configuration_query()
/external/mesa3d/src/gallium/state_trackers/dri/
Ddri2.c2045 const struct drm_conf_ret *throttle_ret; in dri2_init_screen() local
2072 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()