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=-17.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 4D711C433E6 for ; Thu, 18 Mar 2021 18:08:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F251F64F33 for ; Thu, 18 Mar 2021 18:08:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232473AbhCRSIM (ORCPT ); Thu, 18 Mar 2021 14:08:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46068 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230173AbhCRSH7 (ORCPT ); Thu, 18 Mar 2021 14:07:59 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 93979C06174A for ; Thu, 18 Mar 2021 11:07:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject:Sender: Reply-To:Cc:Content-ID:Content-Description; bh=zX1IM6Mo/u7NFFyAIwCKTg2FQIUSClNMoYOG1y8Qo+0=; b=EwHVt3F8eQwDFnKZyEalMT0q8M eknpJGf4LBR+KYGWYez0Rx44G2HruGo/5YqVGxh/7mecSQFSBOZyQ6zjS2ANfTlwII8XaAc38r9Kg 4GRa9QE6Y8MWNW7gMxPc8pOSBDRYjcDQQS42QcZvT39warCj43euQEJ/9h8UwBz80rZ0FesnrhOhL 1OsEpcunw/PiLkJrAnBTYDBxyY90WqhgITWNbeHakcm9V8Evyl8AZrZC8S7cn2vxHuNQrYxyV9eFV PI8RT05ewtNflREX35nrhHQPHGhQHlWS9+pjLjOV5mtSC7eM3SDxd6vGE8WVCImfFkpYKld/tN11r 4YL816bg==; Received: from [2601:1c0:6280:3f0::9757] by casper.infradead.org with esmtpsa (Exim 4.94 #2 (Red Hat Linux)) id 1lMx3f-003KMP-9B; Thu, 18 Mar 2021 18:07:49 +0000 Subject: Re: [PATCH] drm/amdgpu: Fix a typo To: Bhaskar Chowdhury , alexander.deucher@amd.com, christian.koenig@amd.com, airlied@linux.ie, daniel@ffwll.ch, Hawking.Zhang@amd.com, John.Clements@amd.com, guchun.chen@amd.com, tao.zhou1@amd.com, Likun.Gao@amd.com, Bhawanpreet.Lakha@amd.com, Jiansong.Chen@amd.com, ray.huang@amd.com, amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org References: <20210318113308.1345-1-unixbhaskar@gmail.com> From: Randy Dunlap Message-ID: Date: Thu, 18 Mar 2021 11:07:38 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: <20210318113308.1345-1-unixbhaskar@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 3/18/21 4:33 AM, Bhaskar Chowdhury wrote: > > s/traing/training/ > > Signed-off-by: Bhaskar Chowdhury > --- > drivers/gpu/drm/amd/amdgpu/psp_v11_0.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c > index c325d6f53a71..db18e4f6cf5f 100644 > --- a/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c > +++ b/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c > @@ -661,7 +661,7 @@ static int psp_v11_0_memory_training(struct psp_context *psp, uint32_t ops) > > if (ops & PSP_MEM_TRAIN_SEND_LONG_MSG) { > /* > - * Long traing will encroach certain mount of bottom VRAM, > + * Long training will encroach certain mount of bottom VRAM, amount I think. > * saving the content of this bottom VRAM to system memory > * before training, and restoring it after training to avoid > * VRAM corruption. > -- > 2.26.2 > -- ~Randy 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=-15.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 E6C3AC433DB for ; Thu, 18 Mar 2021 18:08:01 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7650D64F10 for ; Thu, 18 Mar 2021 18:08:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7650D64F10 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CE2EA6E944; Thu, 18 Mar 2021 18:08:00 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 940016E944; Thu, 18 Mar 2021 18:07:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject:Sender: Reply-To:Cc:Content-ID:Content-Description; bh=zX1IM6Mo/u7NFFyAIwCKTg2FQIUSClNMoYOG1y8Qo+0=; b=EwHVt3F8eQwDFnKZyEalMT0q8M eknpJGf4LBR+KYGWYez0Rx44G2HruGo/5YqVGxh/7mecSQFSBOZyQ6zjS2ANfTlwII8XaAc38r9Kg 4GRa9QE6Y8MWNW7gMxPc8pOSBDRYjcDQQS42QcZvT39warCj43euQEJ/9h8UwBz80rZ0FesnrhOhL 1OsEpcunw/PiLkJrAnBTYDBxyY90WqhgITWNbeHakcm9V8Evyl8AZrZC8S7cn2vxHuNQrYxyV9eFV PI8RT05ewtNflREX35nrhHQPHGhQHlWS9+pjLjOV5mtSC7eM3SDxd6vGE8WVCImfFkpYKld/tN11r 4YL816bg==; Received: from [2601:1c0:6280:3f0::9757] by casper.infradead.org with esmtpsa (Exim 4.94 #2 (Red Hat Linux)) id 1lMx3f-003KMP-9B; Thu, 18 Mar 2021 18:07:49 +0000 Subject: Re: [PATCH] drm/amdgpu: Fix a typo To: Bhaskar Chowdhury , alexander.deucher@amd.com, christian.koenig@amd.com, airlied@linux.ie, daniel@ffwll.ch, Hawking.Zhang@amd.com, John.Clements@amd.com, guchun.chen@amd.com, tao.zhou1@amd.com, Likun.Gao@amd.com, Bhawanpreet.Lakha@amd.com, Jiansong.Chen@amd.com, ray.huang@amd.com, amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org References: <20210318113308.1345-1-unixbhaskar@gmail.com> From: Randy Dunlap Message-ID: Date: Thu, 18 Mar 2021 11:07:38 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: <20210318113308.1345-1-unixbhaskar@gmail.com> Content-Language: en-US X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On 3/18/21 4:33 AM, Bhaskar Chowdhury wrote: > > s/traing/training/ > > Signed-off-by: Bhaskar Chowdhury > --- > drivers/gpu/drm/amd/amdgpu/psp_v11_0.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c > index c325d6f53a71..db18e4f6cf5f 100644 > --- a/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c > +++ b/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c > @@ -661,7 +661,7 @@ static int psp_v11_0_memory_training(struct psp_context *psp, uint32_t ops) > > if (ops & PSP_MEM_TRAIN_SEND_LONG_MSG) { > /* > - * Long traing will encroach certain mount of bottom VRAM, > + * Long training will encroach certain mount of bottom VRAM, amount I think. > * saving the content of this bottom VRAM to system memory > * before training, and restoring it after training to avoid > * VRAM corruption. > -- > 2.26.2 > -- ~Randy _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel 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=-15.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 D9839C433E6 for ; Thu, 18 Mar 2021 18:09:24 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9BE7464D74 for ; Thu, 18 Mar 2021 18:09:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9BE7464D74 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=amd-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4BEFA6E94B; Thu, 18 Mar 2021 18:09:24 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 940016E944; Thu, 18 Mar 2021 18:07:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject:Sender: Reply-To:Cc:Content-ID:Content-Description; bh=zX1IM6Mo/u7NFFyAIwCKTg2FQIUSClNMoYOG1y8Qo+0=; b=EwHVt3F8eQwDFnKZyEalMT0q8M eknpJGf4LBR+KYGWYez0Rx44G2HruGo/5YqVGxh/7mecSQFSBOZyQ6zjS2ANfTlwII8XaAc38r9Kg 4GRa9QE6Y8MWNW7gMxPc8pOSBDRYjcDQQS42QcZvT39warCj43euQEJ/9h8UwBz80rZ0FesnrhOhL 1OsEpcunw/PiLkJrAnBTYDBxyY90WqhgITWNbeHakcm9V8Evyl8AZrZC8S7cn2vxHuNQrYxyV9eFV PI8RT05ewtNflREX35nrhHQPHGhQHlWS9+pjLjOV5mtSC7eM3SDxd6vGE8WVCImfFkpYKld/tN11r 4YL816bg==; Received: from [2601:1c0:6280:3f0::9757] by casper.infradead.org with esmtpsa (Exim 4.94 #2 (Red Hat Linux)) id 1lMx3f-003KMP-9B; Thu, 18 Mar 2021 18:07:49 +0000 Subject: Re: [PATCH] drm/amdgpu: Fix a typo To: Bhaskar Chowdhury , alexander.deucher@amd.com, christian.koenig@amd.com, airlied@linux.ie, daniel@ffwll.ch, Hawking.Zhang@amd.com, John.Clements@amd.com, guchun.chen@amd.com, tao.zhou1@amd.com, Likun.Gao@amd.com, Bhawanpreet.Lakha@amd.com, Jiansong.Chen@amd.com, ray.huang@amd.com, amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org References: <20210318113308.1345-1-unixbhaskar@gmail.com> From: Randy Dunlap Message-ID: Date: Thu, 18 Mar 2021 11:07:38 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: <20210318113308.1345-1-unixbhaskar@gmail.com> Content-Language: en-US X-Mailman-Approved-At: Thu, 18 Mar 2021 18:09:23 +0000 X-BeenThere: amd-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion list for AMD gfx List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: amd-gfx-bounces@lists.freedesktop.org Sender: "amd-gfx" On 3/18/21 4:33 AM, Bhaskar Chowdhury wrote: > > s/traing/training/ > > Signed-off-by: Bhaskar Chowdhury > --- > drivers/gpu/drm/amd/amdgpu/psp_v11_0.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c > index c325d6f53a71..db18e4f6cf5f 100644 > --- a/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c > +++ b/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c > @@ -661,7 +661,7 @@ static int psp_v11_0_memory_training(struct psp_context *psp, uint32_t ops) > > if (ops & PSP_MEM_TRAIN_SEND_LONG_MSG) { > /* > - * Long traing will encroach certain mount of bottom VRAM, > + * Long training will encroach certain mount of bottom VRAM, amount I think. > * saving the content of this bottom VRAM to system memory > * before training, and restoring it after training to avoid > * VRAM corruption. > -- > 2.26.2 > -- ~Randy _______________________________________________ amd-gfx mailing list amd-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/amd-gfx