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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id A9968C433EF for ; Tue, 19 Apr 2022 14:59:22 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CEF2410EF00; Tue, 19 Apr 2022 14:59:21 +0000 (UTC) Received: from mail-oa1-x2d.google.com (mail-oa1-x2d.google.com [IPv6:2001:4860:4864:20::2d]) by gabe.freedesktop.org (Postfix) with ESMTPS id BA65A10EED2; Tue, 19 Apr 2022 14:59:20 +0000 (UTC) Received: by mail-oa1-x2d.google.com with SMTP id 586e51a60fabf-e2afb80550so17798428fac.1; Tue, 19 Apr 2022 07:59:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=txu5qF77kz021syUspWnSzVq95Qu7gMs2hI1GWgdN0g=; b=BDcVCy0mQEGbuXPpCkJme82wpCfSVxCgreSd1AQrcG8cDczRdYp6fo63Zl1UesunPw U+7T3oBEdXRDpEg2KWIKa7WShBAA+F6PTR1cIET+TL7hiJpdY5dcimQKuRMq/tT/LXan JqOlL1xYoi4+pfxn//1yfmGhfJKw41MR5D28CjSMGWBLL6EcSv7cebg4hlEdqKKDrDKl lHBIoE3gp2GlIZeRx8yEJThzNHeVJblMX9/2Dmo0yQ+3xRfcDzAErd6DCNTAISNfsAFw II1R2VA/PxqGjA52stjrt2fjgMj1ZAZmf2WHvwt8D3qOCAIPe6DyOldDy9ZLlQGvH95K /5xQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=txu5qF77kz021syUspWnSzVq95Qu7gMs2hI1GWgdN0g=; b=kolq5eAbxDxgUE8OU622KPqjHK8uMhLalQnvxsNFgIDV9FSapnUNyIZIgGVA/0MLMZ CwGZtCBIKs8aCCkEDo9ptjJ3MEta5AcHeWEjEeXmQunQzKqvg3T2FGmS6r6mAtRn41O9 4UOAHdDIHOU/oDRBMiuU7Eb1haFXlRrwgVK9LBwzrINxDWmUSJhq0irVrJORcN0MTX8i HaYA4DEQ9UuIlrpEKmmM+iH53rJ/UioorVMcwukewEKFcRf5nQtHwMj7WXhug0ffxBPs 4RKQrphlogVIDVtcF9Ra3B8FeCPgG3afY5Mh2oVBzzDvt5Md9rz7TlUKekWlM4VgFSWE 0/1Q== X-Gm-Message-State: AOAM531SX6UvnsBQiv9yZFcC2i5ivRQdnQzB43Vrm01PYJQNfsMQsKgZ cmyW0pAkvhW7VfGEE6Y/ZmQ2T6BMPsUx4AfQZA8= X-Google-Smtp-Source: ABdhPJwkeTzLw742f1pLT1h5HcgounlwYPVNsuzflB54s8eFTAPlS5s6EXzaHdH41CdsZRH5FTve/PqKvS145BOY6YE= X-Received: by 2002:a05:6870:311d:b0:de:9b6c:362b with SMTP id v29-20020a056870311d00b000de9b6c362bmr8077760oaa.200.1650380360073; Tue, 19 Apr 2022 07:59:20 -0700 (PDT) MIME-Version: 1.0 References: <20220415195027.305019-1-tales.aparecida@gmail.com> <20220415195027.305019-2-tales.aparecida@gmail.com> In-Reply-To: <20220415195027.305019-2-tales.aparecida@gmail.com> From: Alex Deucher Date: Tue, 19 Apr 2022 10:59:09 -0400 Message-ID: Subject: Re: [PATCH 1/2] Documentation/gpu: Add entries to amdgpu glossary To: Tales Lelo da Aparecida Content-Type: text/plain; charset="UTF-8" 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: , Cc: Thomas Zimmermann , Jonathan Corbet , David Airlie , Maling list - DRI developers , "Pan, Xinhui" , LKML , Linux Doc Mailing List , amd-gfx list , Alex Deucher , andrealmeid@riseup.net, =?UTF-8?Q?Christian_K=C3=B6nig?= Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Applied the series with minor fix to capitalize the U in Compute Unit. Thanks! Alex On Fri, Apr 15, 2022 at 3:52 PM Tales Lelo da Aparecida wrote: > > Add missing acronyms to the amdgppu glossary. > > Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/1939#note_1309737 > Signed-off-by: Tales Lelo da Aparecida > --- > Documentation/gpu/amdgpu/amdgpu-glossary.rst | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/Documentation/gpu/amdgpu/amdgpu-glossary.rst b/Documentation/gpu/amdgpu/amdgpu-glossary.rst > index 859dcec6c6f9..48829d097f40 100644 > --- a/Documentation/gpu/amdgpu/amdgpu-glossary.rst > +++ b/Documentation/gpu/amdgpu/amdgpu-glossary.rst > @@ -8,12 +8,19 @@ we have a dedicated glossary for Display Core at > > .. glossary:: > > + active_cu_number > + The number of CUs that are active on the system. The number of active > + CUs may be less than SE * SH * CU depending on the board configuration. > + > CP > Command Processor > > CPLIB > Content Protection Library > > + CU > + Compute unit > + > DFS > Digital Frequency Synthesizer > > @@ -74,6 +81,12 @@ we have a dedicated glossary for Display Core at > SDMA > System DMA > > + SE > + Shader Engine > + > + SH > + SHader array > + > SMU > System Management Unit > > -- > 2.35.1 > 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 345E6C433F5 for ; Tue, 19 Apr 2022 14:59:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345213AbiDSPCG (ORCPT ); Tue, 19 Apr 2022 11:02:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53236 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242560AbiDSPCD (ORCPT ); Tue, 19 Apr 2022 11:02:03 -0400 Received: from mail-oa1-x2c.google.com (mail-oa1-x2c.google.com [IPv6:2001:4860:4864:20::2c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AF8D03B033; Tue, 19 Apr 2022 07:59:20 -0700 (PDT) Received: by mail-oa1-x2c.google.com with SMTP id 586e51a60fabf-d6e29fb3d7so17776611fac.7; Tue, 19 Apr 2022 07:59:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=txu5qF77kz021syUspWnSzVq95Qu7gMs2hI1GWgdN0g=; b=BDcVCy0mQEGbuXPpCkJme82wpCfSVxCgreSd1AQrcG8cDczRdYp6fo63Zl1UesunPw U+7T3oBEdXRDpEg2KWIKa7WShBAA+F6PTR1cIET+TL7hiJpdY5dcimQKuRMq/tT/LXan JqOlL1xYoi4+pfxn//1yfmGhfJKw41MR5D28CjSMGWBLL6EcSv7cebg4hlEdqKKDrDKl lHBIoE3gp2GlIZeRx8yEJThzNHeVJblMX9/2Dmo0yQ+3xRfcDzAErd6DCNTAISNfsAFw II1R2VA/PxqGjA52stjrt2fjgMj1ZAZmf2WHvwt8D3qOCAIPe6DyOldDy9ZLlQGvH95K /5xQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=txu5qF77kz021syUspWnSzVq95Qu7gMs2hI1GWgdN0g=; b=beoMY7XLA1nNNjmezjyVNsMX/7vdXSPQXxRfwImK3IMig0XwGByuweTo78gpH/LxEm igYDk7sniiW33FzTEdB79eLv02CAaUYfxOLLGY2tkTteHgbMGnQri6xkUaFk/lIXGrz/ pF4O+yty0zU20Rw1souL/Pm5sl5HIfa84fPiGE1yRO76cdcof3ZmUVTQS0CXe/3683eQ g5S0T71xNaUso0nYfKyaR1aJR3Y3ECj7sYdaARAM/1eogTTH2KzpR6I0mS99LrVPQp8J N7elOVxJL7MGdzRt9VtKQ/kei0pCs6yJ2u6jpQIOEL9JV1Jc7P5gqD7mv2IrFXXQSzn4 jxAw== X-Gm-Message-State: AOAM530BdSFgdTg2WIgkRY+wjQk9x0csT0vFSCPt9XUlJ6WN0RKn0MfI K+xH7fNdsdlUJrfl1KsSCzO5Rdw3V2NGlTU7DAwTzV/7 X-Google-Smtp-Source: ABdhPJwkeTzLw742f1pLT1h5HcgounlwYPVNsuzflB54s8eFTAPlS5s6EXzaHdH41CdsZRH5FTve/PqKvS145BOY6YE= X-Received: by 2002:a05:6870:311d:b0:de:9b6c:362b with SMTP id v29-20020a056870311d00b000de9b6c362bmr8077760oaa.200.1650380360073; Tue, 19 Apr 2022 07:59:20 -0700 (PDT) MIME-Version: 1.0 References: <20220415195027.305019-1-tales.aparecida@gmail.com> <20220415195027.305019-2-tales.aparecida@gmail.com> In-Reply-To: <20220415195027.305019-2-tales.aparecida@gmail.com> From: Alex Deucher Date: Tue, 19 Apr 2022 10:59:09 -0400 Message-ID: Subject: Re: [PATCH 1/2] Documentation/gpu: Add entries to amdgpu glossary To: Tales Lelo da Aparecida Cc: Alex Deucher , =?UTF-8?Q?Christian_K=C3=B6nig?= , "Pan, Xinhui" , David Airlie , Daniel Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Jonathan Corbet , amd-gfx list , Maling list - DRI developers , Linux Doc Mailing List , LKML , andrealmeid@riseup.net Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Applied the series with minor fix to capitalize the U in Compute Unit. Thanks! Alex On Fri, Apr 15, 2022 at 3:52 PM Tales Lelo da Aparecida wrote: > > Add missing acronyms to the amdgppu glossary. > > Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/1939#note_1309737 > Signed-off-by: Tales Lelo da Aparecida > --- > Documentation/gpu/amdgpu/amdgpu-glossary.rst | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/Documentation/gpu/amdgpu/amdgpu-glossary.rst b/Documentation/gpu/amdgpu/amdgpu-glossary.rst > index 859dcec6c6f9..48829d097f40 100644 > --- a/Documentation/gpu/amdgpu/amdgpu-glossary.rst > +++ b/Documentation/gpu/amdgpu/amdgpu-glossary.rst > @@ -8,12 +8,19 @@ we have a dedicated glossary for Display Core at > > .. glossary:: > > + active_cu_number > + The number of CUs that are active on the system. The number of active > + CUs may be less than SE * SH * CU depending on the board configuration. > + > CP > Command Processor > > CPLIB > Content Protection Library > > + CU > + Compute unit > + > DFS > Digital Frequency Synthesizer > > @@ -74,6 +81,12 @@ we have a dedicated glossary for Display Core at > SDMA > System DMA > > + SE > + Shader Engine > + > + SH > + SHader array > + > SMU > System Management Unit > > -- > 2.35.1 > 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id F3034C433F5 for ; Tue, 19 Apr 2022 14:59:21 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8770710EF18; Tue, 19 Apr 2022 14:59:21 +0000 (UTC) Received: from mail-oa1-x2d.google.com (mail-oa1-x2d.google.com [IPv6:2001:4860:4864:20::2d]) by gabe.freedesktop.org (Postfix) with ESMTPS id BA65A10EED2; Tue, 19 Apr 2022 14:59:20 +0000 (UTC) Received: by mail-oa1-x2d.google.com with SMTP id 586e51a60fabf-e2afb80550so17798428fac.1; Tue, 19 Apr 2022 07:59:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=txu5qF77kz021syUspWnSzVq95Qu7gMs2hI1GWgdN0g=; b=BDcVCy0mQEGbuXPpCkJme82wpCfSVxCgreSd1AQrcG8cDczRdYp6fo63Zl1UesunPw U+7T3oBEdXRDpEg2KWIKa7WShBAA+F6PTR1cIET+TL7hiJpdY5dcimQKuRMq/tT/LXan JqOlL1xYoi4+pfxn//1yfmGhfJKw41MR5D28CjSMGWBLL6EcSv7cebg4hlEdqKKDrDKl lHBIoE3gp2GlIZeRx8yEJThzNHeVJblMX9/2Dmo0yQ+3xRfcDzAErd6DCNTAISNfsAFw II1R2VA/PxqGjA52stjrt2fjgMj1ZAZmf2WHvwt8D3qOCAIPe6DyOldDy9ZLlQGvH95K /5xQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=txu5qF77kz021syUspWnSzVq95Qu7gMs2hI1GWgdN0g=; b=kolq5eAbxDxgUE8OU622KPqjHK8uMhLalQnvxsNFgIDV9FSapnUNyIZIgGVA/0MLMZ CwGZtCBIKs8aCCkEDo9ptjJ3MEta5AcHeWEjEeXmQunQzKqvg3T2FGmS6r6mAtRn41O9 4UOAHdDIHOU/oDRBMiuU7Eb1haFXlRrwgVK9LBwzrINxDWmUSJhq0irVrJORcN0MTX8i HaYA4DEQ9UuIlrpEKmmM+iH53rJ/UioorVMcwukewEKFcRf5nQtHwMj7WXhug0ffxBPs 4RKQrphlogVIDVtcF9Ra3B8FeCPgG3afY5Mh2oVBzzDvt5Md9rz7TlUKekWlM4VgFSWE 0/1Q== X-Gm-Message-State: AOAM531SX6UvnsBQiv9yZFcC2i5ivRQdnQzB43Vrm01PYJQNfsMQsKgZ cmyW0pAkvhW7VfGEE6Y/ZmQ2T6BMPsUx4AfQZA8= X-Google-Smtp-Source: ABdhPJwkeTzLw742f1pLT1h5HcgounlwYPVNsuzflB54s8eFTAPlS5s6EXzaHdH41CdsZRH5FTve/PqKvS145BOY6YE= X-Received: by 2002:a05:6870:311d:b0:de:9b6c:362b with SMTP id v29-20020a056870311d00b000de9b6c362bmr8077760oaa.200.1650380360073; Tue, 19 Apr 2022 07:59:20 -0700 (PDT) MIME-Version: 1.0 References: <20220415195027.305019-1-tales.aparecida@gmail.com> <20220415195027.305019-2-tales.aparecida@gmail.com> In-Reply-To: <20220415195027.305019-2-tales.aparecida@gmail.com> From: Alex Deucher Date: Tue, 19 Apr 2022 10:59:09 -0400 Message-ID: Subject: Re: [PATCH 1/2] Documentation/gpu: Add entries to amdgpu glossary To: Tales Lelo da Aparecida Content-Type: text/plain; charset="UTF-8" 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: , Cc: Thomas Zimmermann , Jonathan Corbet , David Airlie , Maling list - DRI developers , "Pan, Xinhui" , Maarten Lankhorst , LKML , Maxime Ripard , Linux Doc Mailing List , amd-gfx list , Daniel Vetter , Alex Deucher , andrealmeid@riseup.net, =?UTF-8?Q?Christian_K=C3=B6nig?= Errors-To: amd-gfx-bounces@lists.freedesktop.org Sender: "amd-gfx" Applied the series with minor fix to capitalize the U in Compute Unit. Thanks! Alex On Fri, Apr 15, 2022 at 3:52 PM Tales Lelo da Aparecida wrote: > > Add missing acronyms to the amdgppu glossary. > > Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/1939#note_1309737 > Signed-off-by: Tales Lelo da Aparecida > --- > Documentation/gpu/amdgpu/amdgpu-glossary.rst | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/Documentation/gpu/amdgpu/amdgpu-glossary.rst b/Documentation/gpu/amdgpu/amdgpu-glossary.rst > index 859dcec6c6f9..48829d097f40 100644 > --- a/Documentation/gpu/amdgpu/amdgpu-glossary.rst > +++ b/Documentation/gpu/amdgpu/amdgpu-glossary.rst > @@ -8,12 +8,19 @@ we have a dedicated glossary for Display Core at > > .. glossary:: > > + active_cu_number > + The number of CUs that are active on the system. The number of active > + CUs may be less than SE * SH * CU depending on the board configuration. > + > CP > Command Processor > > CPLIB > Content Protection Library > > + CU > + Compute unit > + > DFS > Digital Frequency Synthesizer > > @@ -74,6 +81,12 @@ we have a dedicated glossary for Display Core at > SDMA > System DMA > > + SE > + Shader Engine > + > + SH > + SHader array > + > SMU > System Management Unit > > -- > 2.35.1 >