Re: [bug report] drm/vmwgfx: Cursor update fixes

2018-03-27 Thread Thomas Hellstrom
Hi! Thanks for the comments, I'll take a closer look. /Thomas On 03/27/2018 11:16 AM, Daniel Vetter wrote: On Tue, Mar 27, 2018 at 12:05:38PM +0300, Dan Carpenter wrote: Hello Thomas Hellstrom, The patch 25db875401c8: "drm/vmwgfx: Cursor update fixes" from Jan 16, 2018, leads to the

Re: [bug report] drm/vmwgfx: Cursor update fixes

2018-03-27 Thread Daniel Vetter
On Tue, Mar 27, 2018 at 12:05:38PM +0300, Dan Carpenter wrote: > Hello Thomas Hellstrom, > > The patch 25db875401c8: "drm/vmwgfx: Cursor update fixes" from Jan > 16, 2018, leads to the following static checker warning: > > drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:513 >

[bug report] drm/vmwgfx: Cursor update fixes

2018-03-27 Thread Dan Carpenter
Hello Thomas Hellstrom, The patch 25db875401c8: "drm/vmwgfx: Cursor update fixes" from Jan 16, 2018, leads to the following static checker warning: drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:513 vmw_du_cursor_plane_atomic_check() info: return a literal instead of 'ret'