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=-12.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 4D733C43462 for ; Thu, 20 May 2021 19:08:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3524060FE8 for ; Thu, 20 May 2021 19:08:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236602AbhETTKK (ORCPT ); Thu, 20 May 2021 15:10:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34564 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232667AbhETTKI (ORCPT ); Thu, 20 May 2021 15:10:08 -0400 Received: from mail-oi1-x234.google.com (mail-oi1-x234.google.com [IPv6:2607:f8b0:4864:20::234]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2DAF4C061574; Thu, 20 May 2021 12:08:46 -0700 (PDT) Received: by mail-oi1-x234.google.com with SMTP id y76so8130988oia.6; Thu, 20 May 2021 12:08:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=qHZFdkVC10Rk4v8d8wk9MZUODh6XZ/Y3GEXZqNckb5U=; b=lNOy+B/7FQSLTgP+DMgb+OEqF5PvjT3KhWnrXHO+XJP0girbXNeh0EMLGBUNQxlZki YMSGTJiLYHo+8UP8kVmwTmV4OpJX3NqdARsf91DAAxfF7Vhljct5KRkPWnEMQTi0aG5k SjQqwq0sOQnhAP3Dm355NSEIF9hAT6V5Djc+68QcQe4aYZd50ke+TNQ2vsz0YTWOEoo7 FvPUdRm7TS4uV7AzTkU57RjI9usIk4I0QlvLkBNNQ1KBgoEfaG2k5JBeYLQcu878+lGj 28qZ41e204AUqoYSGLEbZxtyycEPH42j7cVQx9nm5h7NxHppNTOn7O0tJ/ps50UPNDg/ iCqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=qHZFdkVC10Rk4v8d8wk9MZUODh6XZ/Y3GEXZqNckb5U=; b=QDUC20QVmZMovrifWWo5z8Tlxeb1xhV4M90PnJK4mIf65BlTwQ0n8WmtSNtzS5FbzF kpJXoe7edsn+qoopDkTKKDN00WlaIJXF1OOQ6m9bRjsNetCYmvqo6Op3PPa1A4vdKXIr shRFzrxERCelEASPgWewJxIb0hrgJGBnuJSB7SD/D6+XaeH23eqtj+OmbaG7HfAZLg0a 8LfpcUahYdGMEIWx3N5YjgHMKqDwB8KM9QKoOQ03MoVoYJ1bRgsZY6Mfpq9Lqt6jjVSI Kqg91zRz6YiLtrRZyMRwixSKVT3RaSzocQmTCJGGsGMZOGZSk6urNkqjKwjKeEPaaMoK WMcg== X-Gm-Message-State: AOAM532gw3jz+E4RNZJqPhq9EKxk9DlcakJ+c+GIWznRWDZcDz1p812J bkhpnlEC2bRdcakfuKSIELG2A07exZpURxlr/7w= X-Google-Smtp-Source: ABdhPJyrLDTWanoEUak7UWzvt+Za/lfUrq4eGtWiV8ldtaWeXrjDMvf0hHRph7JDX32l7J1wcaenH7U+BS5wJa80+x4= X-Received: by 2002:a05:6808:1592:: with SMTP id t18mr2455890oiw.123.1621537725647; Thu, 20 May 2021 12:08:45 -0700 (PDT) MIME-Version: 1.0 References: <20210520120248.3464013-1-lee.jones@linaro.org> <20210520120248.3464013-11-lee.jones@linaro.org> <6869f83f-7876-973b-2db3-8c83cc23daf2@amd.com> In-Reply-To: <6869f83f-7876-973b-2db3-8c83cc23daf2@amd.com> From: Alex Deucher Date: Thu, 20 May 2021 15:08:34 -0400 Message-ID: Subject: Re: [PATCH 10/38] drm/amd/amdgpu/amdgpu_ids: Correct some function name disparity To: =?UTF-8?Q?Christian_K=C3=B6nig?= Cc: Lee Jones , David Airlie , LKML , amd-gfx list , "moderated list:DMA BUFFER SHARING FRAMEWORK" , Maling list - DRI developers , Daniel Vetter , Alex Deucher , Sumit Semwal , linux-media Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Applied. Thanks! Alex On Thu, May 20, 2021 at 8:04 AM Christian K=C3=B6nig wrote: > > Am 20.05.21 um 14:02 schrieb Lee Jones: > > Fixes the following W=3D1 kernel build warning(s): > > > > drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c:200: warning: expecting proto= type for amdgpu_vm_grab_idle(). Prototype was for amdgpu_vmid_grab_idle() i= nstead > > drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c:272: warning: expecting proto= type for amdgpu_vm_grab_reserved(). Prototype was for amdgpu_vmid_grab_rese= rved() instead > > drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c:337: warning: expecting proto= type for amdgpu_vm_grab_used(). Prototype was for amdgpu_vmid_grab_used() i= nstead > > drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c:410: warning: expecting proto= type for amdgpu_vm_grab_id(). Prototype was for amdgpu_vmid_grab() instead > > > > Cc: Alex Deucher > > Cc: "Christian K=C3=B6nig" > > Cc: David Airlie > > Cc: Daniel Vetter > > Cc: Sumit Semwal > > Cc: amd-gfx@lists.freedesktop.org > > Cc: dri-devel@lists.freedesktop.org > > Cc: linux-media@vger.kernel.org > > Cc: linaro-mm-sig@lists.linaro.org > > Signed-off-by: Lee Jones > > Reviewed-by: Christian K=C3=B6nig > > > --- > > drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c | 8 ++++---- > > 1 file changed, 4 insertions(+), 4 deletions(-) > > > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c b/drivers/gpu/drm/= amd/amdgpu/amdgpu_ids.c > > index b4971e90b98cf..c7f3aae23c625 100644 > > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c > > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c > > @@ -183,7 +183,7 @@ bool amdgpu_vmid_had_gpu_reset(struct amdgpu_device= *adev, > > } > > > > /** > > - * amdgpu_vm_grab_idle - grab idle VMID > > + * amdgpu_vmid_grab_idle - grab idle VMID > > * > > * @vm: vm to allocate id for > > * @ring: ring we want to submit job to > > @@ -256,7 +256,7 @@ static int amdgpu_vmid_grab_idle(struct amdgpu_vm *= vm, > > } > > > > /** > > - * amdgpu_vm_grab_reserved - try to assign reserved VMID > > + * amdgpu_vmid_grab_reserved - try to assign reserved VMID > > * > > * @vm: vm to allocate id for > > * @ring: ring we want to submit job to > > @@ -325,7 +325,7 @@ static int amdgpu_vmid_grab_reserved(struct amdgpu_= vm *vm, > > } > > > > /** > > - * amdgpu_vm_grab_used - try to reuse a VMID > > + * amdgpu_vmid_grab_used - try to reuse a VMID > > * > > * @vm: vm to allocate id for > > * @ring: ring we want to submit job to > > @@ -397,7 +397,7 @@ static int amdgpu_vmid_grab_used(struct amdgpu_vm *= vm, > > } > > > > /** > > - * amdgpu_vm_grab_id - allocate the next free VMID > > + * amdgpu_vmid_grab - allocate the next free VMID > > * > > * @vm: vm to allocate id for > > * @ring: ring we want to submit job to > > _______________________________________________ > amd-gfx mailing list > amd-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/amd-gfx