https://bugs.freedesktop.org/show_bug.cgi?id=68178
Priority: medium
Bug ID: 68178
Assignee: dri-devel(a)lists.freedesktop.org
Summary: evergreen: hard lockup on suspend and resume with
current firmware
Severity: major
Classification: Unclassified
OS: Linux (All)
Reporter: nine(a)detonation.org
Hardware: x86-64 (AMD64)
Status: NEW
Version: unspecified
Component: DRM/Radeon
Product: DRI
Created attachment 84133
--> https://bugs.freedesktop.org/attachment.cgi?id=84133&action=edit
dmesg of my system for information
As soon as the up to date firmware package is installed, my system hangs on
suspend and again on resume with the screen turned off and the system not
reacting to anything. Tested it on various kernels with the earliest being
3.7.10 (current openSUSE kernel) and the latest being 3.11-rc5.
I tried to get more information, but there are no logs, the screen is turned
off and even netconsole did not show more. Do you have suggestions about how to
debug this or things that I can try to narrow it down?
My GPU is a:
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Redwood
[Radeon HD 5670] (prog-if 00 [VGA controller])
Subsystem: PC Partner Limited Device e151
Flags: bus master, fast devsel, latency 0, IRQ 48
Memory at e0000000 (64-bit, prefetchable) [size=256M]
Memory at f4420000 (64-bit, non-prefetchable) [size=128K]
I/O ports at e000 [size=256]
Expansion ROM at f4400000 [disabled] [size=128K]
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Legacy Endpoint, MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010
<?>
Capabilities: [150] Advanced Error Reporting
Kernel driver in use: radeon
Attaching dmesg of a running system just for info.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=68059
Priority: medium
Bug ID: 68059
Assignee: dri-devel(a)lists.freedesktop.org
Summary: with radeon.dpm=1, Xorg crashed a while after resume
Severity: critical
Classification: Unclassified
OS: Linux (All)
Reporter: wrxzzj(a)gmail.com
Hardware: x86 (IA32)
Status: NEW
Version: DRI CVS
Component: DRM/Radeon
Product: DRI
Created attachment 84008
--> https://bugs.freedesktop.org/attachment.cgi?id=84008&action=edit
dmesg
I test with kernel 3.11rc5, mesa 9.2git, xorg 1.14.2, Radeon HD6310.
with radeon.dpm enabled, after resume from RAM, Xorg crashed a while.
attachment is my dmesg log.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=67994
Priority: medium
Bug ID: 67994
Assignee: dri-devel(a)lists.freedesktop.org
Summary: System freezes when playing video on open source AMD
drivers with VDPAU
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: scorp.exe(a)yandex.ua
Hardware: x86 (IA32)
Status: NEW
Version: XOrg CVS
Component: DRM/Radeon
Product: DRI
Kernel - Linux 3.11rc4
Version mesa-common-dev - 9.2.0~git20130729+9.2.9b8ad643-0ubuntu0sarvatt~raring
Version libg3dvl-mesa - 9.3~git1308091520.e8d897~gd~r
Driver - Gallium 0.4
To repeat the freezing - start the video on player with support for VDPAU
(mplayer or XBMC), stop it, and then run another video.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=67970
Priority: medium
Bug ID: 67970
Assignee: dri-devel(a)lists.freedesktop.org
Summary: Kernel bugs related to the powersaving features of
mobility radeon x1400
Severity: blocker
Classification: Unclassified
OS: Linux (All)
Reporter: shayanmansuri(a)yahoo.com
Hardware: All
Status: NEW
Version: XOrg CVS
Component: DRM/Radeon
Product: DRI
I have a Mobility Radeon X1400 (RV500 Family) on my dell inspiron 6400 (or it's
called inspiron 1501 or 1505 elsewhere). I use Open-source drivers and they
work for me and I have no problem with anything except the powermanagement at
kernel level.
When I want to activate powersaving feature I use these commands:
1. when I use this command:
echo dynpm > /sys/class/drm/card0/device/power_method
nothing happens. I mean GPU frequency remain high. I even do not use a GUI. I'm
in the shell.
2. when I use these commands
echo profile > /sys/class/drm/card0/device/power_method
echo low > /sys/class/drm/card0/device/power_profile
I receive these error:
kernel:[ 192.253008] NMI: PCI system error (SERR) for reason b1 on CPU 0.
kernel:[ 192.253016] Dazed and confused, but trying to continue
I have noticed that the kernel do not changes the GPU and Vram frequencies
correctly in the profile mode.
This is what I get when I set it to mid:
# echo mid > /sys/class/drm/card0/device/power_profile
# cat /sys/kernel/debug/dri/0/radeon_pm_info
default engine clock: 432000 kHz
current engine clock: 209250 kHz
default memory clock: 396000 kHz
current memory clock: 135000 kHz
PCIE lanes: 1
This is what I get when I set it to low:
# echo low > /sys/class/drm/card0/device/power_profile
# cat /sys/kernel/debug/dri/0/radeon_pm_info
default engine clock: 432000 kHz
current engine clock: 324000 kHz
default memory clock: 396000 kHz
current memory clock: 135000 kHz
PCIE lanes: 1
This is what I get when I set it to high:
# echo high > /sys/class/drm/card0/device/power_profile
# cat /sys/kernel/debug/dri/0/radeon_pm_info
default engine clock: 432000 kHz
current engine clock: 432000 kHz
default memory clock: 396000 kHz
current memory clock: 396000 kHz
PCIE lanes: 0
If you look at the above values, it is obvious that the current clock of mid
and low profiles should be replaced with each other.
I've tested this in different distribution of GNU/Linux with different kernel
versions: Including Ubuntu, LMDE, Archlinux and Chakra. with these kernel
versions: 2.6.38, 2.6.39, 3.0.0 RC5, 3.0.0-1-amd64 in LMDE, and lately with
3.4.55 LTS in ubuntu 12.04.2.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=67946
Priority: medium
Bug ID: 67946
Assignee: dri-devel(a)lists.freedesktop.org
Summary: Switching to Integrated card to vgaswitcheroo with
radeon.audio=1 makes kernel to hang
Severity: normal
Classification: Unclassified
OS: All
Reporter: mail(a)3v1n0.net
Hardware: Other
Status: NEW
Version: XOrg CVS
Component: DRM/Radeon
Product: DRI
I've a Mobility Radeon HD 5650 muxed with an intel card. If I boot with
radeon.audio=1 and I switch the radeon card off when pulseaudio is running,
then the kernel hangs as soon as I close X:
[ 489.177732] hda-intel 0000:01:00.1: Disabling via VGA-switcheroo
[ 489.297129] hda-intel 0000:01:00.1: Cannot lock devices!
[ 489.297139] radeon: switched off
[ 489.300356] [drm] Disabling audio support
[ 489.319552] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr
0x000000000015e418 and cpu addr 0xffffc90009df0418
[ 489.973886] ACPI: \_SB_.PCI0: ACPI_NOTIFY_BUS_CHECK event: unsupported
[ 489.973903] _handle_hotplug_event_root: Bus check notify on \_SB_.PCI0
[ 678.992375] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than
5secs aborting
[ 678.992453] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing
CD0C (len 62, WS 0, PS 0) @ 0xCD28
[ 683.996303] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than
5secs aborting
[ 683.996377] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing
CD0C (len 62, WS 0, PS 0) @ 0xCD28
[ 683.996453] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing
C3DC (len 871, WS 0, PS 0) @ 0xC439
[ 689.000275] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than
5secs aborting
[ 689.000349] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing
CD0C (len 62, WS 0, PS 0) @ 0xCD28
[ 694.004285] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than
5secs aborting
[ 694.004363] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing
CD0C (len 62, WS 0, PS 0) @ 0xCD28
[ 699.008330] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than
5secs aborting
[ 699.008414] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing
CD0C (len 62, WS 0, PS 0) @ 0xCD28
[ 699.514458] init: tty1 main process (2460) killed by QUIT signal
[ 699.514489] init: tty1 main process ended, respawning
[ 704.012405] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than
5secs aborting
[ 704.012492] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing
CD0C (len 62, WS 0, PS 0) @ 0xCD28
[ 709.016515] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than
5secs aborting
[ 709.016596] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing
CD0C (len 62, WS 0, PS 0) @ 0xCD28
These errors doesn't happen instead if I close X and kill pulseaudio before
switching cards.
Not sure if this is a pulseaudio issue or a kernel one (that should notify
pulseaudio about the unplugged HDMI audio card).
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=67825
Priority: medium
Bug ID: 67825
Assignee: dri-devel(a)lists.freedesktop.org
Summary: Screen corruption/lockups on Northern Islands (BARTS)
with dpm active
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: Alexander(a)Schwarz-Regensburg.de
Hardware: x86-64 (AMD64)
Status: NEW
Version: DRI CVS
Component: DRM/Radeon
Product: DRI
Created attachment 83713
--> https://bugs.freedesktop.org/attachment.cgi?id=83713&action=edit
Greps from dmesg for "drm" and "radeon"
I'm receiving massive screen corruptions on my Radeon HD 6870 when I use dpm on
an rc1/2/3/4 kernel with the following symptoms:
There's flickering all over the screen, artifacts and after trying to open
anything related to graphics (glxgears, animated menus in KDE, etc...) the
machine freezes and can only be revived with a hard reset. Sometimes the
machine doesn't even get so far and freezes immediately before. This is
accompanied by a black screen or blue lines on the screen.
The huge issue is: there's absolutely no error in dmesg and dpm is also
automatically set in power_method
I'm including grep'd dmesg's for "drm" and "radeon" anyways, to illustrate that
everything seems to load fine.
More information about the card and my system: XFX Radeon HD 6870 Black Edition
with stock bios on an Arch Linux 64 bit system.
I'm using the newest mesa-git, libdrm, xf86-video-ati-git and ati-dri-git.
It's nearly impossible to gather more information than dmesg, because the
system is extremely unstable when using dpm.
When I'm NOT setting radeon.dpm=1 the system boots fine, has 3D acceleration
and I've not a single issue with my graphics stack.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=67790
Priority: medium
Bug ID: 67790
Assignee: dri-devel(a)lists.freedesktop.org
Summary: error message on suspend: *ERROR* Could not force DPM
to low
Severity: normal
Classification: Unclassified
OS: All
Reporter: johannes.hirte(a)fem.tu-ilmenau.de
Hardware: x86-64 (AMD64)
Status: NEW
Version: DRI CVS
Component: DRM/Radeon
Product: DRI
On suspend dmesg shows the following error message:
[ 236.137036] PM: Syncing filesystems ... done.
[ 236.673588] Freezing user space processes ... (elapsed 0.007 seconds) done.
[ 236.680901] Freezing remaining freezable tasks ... (elapsed 0.000 seconds)
done.
[ 236.681975] Suspending console(s) (use no_console_suspend to debug)
[ 236.693223] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 236.695019] sd 0:0:0:0: [sda] Stopping disk
[ 237.336598] [drm:rv770_stop_dpm] *ERROR* Could not force DPM to low.
[ 239.009616] radeon 0000:01:00.0: power state changed by ACPI to D3cold
[ 239.009696] PM: suspend of devices complete after 2315.934 msecs
[ 239.009861] PM: late suspend of devices complete after 0.162 msecs
I've not seen any problems, suspend and resume worked correct so far.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=67722
Priority: medium
Bug ID: 67722
Assignee: dri-devel(a)lists.freedesktop.org
Summary: RV620 GPU kept resetting with radeon.dpm=1
([drm:r600_ib_test] *ERROR* radeon: fence wait failed
(-35).)
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: daisuke14164(a)gmail.com
Hardware: x86-64 (AMD64)
Status: NEW
Version: DRI CVS
Component: DRM/Radeon
Product: DRI
Created attachment 83593
--> https://bugs.freedesktop.org/attachment.cgi?id=83593&action=edit
dmesg
Graphics: ATI RV620/M82 [Mobility Radeon HD 3450/3470]
Kernel: latest git build of drm-fixes-3.11
Mesa: latest git build
OS: Arch
ARCH: x86_64
DE: KDE 4.11 RC
https://bugs.freedesktop.org/show_bug.cgi?id=66963 was fixed but here comes new
problem. When booting into X(KDE splash screen), it seemed to freeze(even after
a cold reset), but I managed to switch to tty and get the dmesg. Xorg log is
fine. In the end I have to shutdown.
This situation seems to be more often than normal booting.
--
You are receiving this mail because:
You are the assignee for the bug.