Commit 26e99ba6 authored by Neil Mayhew's avatar Neil Mayhew Committed by Alex Deucher

drm/amdgpu: Show resolution correctly in mode validation debug output

Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarNeil Mayhew <neil@neil.mayhew.name>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 8863baef
......@@ -4239,8 +4239,8 @@ enum drm_mode_status amdgpu_dm_connector_mode_valid(struct drm_connector *connec
result = MODE_OK;
else
DRM_DEBUG_KMS("Mode %dx%d (clk %d) failed DC validation with error %d\n",
mode->vdisplay,
mode->hdisplay,
mode->vdisplay,
mode->clock,
dc_result);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment