Skip to content

Commit 235e914

Browse files
thomashvmwgregkh
authored andcommitted
drm/vmwgfx: Remove getparam error message
commit 53e16798b0864464c5444a204e1bb93ae246c429 upstream. The mesa winsys sometimes uses unimplemented parameter requests to check for features. Remove the error message to avoid bloating the kernel log. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Sinclair Yeh <syeh@vmware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent ad4ae2f commit 235e914

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ int vmw_getparam_ioctl(struct drm_device *dev, void *data,
114114
param->value = dev_priv->has_dx;
115115
break;
116116
default:
117-
DRM_ERROR("Illegal vmwgfx get param request: %d\n",
118-
param->param);
119117
return -EINVAL;
120118
}
121119

0 commit comments

Comments
 (0)