diff options
Diffstat (limited to 'src/gallium/targets/pipe-loader/pipe_i915.c')
-rw-r--r-- | src/gallium/targets/pipe-loader/pipe_i915.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/pipe-loader/pipe_i915.c b/src/gallium/targets/pipe-loader/pipe_i915.c index 3af8fe37475..2183dc3c147 100644 --- a/src/gallium/targets/pipe-loader/pipe_i915.c +++ b/src/gallium/targets/pipe-loader/pipe_i915.c @@ -30,7 +30,7 @@ static const struct drm_conf_ret throttle_ret = { static const struct drm_conf_ret share_fd_ret = { .type = DRM_CONF_BOOL, - .val.val_int = true, + .val.val_bool = true, }; static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) |