Summary: | [GMA3150] Errors while X startup | ||
---|---|---|---|
Product: | DRI | Reporter: | fangxun <xunx.fang> |
Component: | DRM/Intel | Assignee: | Jesse Barnes <jbarnes> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | major | ||
Priority: | high | CC: | hodosiszabolcs |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
fangxun
2010-02-05 00:36:25 UTC
moving to DRM component since it's a kernel regression. Again, that's a merge commit, you have to bisect through that to find the real issue. Also when reporting bisect results, please include the summary, e.g. commit 2c1f1895ef2aa8f0e5497893eff71304aef332e1 Merge: 635b3c9 a81406b Author: Linus Torvalds <torvalds@linux-foundation.org> Date: Wed Jan 6 20:26:42 2010 -0800 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ai for this one. *** Bug 26066 has been marked as a duplicate of this bug. *** I've heard reports that this issue may be libdrm related, specifically that a checkout of libdrm from 11/25 works around this issue, can you confirm before doing your kernel bisect? (In reply to comment #4) > I've heard reports that this issue may be libdrm related, specifically that a > checkout of libdrm from 11/25 works around this issue, can you confirm before > doing your kernel bisect? > I've used the latest intel driver with the latest libdrm (latest stable), which was recommended on the intel driver's web page. I mean the latest was around mid of january. Looking through the bisect range (already narrowed in the initial report), I bet it's caused by introducing the new intel_device_info which wrongly dropped .need_gfx_hws for pineview. And adding it back does fix this problem. Later I found the same fix has already available in the latest drm-intel-next and 2.6.33-rc7: commit 8a6c77d645d9111f7bc01f908464301f5c3e0a05 Author: Li Peng <peng.li@linux.intel.com> Date: Thu Jan 21 18:45:46 2010 +0800 drm/i915: Fix the device info of Pineview Pineview doesn't has CXSR and need GTT-based hardware status page. It fixes a X boot hung issue on Pinview since commit cfdf1f verified with the latest drm-intel-next Closing old verified. |
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.