All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gabriel Paubert <paubert@iram.es>
To: "Michel Dänzer" <michel@daenzer.net>
Cc: "Greg KH" <greg@kroah.com>,
	linuxppc-dev@lists.ozlabs.org, dri-devel@lists.freedesktop.org,
	LKML <linux-kernel@vger.kernel.org>,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Dave Airlie" <airlied@gmail.com>
Subject: Re: Revert 737a3bb9416ce2a7c7a4170852473a4fcc9c67e8 ?
Date: Wed, 13 Apr 2011 09:59:43 +0200	[thread overview]
Message-ID: <20110413075943.GA27996@iram.es> (raw)
In-Reply-To: <1302629362.15520.25.camel@thor.local>

On Tue, Apr 12, 2011 at 07:29:22PM +0200, Michel Dänzer wrote:
> On Die, 2011-04-12 at 14:00 +0200, Gabriel Paubert wrote:
> > On Tue, Apr 12, 2011 at 01:46:10PM +0200, Michel Dänzer wrote:
> > > > 
> > > > With no_wb=1 the driver goes a bit further but the X server ends
> > > > up in an infinite ioctl loop and the logs are: 
> > > 
> > > Which ioctl does it loop on? Please provide the Xorg.0.log file as well.
> > 
> > From memory, the code was 0x64, which is DRM_RADEON_GEM_WAIT_IDLE.
> 
> Note that it's normal for this ioctl to be called every time before the
> GPU accessible pixmap memory is accessed by the CPU. Unless the ioctl
> always returns an error, this may not indicate a problem on its own. 

It seems to be an infinite loop, always returning EINTR because
of regular SIGALRM delivery.

> 
> 
> > The Xorg.0.log from the previous boot is attached.
> 
> I don't see any obvious problems in it. Can you describe the symptoms of
> the problem you're having with X a bit more?

Well, X is dead, or rather in an infinite ioctl loop as described  above.
IIRC, the display enters a power-down mode and there is nothing to see.

> 
> One thing I notice is that the X server/driver are rather oldish. Maybe
> you can try newer versions from testing, sid or even experimental to see
> if that makes any difference.

I lack time to do it until early May (being away for 2 weeks starting on 
Friday and busy on urgent things). I'm indeed Debian stable (Squeeze),
which is rather recent and the machine is about 2 1/2 years old.

	Gabriel

WARNING: multiple messages have this Message-ID (diff)
From: Gabriel Paubert <paubert@iram.es>
To: "Michel Dänzer" <michel@daenzer.net>
Cc: dri-devel@lists.freedesktop.org,
	"Dave Airlie" <airlied@gmail.com>, "Greg KH" <greg@kroah.com>,
	linuxppc-dev@lists.ozlabs.org,
	LKML <linux-kernel@vger.kernel.org>,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Subject: Re: Revert 737a3bb9416ce2a7c7a4170852473a4fcc9c67e8 ?
Date: Wed, 13 Apr 2011 09:59:43 +0200	[thread overview]
Message-ID: <20110413075943.GA27996@iram.es> (raw)
In-Reply-To: <1302629362.15520.25.camel@thor.local>

On Tue, Apr 12, 2011 at 07:29:22PM +0200, Michel Dänzer wrote:
> On Die, 2011-04-12 at 14:00 +0200, Gabriel Paubert wrote:
> > On Tue, Apr 12, 2011 at 01:46:10PM +0200, Michel Dänzer wrote:
> > > > 
> > > > With no_wb=1 the driver goes a bit further but the X server ends
> > > > up in an infinite ioctl loop and the logs are: 
> > > 
> > > Which ioctl does it loop on? Please provide the Xorg.0.log file as well.
> > 
> > From memory, the code was 0x64, which is DRM_RADEON_GEM_WAIT_IDLE.
> 
> Note that it's normal for this ioctl to be called every time before the
> GPU accessible pixmap memory is accessed by the CPU. Unless the ioctl
> always returns an error, this may not indicate a problem on its own. 

It seems to be an infinite loop, always returning EINTR because
of regular SIGALRM delivery.

> 
> 
> > The Xorg.0.log from the previous boot is attached.
> 
> I don't see any obvious problems in it. Can you describe the symptoms of
> the problem you're having with X a bit more?

Well, X is dead, or rather in an infinite ioctl loop as described  above.
IIRC, the display enters a power-down mode and there is nothing to see.

