Re: [PATCH] drm/amdgpu: Add CU info print log

2019-12-13 Thread Deucher, Alexander
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Alex Deucher From: amd-gfx on behalf of Yong Zhao Sent: Wednesday, December 11, 2019 6:09 PM To: amd-gfx@lists.freedesktop.org Cc: Zhao, Yong Subject: [PATCH] drm/amdgpu: Add CU info print

[PATCH] drm/amdgpu: Add CU info print log

2019-12-11 Thread Yong Zhao
The log will be useful for easily getting the CU info on various emulation models or ASICs. Change-Id: Ic1c914938aa3445d8dbfdf6a237bc1d58b0d5267 Signed-off-by: Yong Zhao --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 6 ++ 1 file changed, 6 insertions(+) diff --git

Re: [PATCH] drm/amdgpu: Add CU info print log

2019-12-11 Thread Alex Deucher
On Wed, Dec 11, 2019 at 3:26 PM Yong Zhao wrote: > > The log will be useful for easily getting the CU info on various > emulation models or ASICs. > You can probably just put this all in once place at the end of init rather than sprinkling the print statements across all the IP modules. Also,

[PATCH] drm/amdgpu: Add CU info print log

2019-12-11 Thread Yong Zhao
The log will be useful for easily getting the CU info on various emulation models or ASICs. Change-Id: Ic1c914938aa3445d8dbfdf6a237bc1d58b0d5267 Signed-off-by: Yong Zhao --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c| 6 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 6 ++