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/amd: Add correct prefix for VBIOS message

It's not obvious which GPU the ATOM BIOS message goes with. Use
drm_info() to show the correct one.

Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Mario Limonciello (AMD) and committed by
Alex Deucher
e6c7ebea 5847cf1a

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/atom.c
··· 1463 1463 ctx->vbios_pn[count] = 0; 1464 1464 } 1465 1465 1466 - pr_info("ATOM BIOS: %s\n", ctx->vbios_pn); 1466 + drm_info(ctx->card->dev, "ATOM BIOS: %s\n", ctx->vbios_pn); 1467 1467 } 1468 1468 1469 1469 static void atom_get_vbios_version(struct atom_context *ctx)