RE: [PATCH 1/2] drm/amdgpu/sriov: Add one parameter for mcbp debug

2020-09-20 Thread Deng, Emily
Cc: Deng, Emily >Subject: RE: [PATCH 1/2] drm/amdgpu/sriov: Add one parameter for mcbp >debug > >[AMD Official Use Only - Internal Distribution Only] > >Hi Emily > >There is already a amdgpu_mcbp parameter there, can you try to leverage that >one ? > >e.g.: >we refac

RE: [PATCH 1/2] drm/amdgpu/sriov: Add one parameter for mcbp debug

2020-09-20 Thread Liu, Monk
[AMD Official Use Only - Internal Distribution Only] Hi Emily There is already a amdgpu_mcbp parameter there, can you try to leverage that one ? e.g.: we refactor our driver's code and reduce the checking logic from "if (amdgpu_mcbp || amdgpu_sriov_vf(adev))" to something like "if( amdgpu_mc

RE: [PATCH 1/2] drm/amdgpu/sriov: Add one parameter for mcbp debug

2020-09-20 Thread Deng, Emily
[AMD Official Use Only - Internal Distribution Only] Ping . >-Original Message- >From: Emily.Deng >Sent: Friday, September 18, 2020 11:27 AM >To: amd-gfx@lists.freedesktop.org >Cc: Deng, Emily >Subject: [PATCH 1/2] drm/amdgpu/sriov: Add one parameter for mcbp debug > >For debug conv