Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu: Refine ip detection log message

'add ip block' causes a confusion if the blocks are disabled later with
ip_block_mask. Instead change to 'detected' and also add device context.

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Asad Kamal <asad.kamal@amd.com>
Suggested-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Lijo Lazar and committed by
Alex Deucher
a0db1ea0 b1df8050

+2 -2
+2 -2
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
··· 2365 2365 break; 2366 2366 } 2367 2367 2368 - DRM_INFO("add ip block number %d <%s>\n", adev->num_ip_blocks, 2369 - ip_block_version->funcs->name); 2368 + dev_info(adev->dev, "detected ip block number %d <%s>\n", 2369 + adev->num_ip_blocks, ip_block_version->funcs->name); 2370 2370 2371 2371 adev->ip_blocks[adev->num_ip_blocks].adev = adev; 2372 2372