"radeon_cp_reset called without lock held"

Bug #57814 reported by Jacob Godserv
2
Affects Status Importance Assigned to Milestone
mesa (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: libgl1-mesa-dri

This happens only under Ubuntu Edgy for me when I run glxinfo.

I'm using a Radeon M6 LY card in a Compaq Presario 1700(US). In syslog, it reports this error:

Aug 25 20:24:29 jakelaptop1 kernel: [17180500.080000] [drm:radeon_cp_reset] *ERROR* radeon_cp_reset called without lock held
Aug 25 20:24:29 jakelaptop1 kernel: [17180500.080000] [drm:radeon_cp_start] *ERROR* radeon_cp_start called without lock held
Aug 25 20:24:29 jakelaptop1 kernel: [17180500.080000] [drm:radeon_cp_idle] *ERROR* radeon_cp_idle called without lock held

These errors are repeated tons and tons of times in the same crash.

Here's my xorg.conf file:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
 FontPath "/usr/share/X11/fonts/misc"
 FontPath "/usr/share/X11/fonts/cyrillic"
 FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
 FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
 FontPath "/usr/share/X11/fonts/Type1"
 FontPath "/usr/share/X11/fonts/100dpi"
 FontPath "/usr/share/X11/fonts/75dpi"
 # path to defoma fonts
 FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
 Load "i2c"
 Load "bitmap"
 Load "ddc"
 Load "dri"
 Load "extmod"
 Load "freetype"
 Load "glx"
 Load "int10"
 Load "type1"
 Load "vbe"
 Load "GLcore"
EndSection

Section "InputDevice"
 Identifier "Generic Keyboard"
 Driver "kbd"
 Option "CoreKeyboard"
 Option "XkbRules" "xorg"
 Option "XkbModel" "pc104"
 Option "XkbLayout" "us"
EndSection

Section "InputDevice"
 Identifier "Configured Mouse"
 Driver "mouse"
 Option "CorePointer"
 Option "Device" "/dev/input/mice"
 Option "Protocol" "ExplorerPS/2"
 Option "ZAxisMapping" "4 5"
 Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "stylus"
  Option "Device" "/dev/wacom" # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option "Type" "stylus"
  Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "eraser"
  Option "Device" "/dev/wacom" # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option "Type" "eraser"
  Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "cursor"
  Option "Device" "/dev/wacom" # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option "Type" "cursor"
  Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

#DEFAULT DEVICE
#Section "Device"
# Identifier "ATI Technologies, Inc. Radeon Mobility M6 LY [Radeon Mobility 9000]"
# Driver "ati"
# BusID "PCI:1:0:0"
#EndSection

#CUSTOM DEVICE
Section "Device"
 Identifier "ATI Technologies, Inc. Radeon Mobility M6 LY [Radeon Mobility 9000]"
        Driver "radeon"
        BusID "PCI:1:0:0"
        #Option "AGPMode" "4"
        #Option "AGPSize" "64" # default: 8
        Option "AGPFastWrite" "false" # MUST BE FALSE!!!
        Option "SWcursor" "true" # MUST BE TRUE!!!
        #Option "EnablePageFlip" "true"
        Option "EnableDepthMoves" "false" # MUST BE FALSE!!!
        #Option "RenderAccel" "false"
        #Option "AccelMethod" "XAA" # or XAA, EXA
        #Option "DDCMode"
        #Option "SubPixelOrder" "NONE"
        Option "ColorTiling" "false" # More stable this way.
        #Option "DynamicClocks" "true"
        #Option "bioshotkeys" "True"
        #Option "XAANoOffscreenPixmaps" "true"
EndSection

Section "Monitor"
 Identifier "Generic Monitor"
 Option "DPMS"
 HorizSync 28-51
 VertRefresh 43-60
EndSection

Section "Screen"
 Identifier "Default Screen"
 Device "ATI Technologies, Inc. Radeon Mobility M6 LY [Radeon Mobility 9000]"
 Monitor "Generic Monitor"
 DefaultDepth 16
 SubSection "Display"
  Depth 1
  #Modes "1024x768" "800x600" "640x480"
  Modes "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 4
  #Modes "1024x768" "800x600" "640x480"
  Modes "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 8
  #Modes "1024x768" "800x600" "640x480"
  Modes "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 15
  #Modes "1024x768" "800x600" "640x480"
  Modes "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 16
  #Modes "1024x768" "800x600" "640x480"
  Modes "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 24
  #Modes "1024x768" "800x600" "640x480"
  Modes "800x600" "640x480"
 EndSubSection
EndSection

Section "ServerLayout"
 Identifier "Default Layout"
 Screen "Default Screen"
 InputDevice "Generic Keyboard"
 InputDevice "Configured Mouse"
 InputDevice "stylus" "SendCoreEvents"
 InputDevice "cursor" "SendCoreEvents"
 InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
 Mode 0666
EndSection

Revision history for this message
Jacob Godserv (fun2program8) wrote :

This bug has been sitting around doing nothing. Is anyone going to confirm/work on this bug?

description: updated
Revision history for this message
Efrain Valles (effie-jayx) wrote :

I have the same machine.

The ati radeon mobility m6 l7 with 8 megabytes. gives the same problem on edgy.

my machine

Compaq presario 1711t
196 ram
20 gig harddrive

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

could you try with Feisty Herd5?

Changed in mesa:
status: Unconfirmed → Needs Info
Revision history for this message
Jacob Godserv (fun2program8) wrote :

I'll give it a shot when I can. I actually discovered my hardware isn't working right - it even crashes in Windows. Therefore this bug might or might not be real.

Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for mesa (Ubuntu) because there has been no activity for 60 days.]

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.