]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: Use dbg level for VBIOS check messages
authorLijo Lazar <lijo.lazar@amd.com>
Thu, 12 Dec 2024 04:16:30 +0000 (09:46 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 18 Dec 2024 17:18:04 +0000 (12:18 -0500)
commit635c659fceed82f934623188471ff604e098aab7
tree7ffcd93bd145c4326b79b976c959384e6e82f029
parent54a1b36d4bd93c3dcfdeacf136ef7cd6387553b2
drm/amdgpu: Use dbg level for VBIOS check messages

Driver has different ways to fetch VBIOS. If one of the methods doesn't
find an authentic one, it will show misleading info messages eventhough
a subsequent method finds a valid VBIOS. Keep the message level at debug
and add device context.

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c