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 X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C47E3C433DB for ; Wed, 30 Dec 2020 22:33:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 84034207B2 for ; Wed, 30 Dec 2020 22:33:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726285AbgL3WdW (ORCPT ); Wed, 30 Dec 2020 17:33:22 -0500 Received: from onstation.org ([52.200.56.107]:47492 "EHLO onstation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726247AbgL3WdW (ORCPT ); Wed, 30 Dec 2020 17:33:22 -0500 X-Greylist: delayed 564 seconds by postgrey-1.27 at vger.kernel.org; Wed, 30 Dec 2020 17:33:21 EST Received: from localhost (c-98-239-145-235.hsd1.wv.comcast.net [98.239.145.235]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: masneyb) by onstation.org (Postfix) with ESMTPSA id AE59F3E8D2; Wed, 30 Dec 2020 22:23:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=onstation.org; s=default; t=1609366996; bh=IO97hBKclf62Z6XkzLno8Gm7zc22qf/az+/t9PnUGAM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hYqvGK+XceG5NJzvdmWyLxqZHUCkrankRcEpKEntEfIcwc9gk2CQ2+gomUBqY3swu xgS2F0Yq6qFcBl8BZsJQkf5equZDpOWAj93d7apqYPLfRaXkSPsMPn1G2jv4MV+ial 0bmLFLbU1STmQlnHuhkhCA9zGgdkZi8ntEBxoPbY= Date: Wed, 30 Dec 2020 17:23:14 -0500 From: Brian Masney To: Iskren Chernev Cc: Rob Clark , Akhil P Oommen , Bjorn Andersson , Daniel Vetter , David Airlie , dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, Jonathan Marek , Jordan Crouse , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Sean Paul , Sharat Masetty , Shawn Guo , Wambui Karuga , ~postmarketos/upstreaming@lists.sr.ht, Craig Tatlor Subject: Re: [PATCH 1/2] drm/msm: Call msm_init_vram before binding the gpu Message-ID: <20201230222314.GB8627@onstation.org> References: <20201230152944.3635488-1-iskren.chernev@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201230152944.3635488-1-iskren.chernev@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Wed, Dec 30, 2020 at 05:29:42PM +0200, Iskren Chernev wrote: > From: Craig Tatlor > > vram.size is needed when binding a gpu without an iommu and is defined > in msm_init_vram(), so run that before binding it. > > Signed-off-by: Craig Tatlor For the series: Reviewed-by: Brian Masney Next time, please include a cover letter so that tags added to the cover letter can be applied to all patches in the series via patchwork. Brian