All of lore.kernel.org
 help / color / mirror / Atom feed
From: Huang Rui <ray.huang@amd.com>
To: "Liu, Aaron" <Aaron.Liu@amd.com>
Cc: "Deucher, Alexander" <Alexander.Deucher@amd.com>,
	"amd-gfx@lists.freedesktop.org" <amd-gfx@lists.freedesktop.org>
Subject: Re: [PATCH 2/2] drm/amdgpu: enable swiotlb for gmc 11.0
Date: Mon, 25 Jul 2022 10:05:46 +0800	[thread overview]
Message-ID: <Yt36eh+IvLcWPseY@amd.com> (raw)
In-Reply-To: <20220725015908.1434478-2-aaron.liu@amd.com>

On Mon, Jul 25, 2022 at 09:59:08AM +0800, Liu, Aaron wrote:
> Enable swiotlb for gmc 11.0.
> 
> Signed-off-by: Aaron Liu <aaron.liu@amd.com>

Series are Reviewed-by: Huang Rui <ray.huang@amd.com>

> ---
>  drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c b/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c
> index 503e40a90319..1471bfb9ae38 100644
> --- a/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c
> @@ -22,6 +22,9 @@
>   */
>  #include <linux/firmware.h>
>  #include <linux/pci.h>
> +
> +#include <drm/drm_cache.h>
> +
>  #include "amdgpu.h"
>  #include "amdgpu_atomfirmware.h"
>  #include "gmc_v11_0.h"
> @@ -775,6 +778,8 @@ static int gmc_v11_0_sw_init(void *handle)
>  		return r;
>  	}
>  
> +	adev->need_swiotlb = drm_need_swiotlb(44);
> +
>  	r = gmc_v11_0_mc_init(adev);
>  	if (r)
>  		return r;
> -- 
> 2.37.0
> 

      reply	other threads:[~2022-07-25  2:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-25  1:59 [PATCH 1/2] drm/amdgpu: enable swiotlb for gmc 10.0 (V2) Aaron Liu
2022-07-25  1:59 ` [PATCH 2/2] drm/amdgpu: enable swiotlb for gmc 11.0 Aaron Liu
2022-07-25  2:05   ` Huang Rui [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Yt36eh+IvLcWPseY@amd.com \
    --to=ray.huang@amd.com \
    --cc=Aaron.Liu@amd.com \
    --cc=Alexander.Deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.