]> Gentwo Git Trees - linux/.git/commit
drm/amdgpu/vcn: add instance number to VCN version message
authorDavid (Ming Qiang) Wu <David.Wu3@amd.com>
Mon, 25 Aug 2025 19:42:23 +0000 (15:42 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 29 Aug 2025 14:07:10 +0000 (10:07 -0400)
commitb1d83546cf55816c60d6e953ebd0dd008f17be9e
tree067923ea8c70817e9d7402796ff2dc975804b03b
parent010219ccec738e5cd03ea65878d6a61ce404d560
drm/amdgpu/vcn: add instance number to VCN version message

For multiple VCN instances case we get multiple lines of the same
message like below:

  amdgpu 0000:43:00.0: amdgpu: Found VCN firmware Version ENC: 1.24 DEC: 9 VEP: 0 Revision: 11
  amdgpu 0000:43:00.0: amdgpu: Found VCN firmware Version ENC: 1.24 DEC: 9 VEP: 0 Revision: 11

By adding instance number to the log message for multiple VCN instances,
each line will clearly indicate which VCN instance it refers to.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: David (Ming Qiang) Wu <David.Wu3@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c