]> Git Repo - J-linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c
Merge tag 'timers-v5.12-rc1' of https://git.linaro.org/people/daniel.lezcano/linux...
[J-linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_vce.c
index 9791a4057e8bede100299787abfb37c167ea4576..0d5284b936e487818c85224264b4632edd7902ad 100644 (file)
@@ -179,7 +179,7 @@ int amdgpu_vce_sw_init(struct amdgpu_device *adev, unsigned long size)
        version_major = (ucode_version >> 20) & 0xfff;
        version_minor = (ucode_version >> 8) & 0xfff;
        binary_id = ucode_version & 0xff;
-       DRM_INFO("Found VCE firmware Version: %hhd.%hhd Binary ID: %hhd\n",
+       DRM_INFO("Found VCE firmware Version: %d.%d Binary ID: %d\n",
                version_major, version_minor, binary_id);
        adev->vce.fw_version = ((version_major << 24) | (version_minor << 16) |
                                (binary_id << 8));
This page took 0.029899 seconds and 4 git commands to generate.