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

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Neil Mayhew <neil@neil.mayhew.name>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Neil Mayhew 2019-10-30 12:58:37 -06:00 committed by Alex Deucher
parent 8863baefaf
commit 26e99ba6d1
1 changed files with 1 additions and 1 deletions

View File

@ -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);