Home
last modified time | relevance | path

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

/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_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_msm.c20 static const struct drm_conf_ret throttle_ret = { variable
34 return &throttle_ret; in drm_configuration()
Dpipe_radeonsi.c22 static const struct drm_conf_ret throttle_ret = { variable
36 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_i965.c24 static const struct drm_conf_ret throttle_ret = { variable
38 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()
/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/auxiliary/pipe-loader/
Dpipe_loader_drm.c66 static const struct drm_conf_ret throttle_ret = { variable
81 return &throttle_ret; in configuration_query()
/external/mesa3d/src/gallium/state_trackers/dri/
Ddri2.c1919 const struct drm_conf_ret *throttle_ret; in dri2_init_screen() local
1942 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()