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 C4EB3C0015E for ; Tue, 1 Aug 2023 13:01:39 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 1BB5386B0B; Tue, 1 Aug 2023 15:01:38 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (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=1690894898; bh=tujIhiCtGeq5JwzKjKATnfpCCoqGpqWw50R2weOsvco=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=YhOzNz8vRz9LZ1Y89phR9NfFS7a+kjkBlRPLvG/HW8OQbXzz8J+ut6klMjR2aDsW/ /2gB/lRDAucHRHB0YqpVrW4HTNBSCcTGseKvnlkvB5MxF6eh5N8ZOkFOLKD3nELnJV svm7Ghvp6EYVZ8Dng57P7YexEdpmPs4Gr5gaL9Dq5gbHNa+GOzdkpprYIHVmbX9FNw jJ7xQJ4KFuteuMJUnerK/T6fZf/vZKKOQXUv9pHwDAqKPyGZGYp27M2tG0ohMbbKqN iiFzi5o556mwWh+4dq0+Jkvoxn17L+9dSW63bh41+WszqLY3Y5k19DCRi+WW7w6Pzr RCPyA6FDyhwdA== Received: from crub (pd95f1a1c.dip0.t-ipconnect.de [217.95.26.28]) (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 2D86A86ABF; Tue, 1 Aug 2023 15:01:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1690894896; bh=tujIhiCtGeq5JwzKjKATnfpCCoqGpqWw50R2weOsvco=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=X1rvSv+Cm499D6dhNvbAhjQvY1kzBeabXK++XeGd3ypbwNxP21V671Q4jSqksW2M1 KbXCLOxf47Cq/e9EQQI7xdy2odmulDBz7wJWEogY2FwW/mOf0CBPXJF0mwR8yrvjtq W2KtM8gfSH1VEa6Rk+wtrot0u4LUL7y8ocYh2fVZqoN9+oTRLgkNMOk2mGEpqMfDLD MHXGb51O0oVKesqXHzWq+bkks98ZfGdupvF/babyWKNVfJiRiB/4XQo66I44zcDxUT X19BTTCUD5k9AuGztm+CJyfI51SIHs+gRv8FtrlVDYAD6K7qh9GGQMvVzPIOh2VYn9 5UWgkryTLtMBg== Date: Tue, 1 Aug 2023 15:01:35 +0200 From: Anatolij Gustschin To: Bin Meng Cc: Simon Glass , u-boot@lists.denx.de Subject: Re: [PATCH 09/18] video: bochs: Set the frame buffer size per configuration Message-ID: <20230801150135.51616ec0@crub> In-Reply-To: <20230723044041.1089804-10-bmeng@tinylab.org> References: <20230723044041.1089804-1-bmeng@tinylab.org> <20230723044041.1089804-10-bmeng@tinylab.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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.8 at phobos.denx.de X-Virus-Status: Clean On Sun, 23 Jul 2023 12:40:32 +0800 Bin Meng bmeng@tinylab.org wrote: > At present the uclass stored frame buffer size is set to a hard > coded value, but we can calculate the correct value based on what > is configured. > > Signed-off-by: Bin Meng > --- > > drivers/video/bochs.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) applied to u-boot-video/master, thanks! -- Anatolij