Re: [PATCH 2/2] drm/amd/amdgpu: add instance_number check in amdgpu_discovery_get_ip_version

2021-06-09 Thread Alex Deucher
On Thu, Jun 3, 2021 at 6:42 AM Peng Ju Zhou wrote: > > The original code returns IP version of instantce_0 for every IP. This > implementation may be correct for most of IPs. > > However, for certain IP block (VCN for example), it may have 2 instances and > both of them have the same hw_id, BUT

RE: [PATCH 2/2] drm/amd/amdgpu: add instance_number check in amdgpu_discovery_get_ip_version

2021-06-09 Thread Zhou, Peng Ju
bject: RE: [PATCH 2/2] drm/amd/amdgpu: add instance_number check in > amdgpu_discovery_get_ip_version > > [AMD Official Use Only] > > Hi Alex > The following patch series were ported from amd-staging-dkms to fix VCN IB > test fail. > Can you help to review it? > >

RE: [PATCH 2/2] drm/amd/amdgpu: add instance_number check in amdgpu_discovery_get_ip_version

2021-06-07 Thread Zhou, Peng Ju
[AMD Official Use Only] Hi Alex The following patch series were ported from amd-staging-dkms to fix VCN IB test fail. Can you help to review it? [PATCH 1/2] drm/amd/amdgpu: Use IP discovery data to determine VCN enablement instead of MMSCH [PATCH 2/2] drm/amd/amdgpu: add instance_number check