Re: [PATCH v2] drm/amd/amdgpu: Recovery vcn instance iterate.

2021-07-20 Thread Leo Liu
Zhou -Original Message- From: Liu, Monk Sent: Thursday, July 15, 2021 7:54 AM To: Alex Deucher ; Zhou, Peng Ju ; Liu, Leo Cc: amd-gfx list Subject: RE: [PATCH v2] drm/amd/amdgpu: Recovery vcn instance iterate. [AMD Official Use Only] Reviewed-by: Monk Liu You might need @Liu

RE: [PATCH v2] drm/amd/amdgpu: Recovery vcn instance iterate.

2021-07-19 Thread Zhou, Peng Ju
iu, Monk ; Alex Deucher > ; Liu, Leo > Cc: amd-gfx list > Subject: RE: [PATCH v2] drm/amd/amdgpu: Recovery vcn instance iterate. > > [AMD Official Use Only] > > Hi @Liu, Leo > > Can you help to review

RE: [PATCH v2] drm/amd/amdgpu: Recovery vcn instance iterate.

2021-07-16 Thread Zhou, Peng Ju
gt; To: Alex Deucher ; Zhou, Peng Ju > ; Liu, Leo > Cc: amd-gfx list > Subject: RE: [PATCH v2] drm/amd/amdgpu: Recovery vcn instance iterate. > > [AMD Official Use Only] > > Reviewed-by: Monk Liu > > You might need @Liu, Leo's review as well > > Thanks > >

RE: [PATCH v2] drm/amd/amdgpu: Recovery vcn instance iterate.

2021-07-14 Thread Liu, Monk
: Wednesday, July 14, 2021 10:49 PM To: Zhou, Peng Ju Cc: amd-gfx list Subject: Re: [PATCH v2] drm/amd/amdgpu: Recovery vcn instance iterate. On Tue, Jul 13, 2021 at 6:31 AM Peng Ju Zhou wrote: > > The previous logic is recording the amount of valid vcn instances to > use them on SRIOV, it

Re: [PATCH v2] drm/amd/amdgpu: Recovery vcn instance iterate.

2021-07-14 Thread Alex Deucher
On Tue, Jul 13, 2021 at 6:31 AM Peng Ju Zhou wrote: > > The previous logic is recording the amount of valid vcn instances > to use them on SRIOV, it is a hard task due to the vcn accessment is > based on the index of the vcn instance. > > Check if the vcn instance enabled before do instance init.

[PATCH v2] drm/amd/amdgpu: Recovery vcn instance iterate.

2021-07-13 Thread Peng Ju Zhou
The previous logic is recording the amount of valid vcn instances to use them on SRIOV, it is a hard task due to the vcn accessment is based on the index of the vcn instance. Check if the vcn instance enabled before do instance init. Signed-off-by: Peng Ju Zhou ---