Re: [Qemu-devel] [PATCH] cirrus: allow zero source pitch in pattern fill rops

2017-01-24 Thread Wolfgang Bumiller
Actually this is wrong, sorry, I'll need to send a v2. On Mon, Jan 23, 2017 at 03:54:55PM +0100, Wolfgang Bumiller wrote: > The rops used by cirrus_bitblt_common_patterncopy only use > the destination pitch, so the source pitch shoul allowed to > be zero. > > Signed-off-by: Wolfgang Bumiller > -

Re: [Qemu-devel] [PATCH] cirrus: allow zero source pitch in pattern fill rops

2017-01-23 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [PATCH] cirrus: allow zero source pitch in pattern fill rops Message-id: 1485183295-10242-1-git-send-email-w.bumil...@proxmox.com === TEST SCRIPT BEGIN === #!/bin

[Qemu-devel] [PATCH] cirrus: allow zero source pitch in pattern fill rops

2017-01-23 Thread Wolfgang Bumiller
The rops used by cirrus_bitblt_common_patterncopy only use the destination pitch, so the source pitch shoul allowed to be zero. Signed-off-by: Wolfgang Bumiller --- Resent as requested as non-inline reply; was originally a reply to thread: [PATCH] display: cirrus: check vga bits per pixel(bpp) va