[PATCH] drm/amdgpu: Declare Unpin BO api as static

Alex Deucher alexdeucher at gmail.com
Mon Nov 22 20:01:18 UTC 2021


I sent my RB, last week, but maybe it never made it to the list?

Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

On Mon, Nov 22, 2021 at 2:58 PM Errabolu, Ramesh
<Ramesh.Errabolu at amd.com> wrote:
>
> [AMD Official Use Only]
>
> Request review
>
> Regards,
> Ramesh
>
> -----Original Message-----
> From: amd-gfx <amd-gfx-bounces at lists.freedesktop.org> On Behalf Of Ramesh Errabolu
> Sent: Thursday, November 18, 2021 4:12 PM
> To: amd-gfx at lists.freedesktop.org
> Cc: Errabolu, Ramesh <Ramesh.Errabolu at amd.com>; kernel test robot <lkp at intel.com>
> Subject: [PATCH] drm/amdgpu: Declare Unpin BO api as static
>
> [CAUTION: External Email]
>
> Fixes warning report from kernel test robot
>
> Reported-by: kernel test robot <lkp at intel.com>
> Signed-off-by: Ramesh Errabolu <Ramesh.Errabolu at amd.com>
> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
> index 90b985436878..3463e0d4e5ca 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
> @@ -1332,7 +1332,7 @@ static int amdgpu_amdkfd_gpuvm_pin_bo(struct amdgpu_bo *bo, u32 domain)
>   *   - All other BO types (GTT, VRAM, MMIO and DOORBELL) will have their
>   *     PIN count decremented. Calls to UNPIN must balance calls to PIN
>   */
> -void amdgpu_amdkfd_gpuvm_unpin_bo(struct amdgpu_bo *bo)
> +static void amdgpu_amdkfd_gpuvm_unpin_bo(struct amdgpu_bo *bo)
>  {
>         int ret = 0;
>
> --
> 2.31.1


More information about the amd-gfx mailing list