]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amd/display: Rewording Mode Validation Result
authorFangzhi Zuo <Jerry.Zuo@amd.com>
Thu, 12 Jun 2025 15:25:03 +0000 (11:25 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Jun 2025 13:58:02 +0000 (09:58 -0400)
It is normal to prune resolutions that exceed hw or bw limitation.
Use error oriented wordings could cause misunderstanding.

Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Fangzhi Zuo <Jerry.Zuo@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

index 3972427f47961778d51505c9bd86b8c422304d50..c380aeb66dddccb407c55d107e2acbac62553952 100644 (file)
@@ -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,