AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Christian König" <christian.koenig@amd.com>
To: Horace Chen <horace.chen@amd.com>,
	amd-gfx@lists.freedesktop.org, "Liu, Leo" <Leo.Liu@amd.com>
Cc: Jack Xiao <Jack.Xiao@amd.com>, Feifei Xu <Feifei.Xu@amd.com>,
	Haijun Chang <HaiJun.Chang@amd.com>,
	Deucher Alexander <Alexander.Deucher@amd.com>,
	Evan Quan <Evan.Quan@amd.com>, Monk Liu <Monk.Liu@amd.com>,
	Hawking Zhang <Hawking.Zhang@amd.com>
Subject: Re: [PATCH] drm/amdgpu: Clear VCN cache when hw_init
Date: Fri, 30 Jun 2023 13:38:12 +0200	[thread overview]
Message-ID: <9c19a828-15ed-c37a-2c07-acf29f489541@amd.com> (raw)
In-Reply-To: <20230620132950.1121406-1-horace.chen@amd.com>

Am 20.06.23 um 15:29 schrieb Horace Chen:
> [Why]
> VCN will use some framebuffer space as its cache. It needs to
> be reset when reset happens, such as FLR. Otherwise some error
> may be kept after the reset.

Well this doesn't make sense at all.

The full content of adev->vcn.inst[i].cpu_addr is saved and restored 
during suspend/resume and IIRC GPU resets as well.

See functions amdgpu_vcn_suspend() and amdgpu_vcn_resume().

Please let Leo's team take a look at this and review the change before 
it is committed.

Regards,
Christian.

>
> Signed-off-by: Horace Chen <horace.chen@amd.com>
> ---
>   drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c b/drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c
> index b48bb5212488..2db73a964031 100644
> --- a/drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c
> @@ -1292,6 +1292,7 @@ static int vcn_v4_0_start_sriov(struct amdgpu_device *adev)
>   			cache_size);
>   
>   		cache_addr = adev->vcn.inst[i].gpu_addr + offset;
> +		memset(adev->vcn.inst[i].cpu_addr + offset, 0, AMDGPU_VCN_STACK_SIZE);
>   		MMSCH_V4_0_INSERT_DIRECT_WT(SOC15_REG_OFFSET(VCN, i,
>   			regUVD_LMI_VCPU_CACHE1_64BIT_BAR_LOW),
>   			lower_32_bits(cache_addr));
> @@ -1307,6 +1308,8 @@ static int vcn_v4_0_start_sriov(struct amdgpu_device *adev)
>   
>   		cache_addr = adev->vcn.inst[i].gpu_addr + offset +
>   			AMDGPU_VCN_STACK_SIZE;
> +		memset(adev->vcn.inst[i].cpu_addr + offset + AMDGPU_VCN_STACK_SIZE, 0,
> +			AMDGPU_VCN_STACK_SIZE);
>   		MMSCH_V4_0_INSERT_DIRECT_WT(SOC15_REG_OFFSET(VCN, i,
>   			regUVD_LMI_VCPU_CACHE2_64BIT_BAR_LOW),
>   			lower_32_bits(cache_addr));


  parent reply	other threads:[~2023-06-30 11:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-20 13:29 [PATCH] drm/amdgpu: Clear VCN cache when hw_init Horace Chen
2023-06-21  9:25 ` Deng, Emily
2023-06-30 11:38 ` Christian König [this message]
2023-07-05 19:57   ` Leo Liu
2023-07-06  7:24     ` Christian König
2023-07-06  8:56       ` Chen, Horace
2023-07-06 13:56         ` Alex Deucher

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=9c19a828-15ed-c37a-2c07-acf29f489541@amd.com \
    --to=christian.koenig@amd.com \
    --cc=Alexander.Deucher@amd.com \
    --cc=Evan.Quan@amd.com \
    --cc=Feifei.Xu@amd.com \
    --cc=HaiJun.Chang@amd.com \
    --cc=Hawking.Zhang@amd.com \
    --cc=Jack.Xiao@amd.com \
    --cc=Leo.Liu@amd.com \
    --cc=Monk.Liu@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=horace.chen@amd.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox