提交 2b0bc68c 编写于 作者: W Woody Suwalski 提交者: Thomas Hellstrom

drm/vmwgfx: Fix a boot time warning

The 4.15 vmwgfx driver shows a warning during boot.
It is caused by a mismatch between the result of vmw_enable_vblank()
and what the drm_atomic_helper expects.

Signed-off by: Woody Suwalski <terraluna977@gmail.com>
Signed-off-by: NThomas Hellstrom <thellstrom@vmware.com>
上级 0d9cac0c
...@@ -1863,7 +1863,7 @@ u32 vmw_get_vblank_counter(struct drm_device *dev, unsigned int pipe) ...@@ -1863,7 +1863,7 @@ u32 vmw_get_vblank_counter(struct drm_device *dev, unsigned int pipe)
*/ */
int vmw_enable_vblank(struct drm_device *dev, unsigned int pipe) int vmw_enable_vblank(struct drm_device *dev, unsigned int pipe)
{ {
return -ENOSYS; return -EINVAL;
} }
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册