Created attachment 33722 [details] xorg.0.log System Environment: -------------------------- Libdrm: (master)766fa7909f3a1af27e60f3529a6a3318cc406f67 Mesa: (master)20443f969d78efb8437083b39b9ddcf4c08aa6cf Xserver: (master)de86a3a3448f0a55c1cd99aee9ea80070a589877 Xf86_video_intel: (master)a0ee9c3d9c72962c8d513ec8c43dd4a21e316947 Kernel: (drm-intel-next)72ddbd39f39b3cc5f1f661f97e67f2a497c4d57a Bug detailed description: ------------------------- Glean case readpixPerf will make the system hang, and sometimes it will auto reboot. I find it was caused by the kernel in drm-intel-next branch. Its good commit is 4a42de1a3c2fc04659611338da65e472d04c78b4(built on 2010-01-19), the bad commit is 72ddbd39f39b3cc5f1f661f97e67f2a497c4d57a(built on 2010-01-27). But this branch was rebased. These two commits can't be found now. I will try to find the commits later. Reproduce steps: -------------------- 1. xinit& 2. ./glean -r readpixPerf -o --quick -v -v -v -t readpixPerf
It only on 934GM do readpixPerf make system hang. And on G45 and GM965 are well.
(In reply to comment #1) > It only on 934GM do readpixPerf make system hang. And on G45 and GM965 are > well. > A typo. It should be 945GM.
This issuee only exits on our drm-intel-next branch, not exist on 2.6.33. So it not blocks our Q1 release.
It was caused by the commit 060e645ac0181f499478a7be0ccb8a5600edc71a. commit 060e645ac0181f499478a7be0ccb8a5600edc71a Author: Li Peng <peng.li@linux.intel.com> Date: Wed Feb 10 01:54:24 2010 +0800 drm/i915: Fix OGLC performance regression on 945 He Shuang reported an OGLC performance regression introduced in the patch "enable memory self refresh on 9xx", In that patch, SR on 945 is disabled everytime when calling intel_mark_busy(), while too much of such operation will impact performance. Actually disable SR is necessary only when GPU and Crtc changing from idle to busy. This patch make such optimization. It fixes upstream bug http://bugs.freedesktop.org/show_bug.cgi?id=26422 Signed-off-by: Li Peng <peng.li@intel.com> Signed-off-by: Eric Anholt <eric@anholt.net>
Peng, can you take a look? This happens only on our 945GM notebook, and fine on our 945GME netbooks. You can remote access if you want.
(In reply to comment #5) > Peng, can you take a look? This happens only on our 945GM notebook, and fine on > our 945GME netbooks. You can remote access if you want. > 945GME and 945GM should be same. I'll try if I can reproduce on 945GM.
Peng, can you reproduce? If this only happens on this specific 945GM machine, I'm not going to strongly pursue this bug.
decreasing priority, as we are moving the nightly testing from this 945GM to Pineview.
Does this bug still occur?
Jesse, I will look at this bug, assign it to myself.
This problem have gone in current drm-intel-next git tip.
Mark it as verified.
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.