public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andy Isaacson <adi@hexapodia.org>
To: Maciej Rutecki <maciej.rutecki@gmail.com>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>, Eric Anholt <eric@anholt.net>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Jesse Barnes <jbarnes@virtuousgeek.org>,
	"lenb@kernel.org" <lenb@kernel.org>, Ingo Molnar <mingo@elte.hu>,
	mjg@redhat.com, Andrew Morton <akpm@linux-foundation.org>,
	rui.zhang@intel.com, airlied@redhat.com
Subject: Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
Date: Mon, 23 Feb 2009 19:56:43 -0800	[thread overview]
Message-ID: <20090224035643.GA13066@hexapodia.org> (raw)
In-Reply-To: <8db1092f0902231340k7c7d0fd1me49302f2efd03491@mail.gmail.com>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 2475 bytes --]

On Mon, Feb 23, 2009 at 10:40:36PM +0100, Maciej Rutecki wrote:
> 2009/2/23 Rafael J. Wysocki <rjw@sisk.pl>:
> > This is a serious regression on this particular hardware, though.
> > We need it fixed before 2.6.29-final, this way or another.
> 
> root@zlom:/usr/src/git/linux-2.6# git bisect bad
> 6fb88588555a18792a27f483887fe1f2af5f9c9b is first bad commit
> commit 6fb88588555a18792a27f483887fe1f2af5f9c9b
> Author: Jesse Barnes <jbarnes@virtuousgeek.org>
> Date:   Mon Feb 23 10:08:21 2009 +1000
> 
>     drm/i915: fix WC mapping in non-GEM i915 code.
> 
>     [airlied - taken from mailing list posting]
> 
>     Signed-off-by: Dave Airlie <airlied@redhat.com>
> 
> :040000 040000 94fbea685d2937dbe9f3ef861283724262d8443f
> 451872e14d914a3457adf9c144a705b646d887b4 M      drivers
> 
> Revert this commit helps, and Xwindow works, still (like in previous
> -rc*) I have this message:
> [   16.897361] mtrr: type mismatch for d0000000,10000000 old:
> write-back new: write-combining
> [   16.897369] [drm] MTRR allocation failed
> [   16.897371] .  Graphics performance may suffer.
> [   16.897401] pci 0000:00:02.0: irq 27 for MSI/MSI-X
> [   16.897432] [drm] Initialized i915 1.6.0 20080730 on minor 0
> [   16.931100] mtrr: type mismatch for d0000000,10000000 old:
> write-back new: write-combining
> [   17.397378] set status page addr 0x00043000
> 
> but I don't notice any problems.

Same here (Dell E6400).  Reverting 6fb885 gets X working again; I have
"MTRR allocation failed" in dmesg, but performance seems OK.

Oddly, though, 2.6.29-rc6 works just fine on Dell E4300 which appears to
have the same chipset, same PCI id, etc.  On E4300 with -rc6 I see

[    0.895956] Linux agpgart interface v0.103
[    0.896076] agpgart-intel 0000:00:00.0: Intel Mobile Intel® GM45 Express Chipset
[    0.898082] agpgart-intel 0000:00:00.0: detected 32764K stolen memory
[    0.901880] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[    0.902083] [drm] Initialized drm 1.1.0 20060810
[    0.902247] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.902357] pci 0000:00:02.0: setting latency timer to 64
[    0.917157] mtrr: type mismatch for e0000000,10000000 old: write-back new: write-combining
[    0.917327] [drm] MTRR allocation failed
[    0.917328] .  Graphics performance may suffer.
[    0.917551] pci 0000:00:02.0: irq 27 for MSI/MSI-X
[    0.917564] [drm] Initialized i915 1.6.0 20080730 on minor 0

and X works just fine.

-andy

      parent reply	other threads:[~2009-02-24  3:56 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-23 14:46 [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page Maciej Rutecki
2009-02-23 15:22 ` Sitsofe Wheeler
2009-02-23 18:27   ` Maciej Rutecki
2009-02-23 20:02 ` Eric Anholt
2009-02-23 21:30   ` Rafael J. Wysocki
2009-02-23 21:40     ` Maciej Rutecki
2009-02-24  1:01       ` Yinghai Lu
2009-02-24  3:23         ` Andy Isaacson
2009-02-24  5:50           ` Yinghai Lu
2009-02-24  6:48             ` Andy Isaacson
2009-02-24 22:54               ` Andy Isaacson
2009-02-25 14:35                 ` Zdenek Kabelac
2009-02-27 11:14                   ` Maciej Rutecki
2009-02-24 19:44             ` Ingo Molnar
2009-02-24 19:48               ` Yinghai Lu
2009-02-24 21:39                 ` Ingo Molnar
2009-02-24 21:44                   ` Dave Airlie
2009-02-24 21:59                     ` Linus Torvalds
2009-02-24 22:10                       ` Pallipadi, Venkatesh
2009-02-24  6:54         ` Maciej Rutecki
2009-02-24  8:54           ` Maciej Rutecki
2009-02-24  9:01             ` Maciej Rutecki
2009-02-24 18:25             ` Yinghai Lu
2009-02-24  3:56       ` Andy Isaacson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090224035643.GA13066@hexapodia.org \
    --to=adi@hexapodia.org \
    --cc=airlied@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=eric@anholt.net \
    --cc=jbarnes@virtuousgeek.org \
    --cc=lenb@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maciej.rutecki@gmail.com \
    --cc=mingo@elte.hu \
    --cc=mjg@redhat.com \
    --cc=rjw@sisk.pl \
    --cc=rui.zhang@intel.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox