Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c43ae476 authored by Alex Deucher's avatar Alex Deucher Committed by Dave Airlie
Browse files

drm/edid: fix typo in 1600x1200@75 mode



Spotted by Scott Bertilson.
Fixes fdo bug 28146.

Signed-off-by: default avatarAlex Deucher <alexdeucher@gmail.com>
Reviewed-by: default avatarMark Marshall <mark.marshall@csr.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 66989987
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -587,7 +587,7 @@ static struct drm_display_mode drm_dmt_modes[] = {
		   1856, 2160, 0, 1200, 1201, 1204, 1250, 0,
		   DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC) },
	/* 1600x1200@75Hz */
	{ DRM_MODE("1600x1200", DRM_MODE_TYPE_DRIVER, 2025000, 1600, 1664,
	{ DRM_MODE("1600x1200", DRM_MODE_TYPE_DRIVER, 202500, 1600, 1664,
		   1856, 2160, 0, 1200, 1201, 1204, 1250, 0,
		   DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC) },
	/* 1600x1200@85Hz */