summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/subdev/device/base.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/core/subdev/device/base.c')
-rw-r--r--drivers/gpu/drm/nouveau/core/subdev/device/base.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/core/subdev/device/base.c b/drivers/gpu/drm/nouveau/core/subdev/device/base.c
index d8d1016..42faa65 100644
--- a/drivers/gpu/drm/nouveau/core/subdev/device/base.c
+++ b/drivers/gpu/drm/nouveau/core/subdev/device/base.c
@@ -204,7 +204,8 @@ nouveau_devobj_ctor(struct nouveau_object *parent,
}
nv_info(device, "BOOT0 : 0x%08x\n", boot0);
- nv_info(device, "Chipset: NV%02X\n", device->chipset);
+ nv_info(device, "Chipset: %s (NV%02X)\n",
+ device->cname, device->chipset);
nv_info(device, "Family : NV%02X\n", device->card_type);
/* determine frequency of timing crystal */
OpenPOWER on IntegriCloud