public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Chris Wilson <chris@chris-wilson.co.uk>
To: Pekka Enberg <penberg@kernel.org>, Dave Airlie <airlied@linux.ie>
Cc: torvalds@linux-foundation.org,
	DRI mailing list <dri-devel@lists.freedesktop.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [git pull] drm fixes for -rc1
Date: Mon, 28 Mar 2011 20:09:13 +0100	[thread overview]
Message-ID: <849307$c6tdto@azsmga001.ch.intel.com> (raw)
In-Reply-To: <AANLkTimAwNytQaykaMf33DUXcKOyGVWUetOAb_nf236t@mail.gmail.com>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2165 bytes --]

On Mon, 28 Mar 2011 21:53:32 +0300, Pekka Enberg <penberg@kernel.org> wrote:
> On Mon, Mar 28, 2011 at 9:43 PM, Pekka Enberg <penberg@kernel.org> wrote:
> > On Thu, Mar 24, 2011 at 1:34 PM, Dave Airlie <airlied@linux.ie> wrote:
> >> It should have the fix for your i915 in the intel patches, along with
> >> a couple of radeon fixes, and the vblank change + fix.
> >
> > I'm seeing some laptop screen flicker during boot and a while after I
> > log in (it then seems to go away). It's my trusty old Macbook with
> > i915 and Ubuntu 10.04. I see this in dmesg:
> >
> > [    1.782046] [drm] initialized overlay support
> > [    1.782075] [drm] capturing error event; look for more information
> > in /debug/dri/0/i915_error_state
> > [    1.782889] render error detected, EIR: 0x00000010
> > [    1.782933] page table error
> > [    1.782970]   PGTBL_ER: 0x00000102
> > [    1.783009] [drm:i915_report_and_clear_eir] *ERROR* EIR stuck:
> > 0x00000010, masking
> > [    1.783063] render error detected, EIR: 0x00000010
> > [    1.783106] page table error
> > [    1.783143]   PGTBL_ER: 0x00000102
> >
> > I'm attaching the full dmesg, i915_error_state, and .config.

Right, looks like we have an issue with setting up the hardware for
KMS/GEM whilst it is still active. As we disable the outputs anyway for
the KMS takeover, we can arrange to do so first and so prevent this bug.
The side-effect will be that initial screen blanking will last a little
bit longer.

> I'm also seeing these errors now which seem to be new from 2.6.38-final:
> 
> [  437.566022] [drm:i915_gem_mmap_gtt] *ERROR* Attempting to mmap a
> purgeable buffer
> [  437.566187] [drm:i915_gem_mmap_gtt] *ERROR* Attempting to mmap a
> purgeable buffer
> [  437.566232] [drm:i915_gem_mmap_gtt] *ERROR* Attempting to mmap a
> purgeable buffer
> [  437.566275] [drm:i915_gem_mmap_gtt] *ERROR* Attempting to mmap a
> purgeable buffer
> [  437.566318] [drm:i915_gem_mmap_gtt] *ERROR* Attempting to mmap a
> purgeable buffer

That's an old userspace bug, which so far no one has been able to
reproduce on the upstream ddx.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre

  reply	other threads:[~2011-03-28 19:09 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-24 11:34 [git pull] drm fixes for -rc1 Dave Airlie
2011-03-28 18:43 ` Pekka Enberg
2011-03-28 18:53   ` Pekka Enberg
2011-03-28 19:09     ` Chris Wilson [this message]
2011-03-29  7:11       ` Pekka Enberg
2011-03-29  7:49         ` Chris Wilson
2011-03-29 10:46         ` [PATCH] drm/i915: Disable all outputs early, before KMS takeover Chris Wilson
2011-03-29 12:23           ` [PATCH] drm/i915: Move the irq wait queue initialisation into the ring init Chris Wilson
2011-03-29 13:05             ` Pekka Enberg
2011-03-29 13:22               ` Chris Wilson
2011-03-29 13:39                 ` Pekka Enberg
2011-03-29 14:22                   ` Pekka Enberg
2011-03-29 14:32                     ` Chris Wilson
2011-03-29 15:21                       ` Pekka Enberg
2011-04-01 11:44           ` [Intel-gfx] [PATCH] drm/i915: Disable all outputs early, before KMS takeover Daniel Vetter
2011-04-01 11:51             ` Pekka Enberg
2011-04-05 10:21               ` Tomas Winkler
2011-04-05 10:30                 ` Chris Wilson
2011-04-05 10:37                   ` Pekka Enberg
2011-04-05 11:55                     ` Tomas Winkler
2011-04-05 14:11                     ` Pekka Enberg
2011-04-05 14:27                       ` Chris Wilson
2011-04-05 14:31                         ` Pekka Enberg
2011-04-05 14:34                       ` Chris Wilson
2011-04-05 15:11                         ` Pekka Enberg
2011-04-05 15:32                           ` Chris Wilson
2011-04-05 15:44                             ` Pekka Enberg
2011-04-05 14:42                   ` [Intel-gfx] " Linus Torvalds
2011-04-05 15:01                     ` Keith Packard
2011-04-05 15:12                     ` Chris Wilson
2011-04-05 15:35                       ` Pekka Enberg

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='849307$c6tdto@azsmga001.ch.intel.com' \
    --to=chris@chris-wilson.co.uk \
    --cc=airlied@linux.ie \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=penberg@kernel.org \
    --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