From: Andrew Morton <akpm@linux-foundation.org>
To: Dave Airlie <airlied@gmail.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>,
Jaswinder Singh Rajput <jaswinderlinux@gmail.com>,
dri-devel@lists.freedesktop.org, Dave Airlie <airlied@linux.ie>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Keith Packard <keithp@keithp.com>, Eric Anholt <eric@anholt.net>,
Ingo Molnar <mingo@elte.hu>
Subject: Re: DRM Error on Acer Aspire One
Date: Tue, 11 May 2010 15:56:00 -0700 [thread overview]
Message-ID: <20100511155600.5c416992.akpm@linux-foundation.org> (raw)
In-Reply-To: <AANLkTilMWTbgcjx8_T-jCwykQmd7hwfXd2ijfP6flIiO@mail.gmail.com>
On Wed, 12 May 2010 08:51:05 +1000
Dave Airlie <airlied@gmail.com> wrote:
> On Wed, May 12, 2010 at 8:32 AM, Andrew Morton
> <akpm@linux-foundation.org> wrote:
> > On Wed, 12 May 2010 08:22:49 +1000
> > Dave Airlie <airlied@gmail.com> wrote:
> >
> >> On Wed, May 12, 2010 at 5:57 AM, Chris Wilson <chris@chris-wilson.co.uk> wrote:
> >> > On Tue, 11 May 2010 12:10:01 -0700, Andrew Morton <akpm@linux-foundation.org> wrote:
> >> >> On Tue, 11 May 2010 19:52:31 +0100
> >> >> Chris Wilson <chris@chris-wilson.co.uk> wrote:
> >> >>
> >> >> > On Tue, 11 May 2010 11:35:55 -0400, Andrew Morton <akpm@linux-foundation.org> wrote:
> >> >> > > No, io_mapping_map_atomic_wc() cannot be used from [soft]irq context:
> >> >> > > it hardwires use of KM_USER0. __I suggest that io_mapping_create_wc(),
> >> >> > > io_mapping_map_atomic_wc() etc be changed so that the caller passes in the
> >> >> > > KM_foo kmap slot index.
> >> >> >
> >> >> > Argh, sorry for the noise, read the mail in the wrong order. Thanks for
> >> >> > the review. It would be sensible to go with your simpler patch whilst
> >> >> > io_mapping_map_atomic_wc() is improved.
> >> >>
> >> >> OK. __I'll be sending a bunch of fixes Linuswards in an hour or two.
> >> >> Should I include this?
> >> >
> >> > Yes.
> >> >
> >> > Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
> >> >
> >>
> >> I'm not sure pushing this in at this point is a good idea, if I'm
> >> reading it correctly we've no idea what KM_IRQ is being used for,
> >
> > It's used for taking kmaps from IRQ contexts.
> >
> >> and
> >> this codepath is called from non-irq contexts just as much as irq
> >> contexts.
> >
> > That's fine. __As long as we do a local_irq_disable(), KM_IRQ0 can be
> > used from both irq- and non-irq contexts. __All we need to do is to
> > ensure that some interrupt cannot come along on this CPU and corrupt
> > the slot.
>
> I don't think we do that in a lot of places, and I'd rather not add
> that in to fix this problem at this point in the release cycle, as
> we've no idea what it might break/regress.
What is "that"? The switch to irq-protected KM_IRQ0? That won't break
anything.
> Its easier to just disable the hangcheck copy and try again for 2.6.35
> with a workqueue or slow work.
next prev parent reply other threads:[~2010-05-11 22:56 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-11 15:00 DRM Error on Acer Aspire One Jaswinder Singh Rajput
2010-05-11 16:10 ` Chris Wilson
2010-05-11 16:10 ` Chris Wilson
2010-05-11 14:48 ` Andrew Morton
2010-05-11 14:48 ` Andrew Morton
2010-05-11 18:18 ` Jaswinder Singh Rajput
2010-05-11 18:18 ` Jaswinder Singh Rajput
2010-05-11 18:19 ` Chris Wilson
2010-05-11 18:19 ` Chris Wilson
2010-05-11 15:35 ` Andrew Morton
2010-05-11 15:35 ` Andrew Morton
2010-05-11 18:52 ` Chris Wilson
2010-05-11 19:10 ` Andrew Morton
2010-05-11 19:10 ` Andrew Morton
2010-05-11 19:57 ` Chris Wilson
2010-05-11 19:57 ` Chris Wilson
2010-05-11 22:22 ` Dave Airlie
2010-05-11 22:32 ` Andrew Morton
2010-05-11 22:51 ` Dave Airlie
2010-05-11 22:51 ` Dave Airlie
2010-05-11 22:56 ` Andrew Morton [this message]
2010-05-11 23:17 ` Dave Airlie
2010-05-11 23:24 ` Andrew Morton
2010-05-11 23:24 ` Andrew Morton
2010-05-11 23:17 ` Dave Airlie
2010-05-11 22:56 ` Andrew Morton
2010-05-11 22:32 ` Andrew Morton
2010-05-11 22:40 ` Chris Wilson
2010-05-11 22:40 ` Chris Wilson
2010-05-11 22:22 ` Dave Airlie
2010-05-11 18:52 ` Chris Wilson
2010-05-11 17:39 ` Jaswinder Singh Rajput
2010-05-11 17:39 ` Jaswinder Singh Rajput
-- strict thread matches above, loose matches on Subject: below --
2010-05-11 15:00 Jaswinder Singh Rajput
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=20100511155600.5c416992.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=airlied@gmail.com \
--cc=airlied@linux.ie \
--cc=chris@chris-wilson.co.uk \
--cc=dri-devel@lists.freedesktop.org \
--cc=eric@anholt.net \
--cc=jaswinderlinux@gmail.com \
--cc=keithp@keithp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.