mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-07 07:08:07 +00:00
drm/amdgpu: Print CU information by default during initialization
This is convenient for multiple teams to obtain the information. Also, add device info by using dev_info(). Signed-off-by: Yong Zhao <Yong.Zhao@amd.com> Reviewed-by: Dennis Li <Dennis.Li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
a35da666cc
commit
d69b8971e5
1 changed files with 2 additions and 1 deletions
|
@ -3168,7 +3168,8 @@ fence_driver_init:
|
||||||
goto failed;
|
goto failed;
|
||||||
}
|
}
|
||||||
|
|
||||||
DRM_DEBUG("SE %d, SH per SE %d, CU per SH %d, active_cu_number %d\n",
|
dev_info(adev->dev,
|
||||||
|
"SE %d, SH per SE %d, CU per SH %d, active_cu_number %d\n",
|
||||||
adev->gfx.config.max_shader_engines,
|
adev->gfx.config.max_shader_engines,
|
||||||
adev->gfx.config.max_sh_per_se,
|
adev->gfx.config.max_sh_per_se,
|
||||||
adev->gfx.config.max_cu_per_sh,
|
adev->gfx.config.max_cu_per_sh,
|
||||||
|
|
Loading…
Add table
Reference in a new issue