Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753459AbdGCJIG (ORCPT ); Mon, 3 Jul 2017 05:08:06 -0400 Received: from chuckie.co.uk ([82.165.15.123]:46447 "EHLO s16892447.onlinehome-server.info" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753279AbdGCJIF (ORCPT ); Mon, 3 Jul 2017 05:08:05 -0400 To: Gerd Hoffmann , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org References: <1499032363-8290-1-git-send-email-mark.cave-ayland@ilande.co.uk> <20170703081116.rub4ty5ewpi5af3o@phenom.ffwll.local> <1499072103.771.7.camel@redhat.com> From: Mark Cave-Ayland Message-ID: <37b08b82-b19f-bcdd-9bd4-099dcf41561e@ilande.co.uk> Date: Mon, 3 Jul 2017 10:07:54 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1499072103.771.7.camel@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 86.188.254.49 X-SA-Exim-Mail-From: mark.cave-ayland@ilande.co.uk Subject: Re: [PATCH] drm/bochs: switch fb_ops over to use drm_fb_helper_cfb helpers X-SA-Exim-Version: 4.2.1 (built Sun, 08 Jan 2012 02:45:44 +0000) X-SA-Exim-Scanned: Yes (on s16892447.onlinehome-server.info) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 700 Lines: 24 On 03/07/17 09:55, Gerd Hoffmann wrote: > Hi, > >> Hopefully Gerd has experience using bochs_drm with other non-x86 >> systems >> and can comment further. > > Just pushed to drm-misc-next, fix is correct. bochs video memory is a > pci bar, and the framebuffer is stored there. > > Using sys instead of cfb is probably a leftover from cirrus, where the > framebuffer actually in a shadow copy in system ram, due to the low > amout of (pci) video memory. Great, thanks a lot! Whilst investigating this I noticed that there are quite a few reports of having to blacklist bochs_drm (particularly on Xen HVM) so it would be interesting to know if this fix improves things there too. ATB, Mark.