]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: Refine ip detection log message
authorLijo Lazar <lijo.lazar@amd.com>
Tue, 17 Dec 2024 04:49:49 +0000 (10:19 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 24 Jan 2025 14:52:58 +0000 (09:52 -0500)
commita0db1ea0dd4d7442cded8be30474eadc6638caaa
treec57713c2db15b9f2e6badcd0692c02e4837e27f2
parentb1df8050e7c7b7c1ff8ce9715e12f1c825aedbc3
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>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c