https://bugs.freedesktop.org/show_bug.cgi?id=75127
Martin Peres changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=75127
Sandeep changed:
What|Removed |Added
Attachment #94979|0 |1
is obsolete|
https://bugs.freedesktop.org/show_bug.cgi?id=75127
--- Comment #44 from Sandeep ---
Ok, but what should the good and bad commits for the bisect be?
I had already done a bisection earlier and found that the commit adding and
enabling runtime power management was where the problems began.
--
You
https://bugs.freedesktop.org/show_bug.cgi?id=75127
--- Comment #43 from Alex Deucher ---
(In reply to comment #42)
> What exactly do I need to bisect i.e starting and ending commit ?
git bisect start
git bisect good
git bisect bad
At this point git will check out the commit halfway between th
https://bugs.freedesktop.org/show_bug.cgi?id=75127
--- Comment #42 from Sandeep ---
What exactly do I need to bisect i.e starting and ending commit ?
--
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed
https://bugs.freedesktop.org/show_bug.cgi?id=75127
--- Comment #41 from Sandeep ---
With radeon.dpm=0 and no other module parameters for radeon
Results:
Startup(full restart) - no GPU reset
Suspend - GPU reset but recovers quickly
Resume - GPU reset and takes a long time to recover
--
You are
https://bugs.freedesktop.org/show_bug.cgi?id=75127
Sandeep changed:
What|Removed |Added
Attachment #94248|0 |1
is obsolete|
https://bugs.freedesktop.org/show_bug.cgi?id=75127
--- Comment #39 from Alex Deucher ---
Does disabling dpm help (radeon.dpm=0)? if not, any chance you could bisect?
Also, please attach your dmesg output with the latest patch applied.
--
You are receiving this mail because:
You are the assigne
https://bugs.freedesktop.org/show_bug.cgi?id=75127
--- Comment #38 from Sandeep ---
Results:
Startup(full restart) - no GPU reset
Suspend - GPU reset but recovers quickly
Resume - GPU reset and takes a long time to recover
--
You are receiving this mail because:
You are the assignee for the bu
https://bugs.freedesktop.org/show_bug.cgi?id=75127
--- Comment #37 from Sandeep ---
(In reply to comment #36)
> oh, wait, that's the dGPU that is resetting, not the integrated chip. Does
> removing radeon.dpm=1 from your kernel command line in grub help?
I will try that now.
--
You are receiv
https://bugs.freedesktop.org/show_bug.cgi?id=75127
--- Comment #36 from Alex Deucher ---
oh, wait, that's the dGPU that is resetting, not the integrated chip. Does
removing radeon.dpm=1 from your kernel command line in grub help?
--
You are receiving this mail because:
You are the assignee for
https://bugs.freedesktop.org/show_bug.cgi?id=75127
--- Comment #35 from Alex Deucher ---
(In reply to comment #34)
> Even with the latest patch applied
> (https://bugs.freedesktop.org/attachment.cgi?id=97193) the problem still
> occurs.
>
> The system does recover from the reset faster than befo
https://bugs.freedesktop.org/show_bug.cgi?id=75127
--- Comment #34 from Sandeep ---
Even with the latest patch applied
(https://bugs.freedesktop.org/attachment.cgi?id=97193) the problem still
occurs.
The system does recover from the reset faster than before though - suspends and
resumes in a few
https://bugs.freedesktop.org/show_bug.cgi?id=75127
Alex Deucher changed:
What|Removed |Added
Attachment #97106|0 |1
is obsolete|
https://bugs.freedesktop.org/show_bug.cgi?id=75127
--- Comment #32 from kh3095 at yandex.ru ---
Created attachment 97179
--> https://bugs.freedesktop.org/attachment.cgi?id=97179&action=edit
dmesg, linux 3.13.7, patched with v3
Here you are...
--
You are receiving this mail because:
You are th
https://bugs.freedesktop.org/show_bug.cgi?id=75127
--- Comment #31 from Alex Deucher ---
(In reply to comment #30)
> Patch v3 (applied to 3.13.7) doesn't work for me. Again the same messages:
>
>20.528628] pciehp :00:03.0:pcie04: Device :02:00.0 already exists
> at :02:00, cannot
https://bugs.freedesktop.org/show_bug.cgi?id=75127
--- Comment #30 from kh3095 at yandex.ru ---
Patch v3 (applied to 3.13.7) doesn't work for me. Again the same messages:
20.528628] pciehp :00:03.0:pcie04: Device :02:00.0 already exists at
:02:00, cannot hot-add
[ 20.528807] pcie
https://bugs.freedesktop.org/show_bug.cgi?id=75127
Alex Deucher changed:
What|Removed |Added
Attachment #97099|0 |1
is obsolete|
https://bugs.freedesktop.org/show_bug.cgi?id=75127
--- Comment #28 from Sandeep ---
No, unfortunately GPU reset still occurs on startup, suspend, resume and
shutdown.
The laptop did suspend faster than earlier cases though, maybe the GPU was able
to break out of the reset cycle earlier.
--
You
https://bugs.freedesktop.org/show_bug.cgi?id=75127
Alex Deucher changed:
What|Removed |Added
Attachment #97007|0 |1
is obsolete|
https://bugs.freedesktop.org/show_bug.cgi?id=75127
--- Comment #26 from Sandeep ---
Unfortunately, the problem still occurs even with the new patches. I applied
them against the latest source code of the kernel from git, after this commit:
18a1a7a1d862ae0794a0179473d08a414dd49234
I still get GPU
https://bugs.freedesktop.org/show_bug.cgi?id=75127
--- Comment #25 from Alex Deucher ---
Created attachment 97007
--> https://bugs.freedesktop.org/attachment.cgi?id=97007&action=edit
possible fix
Does the attached kernel patch help?
--
You are receiving this mail because:
You are the assigne
https://bugs.freedesktop.org/show_bug.cgi?id=75127
--- Comment #24 from Sandeep ---
Oops, typo in last comment. When I turn off the GPU using:
echo OFF > /sys/kernel/debug/vgaswitcheroo/switch
and then try to turn on the GPU using:
echo ON > /sys/kernel/debug/vgaswitcheroo/switch
GPU reset me
https://bugs.freedesktop.org/show_bug.cgi?id=75127
--- Comment #23 from Sandeep ---
Turning off the dedicated GPU works fine, turning off the GPU doesn't.
The dedicated GPU is a Radeon HD 6650M . The kernel identifies it as a TURKS
GPU.
--
You are receiving this mail because:
You are the assig
https://bugs.freedesktop.org/show_bug.cgi?id=75127
Alex Deucher changed:
What|Removed |Added
See Also||https://bugzilla.kernel.org
https://bugs.freedesktop.org/show_bug.cgi?id=75127
Alex Deucher changed:
What|Removed |Added
CC||kh3095 at yandex.ru
--- Comment #21 from
https://bugs.freedesktop.org/show_bug.cgi?id=75127
Alex Deucher changed:
What|Removed |Added
Summary|Radeon SUMO: GPU reset |runpm hang with
|
27 matches
Mail list logo