summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/pipe-loader/pipe_vmwgfx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/pipe-loader/pipe_vmwgfx.c')
-rw-r--r--src/gallium/targets/pipe-loader/pipe_vmwgfx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/pipe-loader/pipe_vmwgfx.c b/src/gallium/targets/pipe-loader/pipe_vmwgfx.c
index 4572327d550..7aa44217f9c 100644
--- a/src/gallium/targets/pipe-loader/pipe_vmwgfx.c
+++ b/src/gallium/targets/pipe-loader/pipe_vmwgfx.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)