> 
> One thing I notice is that the X server/driver are rather oldish. Maybe
> you can try newer versions from testing, sid or even experimental to see
> if that makes any difference.

I lack time to do it until early May (being away for 2 weeks starting on 
Friday and busy on urgent things). I'm indeed Debian stable (Squeeze),
which is rather recent and the machine is about 2 1/2 years old.

	Gabriel

  reply	other threads:[~2011-04-13  7:59 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-04 23:52 Revert 737a3bb9416ce2a7c7a4170852473a4fcc9c67e8 ? Gabriel Paubert
2011-04-05 10:39 ` Michel Dänzer
2011-04-05 10:39   ` Michel Dänzer
2011-04-06  8:41 ` Uwe Kleine-König
2011-04-06  8:46   ` Dave Airlie
2011-04-06  8:46     ` Dave Airlie
2011-04-06 20:43     ` Gabriel Paubert
2011-04-06 20:43       ` Gabriel Paubert
2011-04-07 14:04       ` Michel Dänzer
2011-04-07 14:04         ` Michel Dänzer
2011-04-11 13:31         ` Gabriel Paubert
2011-04-11 13:31           ` Gabriel Paubert
2011-04-11 15:32           ` Michel Dänzer
2011-04-11 15:32             ` Michel Dänzer
2011-04-11 15:32             ` Michel Dänzer
2011-04-12 11:30             ` Gabriel Paubert
2011-04-12 11:30               ` Gabriel Paubert
2011-04-12 11:46               ` Michel Dänzer
2011-04-12 11:46                 ` Michel Dänzer
2011-04-12 11:46                 ` Michel Dänzer
2011-04-12 12:00                 ` Gabriel Paubert
2011-04-12 12:00                   ` Gabriel Paubert
2011-04-12 12:00                   ` Gabriel Paubert
2011-04-12 17:29                   ` Michel Dänzer
2011-04-12 17:29                     ` Michel Dänzer
2011-04-13  7:59                     ` Gabriel Paubert [this message]
2011-04-13  7:59                       ` Gabriel Paubert
2011-04-13  8:16                       ` Benjamin Herrenschmidt
2011-04-13  8:16                         ` Benjamin Herrenschmidt
2011-04-13 10:01                         ` Gabriel Paubert
2011-04-13 10:01                           ` Gabriel Paubert
2011-04-13 12:12                       ` Michel Dänzer
2011-04-13 12:12                         ` Michel Dänzer
2011-04-13 12:12                         ` Michel Dänzer
2011-04-13 12:27                         ` Gabriel Paubert
2011-04-13 12:27                           ` Gabriel Paubert
2011-04-13 14:15                           ` Michel Dänzer
2011-04-13 14:15                             ` Michel Dänzer
2011-04-13 20:01                             ` Andy Furniss
2011-04-13 20:01                               ` Andy Furniss
2011-04-13  8:02                 ` Gabriel Paubert
2011-04-13  8:02                   ` Gabriel Paubert
2011-04-13  8:02                   ` Gabriel Paubert
2011-04-13  8:12                   ` small git lesson [Was: Re: Revert 737a3bb9416ce2a7c7a4170852473a4fcc9c67e8 ?] Uwe Kleine-König
2011-04-13  8:12                     ` Uwe Kleine-König
     [not found]                   ` <20110413081246.GK18850__3180.67204575545$1302682420$gmane$org@pengutronix.de>
2011-04-13  8:59                     ` Andreas Schwab
2011-04-13  8:59                       ` Andreas Schwab
2011-04-13  9:36                       ` Uwe Kleine-König
2011-04-13 10:31                       ` Gabriel Paubert
2011-04-13 10:31                         ` Gabriel Paubert
2011-04-13 12:17                         ` Uwe Kleine-König
2011-04-13 12:17                           ` Uwe Kleine-König
2011-04-07 11:25     ` Revert 737a3bb9416ce2a7c7a4170852473a4fcc9c67e8 ? Gabriel Paubert
2011-04-07 11:25       ` Gabriel Paubert
2011-04-07 11:33     ` Gabriel Paubert
2011-04-07 11:33       ` Gabriel Paubert

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=20110413075943.GA27996@iram.es \
    --to=paubert@iram.es \
    --cc=airlied@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=michel@daenzer.net \
    --cc=u.kleine-koenig@pengutronix.de \
    /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.