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

/external/mesa3d/src/gallium/targets/pipe-loader/
H A Dpipe_msm.c20 static const struct drm_conf_ret throttle_ret = { variable in typeref:struct:drm_conf_ret
34 return &throttle_ret;
H A Dpipe_nouveau.c20 static const struct drm_conf_ret throttle_ret = { variable in typeref:struct:drm_conf_ret
34 return &throttle_ret;
H A Dpipe_r300.c16 static const struct drm_conf_ret throttle_ret = { variable in typeref:struct:drm_conf_ret
30 return &throttle_ret;
H A Dpipe_r600.c16 static const struct drm_conf_ret throttle_ret = { variable in typeref:struct:drm_conf_ret
30 return &throttle_ret;
H A Dpipe_i915.c26 static const struct drm_conf_ret throttle_ret = { variable in typeref:struct:drm_conf_ret
40 return &throttle_ret;
H A Dpipe_i965.c24 static const struct drm_conf_ret throttle_ret = { variable in typeref:struct:drm_conf_ret
38 return &throttle_ret;
H A Dpipe_radeonsi.c22 static const struct drm_conf_ret throttle_ret = { variable in typeref:struct:drm_conf_ret
36 return &throttle_ret;
H A Dpipe_vmwgfx.c26 static const struct drm_conf_ret throttle_ret = { variable in typeref:struct:drm_conf_ret
40 return &throttle_ret;
/external/mesa3d/src/gallium/targets/d3dadapter9/
H A Ddrm.c208 const struct drm_conf_ret *throttle_ret = NULL; local
240 throttle_ret = pipe_loader_configuration(ctx->dev, DRM_CONF_THROTTLE);
248 if (throttle_ret && throttle_ret->val.val_int != -1) {
250 ctx->base.throttling_value = throttle_ret->val.val_int;
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_drm.c66 static const struct drm_conf_ret throttle_ret = { variable in typeref:struct:drm_conf_ret
81 return &throttle_ret;
/external/mesa3d/src/gallium/state_trackers/dri/
H A Ddri2.c1919 const struct drm_conf_ret *throttle_ret; local
1942 throttle_ret = pipe_loader_configuration(screen->dev, DRM_CONF_THROTTLE);
1945 if (throttle_ret && throttle_ret->val.val_int != -1) {
1947 screen->default_throttle_frames = throttle_ret->val.val_int;

Completed in 174 milliseconds