mirror of https://gitee.com/openkylin/linux.git
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:
parent
8863baefaf
commit
26e99ba6d1
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue