Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763373AbdLSOMj (ORCPT ); Tue, 19 Dec 2017 09:12:39 -0500 Received: from mx2.suse.de ([195.135.220.15]:45883 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751084AbdLSOMd (ORCPT ); Tue, 19 Dec 2017 09:12:33 -0500 Message-ID: <1513692473.14829.14.camel@suse.com> Subject: Re: [RFC PATCH v2 03/13] bootsplash: Flush framebuffer after drawing From: Oliver Neukum To: Daniel Vetter , Max Staudt Cc: bernhard.rosenkranzer@linaro.org, dri-devel@lists.freedesktop.org, philm@manjaro.org, michal@markovi.net, b.zolnierkie@samsung.com, Stefan Dirsch , Takashi Iwai , linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org Date: Tue, 19 Dec 2017 15:07:53 +0100 In-Reply-To: <20171219135715.GG26573@phenom.ffwll.local> References: <20171213194755.3409-1-mstaudt@suse.de> <20171213194755.3409-4-mstaudt@suse.de> <20171213213506.GD26573@phenom.ffwll.local> <20171219122313.GE26573@phenom.ffwll.local> <8bbb0497-4a10-2f81-0040-6e7cd4e7353c@suse.de> <20171219135715.GG26573@phenom.ffwll.local> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.5 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 497 Lines: 15 Am Dienstag, den 19.12.2017, 14:57 +0100 schrieb Daniel Vetter: > > Would you like me to extend the FB API or not? > > Yes. Well for real I'd like you to do kms, so maybe you need to explain > why exactly you absolutely have to use fbdev (aka which driver isn't > supported by drm that you want to enable this on). Hi, those would be at a minimum efifb, vesafb, xenfb Those are obviously not sexy, but from a practical point of view they are the minimum you need to support. Regards Oliver