On a HP Pavilion dv7 6104eg notebook I get the following error message with and without the 'enable_mtrr_cleanup' kernel parameter: '[drm] MTRR allocation failed. Graphics performance may suffer.' Kernel: mainline git kernel (commit a8062e421f8a5800c83b85ab10c4cefd8409844f) with these patches: http://lists.freedesktop.org/archives/intel-gfx/2011-September/012266.html (see https://bugs.freedesktop.org/show_bug.cgi?id=41343) Distribution: Ubuntu 11.04 64 bit uname -a: Linux hp 3.1.0-rc8-intelpatch #1 SMP Tue Oct 4 23:51:49 CEST 2011 x86_64 x86_64 x86_64 GNU/Linux lsmod: Module Size Used by vboxnetadp 13340 0 vboxnetflt 28297 0 vboxdrv 252684 2 vboxnetadp,vboxnetflt radeon 1016468 0 ttm 72079 1 radeon iwlagn 311183 0 r8169 55918 0
Created attachment 52174 [details] kernel config
Created attachment 52175 [details] /proc/cpuinfo
Created attachment 52176 [details] dmesg
Created attachment 52177 [details] dmidecode
Created attachment 52178 [details] lspci -vvnn
Created attachment 52179 [details] /var/log/syslog
Created attachment 52180 [details] /var/log/Xorg.0.log
Created attachment 52181 [details] /proc/mtrr
And the bug is?
(In reply to comment #9) > And the bug is? Did you actually read the bug report? MTRR allocation fails even if I use the 'enable_mtrr_cleanup' kernel parameter (see Documentation/kernel-parameters.txt) If this is not an error you should make the message a warning.
(In reply to comment #10) > If this is not an error you should make the message a warning. It is not even an error message, but an info and completely irrelevant for your hardware. Which is why I was interested to see if you observed any behaviour that supported your bug report.
(In reply to comment #11) > (In reply to comment #10) > > If this is not an error you should make the message a warning. > > It is not even an error message, but an info and completely irrelevant for your > hardware. Which is why I was interested to see if you observed any behaviour > that supported your bug report. Sorry, I thought this was an error and should actually work.
Created attachment 57345 [details] [review] Suppress warning for MTRR allocation failure when using PAT
Thanks for your patch!
A patch referencing this bug report has been merged in Linux v3.5-rc1: commit 9e984bc1dffd405138ff22356188b6a1677c64c8 Author: Adam Jackson <ajax@redhat.com> Date: Wed Mar 14 11:22:11 2012 -0400 drm/i915: Don't do MTRR setup if PAT is enabled
Closing old resolved+fixed.
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.