|
@@ -1541,7 +1541,7 @@ int drm_wait_vblank_ioctl(struct drm_device *dev, void *data,
|
|
|
if (vblwait->request.type &
|
|
|
~(_DRM_VBLANK_TYPES_MASK | _DRM_VBLANK_FLAGS_MASK |
|
|
|
_DRM_VBLANK_HIGH_CRTC_MASK)) {
|
|
|
- DRM_ERROR("Unsupported type value 0x%x, supported mask 0x%x\n",
|
|
|
+ DRM_DEBUG("Unsupported type value 0x%x, supported mask 0x%x\n",
|
|
|
vblwait->request.type,
|
|
|
(_DRM_VBLANK_TYPES_MASK | _DRM_VBLANK_FLAGS_MASK |
|
|
|
_DRM_VBLANK_HIGH_CRTC_MASK));
|