From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3C8CAC433EF for ; Mon, 14 Mar 2022 22:42:05 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id AB2C783991; Mon, 14 Mar 2022 23:42:02 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1647297723; bh=srD04sDvqianIKV5oJw3xoLR9KH9qU0qdo17ZG0nAVc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=u6vXhRyP6cNF3y6+ezltaluRc9M026rD1VEtvQo2xGuK+Asp0peyCNhQTpHzV23Ni kLslqKy5OQhrY5Szj4qIpItn5sVseU8ERJ9rzpDwhkY7DD5mhUL4bgJZjkI/mIMaOO A5xKw/iownXxJk2U/8RvfsTMqWiJl0NzopNVjIH0NfeX1sS/hH0+Amn8JE079OhIWA wh8PTjNalWqPPhQDMwNF9Jc0ezlFnKkTxJL0YrkYSzltPfRAf2jIYGgXlyc1PmR+yR ccekZVoaldP88y2w2kMTTGwXQHpMpkkYuKrW9AuciOy/4tmEsRj7z2QFN7+yU/j2+0 LJBwuuM2BI+Iw== Received: from crub (p508b6e90.dip0.t-ipconnect.de [80.139.110.144]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: agust@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 632698380F; Mon, 14 Mar 2022 23:42:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1647297720; bh=srD04sDvqianIKV5oJw3xoLR9KH9qU0qdo17ZG0nAVc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=GXbYS5evF68QmzKg2Ob1OqspJqOK6gGYHLaAVvUtzGvuxmnOsZky6GubPeGKHAA7a bd6Gb7u2yKSE5POfUwxb8w9g9IBrBhGh1v2bbfKGtRyoQyOoIqdHfy8KAmYH4JBdpp lbMns3/JeiW6Y55Fso9Az5JYvFLioqxkvdD1lnoksetxu2c7aSfVgcSirv5BdqLGTu wFdAE/3LRheiy9qX2fF+wxW70tiFFnYd8JD8MVvODmp8GZcAE+lqo2dCSSuXeY7/PJ vyqTt7e/QDTPwyfPrJsiOUn/vx59WJnlFzNhkb2hvtJTfdLETCKJyPgcZtb8IleTIT 7jpyoWm5WDCTg== Date: Mon, 14 Mar 2022 23:41:59 +0100 From: Anatolij Gustschin To: Pali =?UTF-8?B?Um9ow6Fy?= Cc: Simon Glass , Tom Rini , u-boot@lists.denx.de, maemo-leste@lists.dyne.org Subject: Re: [PATCH v2 1/2] video: Allow drivers to allocate the frame buffer themselves Message-ID: <20220314234159.73ec903d@crub> In-Reply-To: <20220309194601.29238-1-pali@kernel.org> References: <20220216204219.18539-1-pali@kernel.org> <20220309194601.29238-1-pali@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean On Wed, 9 Mar 2022 20:46:00 +0100 Pali Roh=C3=A1r pali@kernel.org wrote: > When plat->base is set by driver then skip frame buffer reservation and a= llocation. >=20 > Signed-off-by: Pali Roh=C3=A1r > --- > drivers/video/video-uclass.c | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) applied to u-boot-video/master, thanks! -- Anatolij