|
@@ -1388,9 +1388,9 @@ int amdgpu_device_init(struct amdgpu_device *adev,
|
|
|
adev->audio_endpt_rreg = &amdgpu_block_invalid_rreg;
|
|
|
adev->audio_endpt_wreg = &amdgpu_block_invalid_wreg;
|
|
|
|
|
|
- DRM_INFO("initializing kernel modesetting (%s 0x%04X:0x%04X 0x%04X:0x%04X).\n",
|
|
|
- amdgpu_asic_name[adev->asic_type], pdev->vendor, pdev->device,
|
|
|
- pdev->subsystem_vendor, pdev->subsystem_device);
|
|
|
+ DRM_INFO("initializing kernel modesetting (%s 0x%04X:0x%04X 0x%04X:0x%04X 0x%02X).\n",
|
|
|
+ amdgpu_asic_name[adev->asic_type], pdev->vendor, pdev->device,
|
|
|
+ pdev->subsystem_vendor, pdev->subsystem_device, pdev->revision);
|
|
|
|
|
|
/* mutex initialization are all done here so we
|
|
|
* can recall function without having locking issues */
|