From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 28146] New: typo in drm_edid.c drm_dmt_modes table Date: Mon, 17 May 2010 10:06:39 -0700 (PDT) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from annarchy.freedesktop.org (annarchy.freedesktop.org [131.252.210.176]) by gabe.freedesktop.org (Postfix) with ESMTP id EA3B69E74C for ; Mon, 17 May 2010 10:06:39 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org https://bugs.freedesktop.org/show_bug.cgi?id=28146 Summary: typo in drm_edid.c drm_dmt_modes table Product: DRI Version: XOrg CVS Platform: All OS/Version: All Status: NEW Severity: normal Priority: medium Component: DRM/other AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: ssb@umn.edu It has an extra 0 in the clock frequency for a 1600x1200 mode: { DRM_MODE("1600x1200", DRM_MODE_TYPE_DRIVER, 2025000, 1600, 1664, 1856, 2160, 0, 1200, 1201, 1204, 1250, 0, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC) }, Note clock specified as 2025000 rather than 202500. Prevented xorg-server 1.8.0 from using this mode on a Dell D1226H I have under kernel 2.6.32 (Gentoo/Sabayon). Bug still shows up in git.kernel.org: linux-next.git. Tried to find in freedesktop repository, but couldn't seem to figure out how to get to it. Should have read more, but hoping this isn't too inconvenient for you folks - i.e. that it hasn't already been fixed on your side. Thanks. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.