···576576 }577577578578 if (adev->gfx.cp_fw_write_wait == false)579579- DRM_WARN_ONCE("Warning: check cp_fw_version and update it to realize \580580- GRBM requires 1-cycle delay in cp firmware\n");579579+ DRM_WARN_ONCE("CP firmware version too old, please update!");581580}582581583582
+1-2
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
···988988 (adev->gfx.mec_feature_version < 46) ||989989 (adev->gfx.pfp_fw_version < 0x000000b7) ||990990 (adev->gfx.pfp_feature_version < 46))991991- DRM_WARN_ONCE("Warning: check cp_fw_version and update it to realize \992992- GRBM requires 1-cycle delay in cp firmware\n");991991+ DRM_WARN_ONCE("CP firmware version too old, please update!");993992994993 switch (adev->asic_type) {995994 case CHIP_VEGA10: