Re: [PATCH 1/2] drm/amd/amdgpu: Use IP discovery data to determine VCN enablement instead of MMSCH

2021-06-09 Thread Alex Deucher
On Thu, Jun 3, 2021 at 6:42 AM Peng Ju Zhou wrote: > > From: Bokun Zhang > > In the past, we use MMSCH to determine whether a VCN is enabled or not. > This is not reliable since after a FLR, MMSCH may report junk data. > > It is better to use IP discovery data. > > Signed-off-by: Bokun Zhang >

[PATCH 1/2] drm/amd/amdgpu: Use IP discovery data to determine VCN enablement instead of MMSCH

2021-06-03 Thread Peng Ju Zhou
From: Bokun Zhang In the past, we use MMSCH to determine whether a VCN is enabled or not. This is not reliable since after a FLR, MMSCH may report junk data. It is better to use IP discovery data. Signed-off-by: Bokun Zhang Signed-off-by: Peng Ju Zhou ---