[Bug 95911] Recursive error in radeon device driver module after resume from hibernation

2015-09-03 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95911 --- Comment #23 from gitne at excite.co.jp --- (In reply to Alex Deucher from comment #20) > Does this help? > > diff --git a/drivers/gpu/drm/radeon/radeon_drv.c > b/drivers/gpu/drm/radeon/radeon_drv.c > index 5751446..1b4ac44 100644 > ---

[Bug 95911] Recursive error in radeon device driver module after resume from hibernation

2015-08-19 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95911 --- Comment #22 from Michel Dänzer --- (In reply to Michel Dänzer from comment #21) > The freeze callback change makes sense to me, but the thaw callback should > probably enable the device, not disable it? Never mind, I misread the patch. --

[Bug 95911] Recursive error in radeon device driver module after resume from hibernation

2015-08-19 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95911 --- Comment #21 from Michel Dänzer --- (In reply to Alex Deucher from comment #20) > Does this help? I'm afraid you're wasting your time here, since the bug reporter refuses to build a kernel for testing fixes. Anyway, FWIW: > diff --git

[Bug 95911] Recursive error in radeon device driver module after resume from hibernation

2015-08-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95911 --- Comment #20 from Alex Deucher --- Does this help? diff --git a/drivers/gpu/drm/radeon/radeon_drv.c b/drivers/gpu/drm/radeon/radeon_drv.c index 5751446..1b4ac44 100644 --- a/drivers/gpu/drm/radeon/radeon_drv.c +++

[Bug 95911] Recursive error in radeon device driver module after resume from hibernation

2015-08-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95911 --- Comment #19 from gitne at excite.co.jp --- Just tested kernel version 4.1.4, and I have also started playing with some of the radeon module parameters. It turns out that when I set radeon.msi=0 everything works as expected. No ring test

[Bug 95911] Recursive error in radeon device driver module after resume from hibernation

2015-08-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95911 --- Comment #18 from gitne at excite.co.jp --- Just FYI: I have just tested kernel version 4.0.8. Unfortunately, the problem still persists. Additionally, since kernel version 3.15.7 the machine does not power down after swapping the hibernation

[Bug 95911] Recursive error in radeon device driver module after resume from hibernation

2015-06-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95911 --- Comment #17 from gitne at excite.co.jp --- (In reply to Alex Deucher from comment #16) > Created attachment 178141 [details] > possible fix > > Does the attached patch help? Thank you for proposing a possible solution. Unfortunately, I do

[Bug 95911] Recursive error in radeon device driver module after resume from hibernation

2015-05-27 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95911 Alex Deucher changed: What|Removed |Added CC||alexdeucher at gmail.com --- Comment #16

[Bug 95911] Recursive error in radeon device driver module after resume from hibernation

2015-05-12 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95911 --- Comment #15 from gitne at excite.co.jp --- (In reply to Michel Dänzer from comment #14) >> Mantas Mikulėnas has determined that git commit 4474f3a91f95 was the last >> known good to work. > > So commit

[Bug 95911] Recursive error in radeon device driver module after resume from hibernation

2015-05-07 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95911 --- Comment #14 from Michel Dänzer --- (In reply to gitne from comment #13) > Mantas Mikulėnas has determined that git commit 4474f3a91f95 was the last > known good to work. So commit f2ba57b5eab8817d86d0f108fdf1878e51dc0a37 ("drm/radeon: UVD

[Bug 95911] Recursive error in radeon device driver module after resume from hibernation

2015-05-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95911 --- Comment #13 from gitne at excite.co.jp --- This bug seems to be linked to bugs bz77181 and bz60827 too. Mantas Mikulėnas has determined that git commit 4474f3a91f95 was the last known good to work. archiesix has determined that this bug

[Bug 95911] Recursive error in radeon device driver module after resume from hibernation

2015-05-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95911 --- Comment #12 from gitne at excite.co.jp --- Created attachment 175411 --> https://bugzilla.kernel.org/attachment.cgi?id=175411=edit Kernel version 3.19.5 log + log data before resume/crash You can clearly see the moment of hibernation based

[Bug 95911] Recursive error in radeon device driver module after resume from hibernation

2015-05-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95911 --- Comment #11 from Michel Dänzer --- (In reply to gitne from comment #9) > I can try but there seems to be nothing worth noting before resume. At the very least, there's lots of radeon / drm initialization messages. Please just attach all

[Bug 95911] Recursive error in radeon device driver module after resume from hibernation

2015-04-30 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95911 Christian König changed: What|Removed |Added CC||deathsimple at vodafone.de ---

[Bug 95911] Recursive error in radeon device driver module after resume from hibernation

2015-04-30 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95911 --- Comment #9 from gitne at excite.co.jp --- (In reply to Michel Dänzer from comment #8) > Can you attach the kernel log from before and across suspend/resume as well? I can try but there seems to be nothing worth noting before resume. Is there

[Bug 95911] Recursive error in radeon device driver module after resume from hibernation

2015-04-30 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95911 Michel Dänzer changed: What|Removed |Added CC||christian.koenig at amd.com --- Comment

[Bug 95911] Recursive error in radeon device driver module after resume from hibernation

2015-04-27 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95911 --- Comment #7 from gitne at excite.co.jp --- (In reply to Michel Dänzer from comment #6) > Is this a regression compared to older kernel versions? If yes, can you > bisect or at least narrow down which kernel version is the last good / first >

[Bug 95911] Recursive error in radeon device driver module after resume from hibernation

2015-04-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95911 --- Comment #6 from Michel Dänzer --- Is this a regression compared to older kernel versions? If yes, can you bisect or at least narrow down which kernel version is the last good / first bad one? -- You are receiving this mail because: You are

[Bug 95911] Recursive error in radeon device driver module after resume from hibernation

2015-04-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95911 gitne at excite.co.jp changed: What|Removed |Added URL|https://bugzilla.redhat.com |

[Bug 95911] Recursive error in radeon device driver module after resume from hibernation

2015-04-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95911 --- Comment #5 from gitne at excite.co.jp --- Created attachment 172891 --> https://bugzilla.kernel.org/attachment.cgi?id=172891=edit ioports -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 95911] Recursive error in radeon device driver module after resume from hibernation

2015-04-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95911 --- Comment #4 from gitne at excite.co.jp --- Created attachment 172881 --> https://bugzilla.kernel.org/attachment.cgi?id=172881=edit iomem -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 95911] Recursive error in radeon device driver module after resume from hibernation

2015-04-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95911 --- Comment #3 from gitne at excite.co.jp --- Created attachment 172871 --> https://bugzilla.kernel.org/attachment.cgi?id=172871=edit lspci -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 95911] Recursive error in radeon device driver module after resume from hibernation

2015-04-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95911 --- Comment #2 from gitne at excite.co.jp --- Created attachment 172861 --> https://bugzilla.kernel.org/attachment.cgi?id=172861=edit meminfo -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 95911] Recursive error in radeon device driver module after resume from hibernation

2015-04-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95911 --- Comment #1 from gitne at excite.co.jp --- Created attachment 172851 --> https://bugzilla.kernel.org/attachment.cgi?id=172851=edit cpuinfo -- You are receiving this mail because: You are watching the assignee of the bug.