From: Fangzhi Zuo Date: Thu, 12 Jun 2025 15:25:03 +0000 (-0400) Subject: drm/amd/display: Rewording Mode Validation Result X-Git-Tag: v6.17-rc1~110^2~13^2~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8fa4dfbd7a2b2026035791709068ef83f695ac6;p=thirdparty%2Flinux.git drm/amd/display: Rewording Mode Validation Result It is normal to prune resolutions that exceed hw or bw limitation. Use error oriented wordings could cause misunderstanding. Reviewed-by: Aurabindo Pillai Signed-off-by: Fangzhi Zuo Tested-by: Daniel Wheeler Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c index 3972427f47961..c380aeb66dddc 100644 --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c @@ -7624,7 +7624,7 @@ create_validate_stream_for_sink(struct drm_connector *connector, dc_result = dm_validate_stream_and_context(adev->dm.dc, stream); if (dc_result != DC_OK) { - DRM_DEBUG_KMS("Mode %dx%d (clk %d) pixel_encoding:%s color_depth:%s failed validation -- %s\n", + DRM_DEBUG_KMS("Pruned mode %d x %d (clk %d) %s %s -- %s\n", drm_mode->hdisplay, drm_mode->vdisplay, drm_mode->clock,