All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Rogério Brito" <rbrito@ime.usp.br>
To: Dave Airlie <airlied@gmail.com>
Cc: Thomas Gleixner <tglx@linutronix.de>, linux-kernel@vger.kernel.org
Subject: Re: [REGRESSION] [BISECTED] Unable to use 3D with Radeon 2100 and UI freezes with Firefox
Date: Mon, 25 Jul 2011 08:10:00 -0300	[thread overview]
Message-ID: <20110725111000.GA2275@ime.usp.br> (raw)
In-Reply-To: <CAPM=9txTVVxvv85kcZqBVjmpVK1zsAvVarLv1Sm7viwfF+ZYyA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 877 bytes --]

Dear Dave, Thomas and other people,

On Jul 25 2011, Dave Airlie wrote:
> 2011/7/24 Rogério Brito <rbrito@ime.usp.br>:
> > Here I have the dmesg output slightly edited with the points that I
> > think that are the most relevant to the problem. Please note that my
> > understanding of devices/hardware is next to nothing and I may have cut
> > important parts.
> 
> Can you attach /proc/interrupts as well please.

Sure, I am attaching the contents of /proc/interrupts from both a kernel
that works and one that doesn't.

Please, advise if you want more information and how you would prefer me to
send them. I will do my best to get those to you.


Thanks,

-- 
Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFCAAAA
http://rb.doesntexist.org : Packages for LaTeX : algorithms.berlios.de
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br

[-- Attachment #2: proc-interrupts-works.txt --]
[-- Type: text/plain, Size: 2044 bytes --]

           CPU0       CPU1       CPU2       CPU3       
  0:         43          0          0          1   IO-APIC-edge      timer
  1:          0          0          0          2   IO-APIC-edge      i8042
  7:          1          0          0          0   IO-APIC-edge      parport0
  8:          0          0          0          1   IO-APIC-edge      rtc0
  9:          0          0          0          0   IO-APIC-fasteoi   acpi
 10:          0          0          0          0   IO-APIC-fasteoi   radeon
 12:          0          0          0          4   IO-APIC-edge      i8042
 16:          0          0         25       5260   IO-APIC-fasteoi   ohci_hcd:usb3, ohci_hcd:usb4, hda_intel
 17:          0          0          0          2   IO-APIC-fasteoi   ehci_hcd:usb1
 18:          0          1         24       4448   IO-APIC-fasteoi   ohci_hcd:usb5, ohci_hcd:usb6, ohci_hcd:usb7
 19:          0          0          0          0   IO-APIC-fasteoi   ehci_hcd:usb2
 22:          0          2         51      13245   IO-APIC-fasteoi   ahci
 41:          0          1        154      10606   PCI-MSI-edge      eth0
NMI:          0          0          0          0   Non-maskable interrupts
LOC:      20027      15490       8861      18882   Local timer interrupts
SPU:          0          0          0          0   Spurious interrupts
PMI:          0          0          0          0   Performance monitoring interrupts
IWI:          0          0          0          0   IRQ work interrupts
RES:      22631      17487       7215       3252   Rescheduling interrupts
CAL:        652        869       1070        485   Function call interrupts
TLB:       2519       1944       1436       2708   TLB shootdowns
TRM:          0          0          0          0   Thermal event interrupts
THR:          0          0          0          0   Threshold APIC interrupts
MCE:          0          0          0          0   Machine check exceptions
MCP:          1          1          1          1   Machine check polls
ERR:          1
MIS:          0

[-- Attachment #3: proc-interrupts-doesnt-work.txt --]
[-- Type: text/plain, Size: 2044 bytes --]

           CPU0       CPU1       CPU2       CPU3       
  0:         41          0          0          1   IO-APIC-edge      timer
  1:          0          0          0          2   IO-APIC-edge      i8042
  7:          1          0          0          0   IO-APIC-edge      parport0
  8:          0          0          0          1   IO-APIC-edge      rtc0
  9:          0          0          0          0   IO-APIC-fasteoi   acpi
 10:          0          0          0          0   IO-APIC-fasteoi   radeon
 12:          0          0          0          4   IO-APIC-edge      i8042
 16:          0          1        145       1080   IO-APIC-fasteoi   ohci_hcd:usb3, ohci_hcd:usb4, hda_intel
 17:          0          0          0          2   IO-APIC-fasteoi   ehci_hcd:usb1
 18:          3          1        109      99890   IO-APIC-fasteoi   ohci_hcd:usb5, ohci_hcd:usb6, ohci_hcd:usb7
 19:          0          0          0          0   IO-APIC-fasteoi   ehci_hcd:usb2
 22:          0          4        393      10750   IO-APIC-fasteoi   ahci
 41:          0          0          0         85   PCI-MSI-edge      eth0
NMI:          0          0          0          0   Non-maskable interrupts
LOC:      10001       7584       5251      10844   Local timer interrupts
SPU:          0          0          0          0   Spurious interrupts
PMI:          0          0          0          0   Performance monitoring interrupts
IWI:          0          0          0          0   IRQ work interrupts
RES:       9456       7990       4427       1996   Rescheduling interrupts
CAL:        699        786        924        292   Function call interrupts
TLB:        577       1124        748        447   TLB shootdowns
TRM:          0          0          0          0   Thermal event interrupts
THR:          0          0          0          0   Threshold APIC interrupts
MCE:          0          0          0          0   Machine check exceptions
MCP:          1          1          1          1   Machine check polls
ERR:          1
MIS:          0

  reply	other threads:[~2011-07-25 11:10 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-24 13:04 [REGRESSION] [BISECTED] Unable to use 3D with Radeon 2100 and UI freezes with Firefox Rogério Brito
2011-07-25  8:08 ` Dave Airlie
2011-07-25 11:10   ` Rogério Brito [this message]
2011-07-30  1:52     ` Rogério Brito
2011-07-30  7:42   ` Rogério Brito
2011-07-30  8:10     ` Dave Airlie
2011-08-01  6:08       ` Rogério Brito

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=20110725111000.GA2275@ime.usp.br \
    --to=rbrito@ime.usp.br \
    --cc=airlied@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.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.