Summary: | pitch too high for CL5446 at 1360x768 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Stefan Potyra <sistpoty> | ||||||
Component: | Driver/cirrus | Assignee: | Xorg Project Team <xorg-team> | ||||||
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> | ||||||
Severity: | normal | ||||||||
Priority: | medium | CC: | fhimpe, jeremyhu | ||||||
Version: | unspecified | Keywords: | patch | ||||||
Hardware: | Other | ||||||||
OS: | All | ||||||||
URL: | https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-cirrus/+bug/424354 | ||||||||
Whiteboard: | 2011BRB_Reviewed | ||||||||
i915 platform: | i915 features: | ||||||||
Attachments: |
|
Description
Stefan Potyra
2009-09-07 07:45:19 UTC
It looks like the 2048 you set initially is never read. It's better to just not initialize it there (or initialize it to the defualt value and don't set it in default:). Can you send the updated patch to xorg-devel for review? *** Bug 21070 has been marked as a duplicate of this bug. *** Created attachment 52605 [details] [review] limit the maximum pitch on the GD5446 to 4088 Reworked patch. Thanks for the review! The GD5436 is similar. Is this needed for the GD5436 as well? Indeed, looking at the Cirrus Logic - Alpine Family - CL-GD543X/'4X - Technical Reference Manual, it looks as it is applicable for the GD5436 as well. Sadly, I have no means to test it there. commit f5a8080f149a2f2658b7773ae7db7c67c52c4199 Author: Stefan Potyra <sistpoty@ubuntu.com> Date: Thu Oct 20 14:44:44 2011 -0700 Limit the maximul pitch of GD5436 and GD5446 Limit the maximum supported pitch of the GD5446 to 4088, since the internal pitch register is only 9 bit (and contains the pitch left shifted by 3). See https://bugs.freedesktop.org/show_bug.cgi?id=23775 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.