[Bug 210429] AMDGPU - DRM connector force-probe after DPMS causes monitor to reconnect

2020-11-30 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210429 --- Comment #1 from jordanlepp...@gmail.com --- This is also a problem when using xorg-server, after monitors wake up from DPMS they reconnect (causing issues in whatever DE I'm using, such as all windows moving to one monitor). If I can recreat

[Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

2020-12-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201539 fawz (f...@negentropy.io) changed: What|Removed |Added CC||f...@negentropy.io --- Commen

[Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

2020-12-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201539 --- Comment #58 from fawz (f...@negentropy.io) --- Created attachment 293895 --> https://bugzilla.kernel.org/attachment.cgi?id=293895&action=edit patch to fix pwm1_enable being stuck to AUTO for some gpu smu7 and vega10 Seems to work fine for s

[Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

2020-12-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201539 --- Comment #59 from Alex Deucher (alexdeuc...@gmail.com) --- Created attachment 293903 --> https://bugzilla.kernel.org/attachment.cgi?id=293903&action=edit possible fix The attached patch should fix it. -- You are receiving this mail because

[Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

2020-12-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201539 --- Comment #60 from MasterCATZ (masterc...@hotmail.com) --- seems a bit random for me 5.8.17-050817-generic sometimes I can spend weeks with fan control then all of a sudden I find it hitting 100deg because it keeps spinning back down to 20% ra

[Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

2020-12-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201539 --- Comment #61 from MasterCATZ (masterc...@hotmail.com) --- Now it just runs 100% @ 300mhz core 100mhz memory @ ~60deg aio@aio:/sys/class/drm/card0/device/hwmon/hwmon1$ sensors k10temp-pci-00c3 Adapter: PCI adapter Vcore: 1.38 V Vsoc

[Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

2020-12-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201539 --- Comment #62 from MasterCATZ (masterc...@hotmail.com) --- HEAD is now at 1398820fee51 Linux 5.9.9 aio@aio:/SnapRaidArray/DATA/git/linux-stable$ git apply --stat /SnapRaidArray/DATA/Downloads/ Display all 583 possibilities? (y or n) aio@aio:/Sna

[Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

2020-12-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201539 --- Comment #63 from Alex Deucher (alexdeuc...@gmail.com) --- yes, you'll need to adjust the path for pre 5.10 kernels. -- You are receiving this mail because: You are watching the assignee of the bug. ___

[Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

2020-12-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201539 --- Comment #64 from fawz (f...@negentropy.io) --- Of course, that makes sense! Should've realized that there must be correspondig logic for non-vega12/20 hardware. If this patch works, are you going to submit it or should I? Afterall, you foun

[Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

2020-12-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201539 --- Comment #65 from fawz (f...@negentropy.io) --- Unfortunately, your patch leads to a stuck boot. There's some minor "corruption" visible on the bottom of the screen while still booting up, and then it gets stuck. I don't think I mentioned th

[Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

2020-12-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201539 Alex Deucher (alexdeuc...@gmail.com) changed: What|Removed |Added Attachment #293903|0 |1 is obsole

[Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

2020-12-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201539 --- Comment #67 from fawz (f...@negentropy.io) --- > I guess we need to fan control parameters. How about this patch? After some quick testing, your latest patch seems to work great! And new code, ie. something not just taken from the other fami

[Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

2020-12-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201539 --- Comment #68 from Alex Deucher (alexdeuc...@gmail.com) --- It's pretty similar to other the code for other smu7 chips (tonga, polaris, etc.). Note that this change is not relevant to newer smu7 chips (rx480, tonga, etc.). -- You are receivin

[Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

2020-12-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201539 --- Comment #69 from fawz (f...@negentropy.io) --- Well, I'll have a read! And thanks anyways, I'll run this going forward, post if there are issues and am looking forward to seeing this in mainline at some point :) -- You are receiving this mai

[Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

2020-12-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201539 --- Comment #70 from mirh (m...@protonmail.ch) --- So.. I was also testing this on my Sapphire R9 290 Tri-X OC. And it seems to work pretty good. I noticed an oddity though. The first time I tried it, when I switched to manual fan control, every

[Bug 201139] amdgpu: [drm] enabling link 1 failed: 15 (vega)

2020-12-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201139 Michal Turecki (ture...@gmail.com) changed: What|Removed |Added CC||ture...@gmail.com --

[Bug 210465] New: Vega 3 lock MCLK on 1200mhz

2020-12-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210465 Bug ID: 210465 Summary: Vega 3 lock MCLK on 1200mhz Product: Drivers Version: 2.5 Kernel Version: 5.9.11, 5.4.80-2 Hardware: x86-64 OS: Linux Tree: Mainline

[Bug 210467] New: Vega 3 lock MCLK on 1200mhz

2020-12-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210467 Bug ID: 210467 Summary: Vega 3 lock MCLK on 1200mhz Product: Drivers Version: 2.5 Kernel Version: 5.9.11, 5.4.80-2 Hardware: x86-64 OS: Linux Tree: Mainline

[Bug 210465] Vega 3 lock MCLK on 1200mhz

2020-12-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210465 Alexey (intervio...@gmail.com) changed: What|Removed |Added Status|NEW |RESOLVED Resolut

[Bug 210467] Vega 3 lock MCLK on 1200mhz

2020-12-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210467 --- Comment #1 from Alexey (intervio...@gmail.com) --- *** Bug 210465 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching the assignee of the bug. _

[Bug 210467] Vega 3 lock MCLK on 1200mhz

2020-12-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210467 --- Comment #2 from Alexey (intervio...@gmail.com) --- Created attachment 293915 --> https://bugzilla.kernel.org/attachment.cgi?id=293915&action=edit dmesg -- You are receiving this mail because: You are watching the assignee of the bug. _

[Bug 210467] Vega 3 lock MCLK on 1200mhz

2020-12-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210467 --- Comment #3 from Alexey (intervio...@gmail.com) --- Created attachment 293917 --> https://bugzilla.kernel.org/attachment.cgi?id=293917&action=edit dmesg debug mode -- You are receiving this mail because: You are watching the assignee of the

[Bug 210467] amdgpu Vega 3 lock MCLK on 1200mhz

2020-12-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210467 Alexey (intervio...@gmail.com) changed: What|Removed |Added Summary|Vega 3 lock MCLK on 1200mhz |amdgpu Vega 3 lock MCLK o

[Bug 210479] New: amdgpu: Monitor connected to RX 6800XT loses signal when module is loaded

2020-12-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210479 Bug ID: 210479 Summary: amdgpu: Monitor connected to RX 6800XT loses signal when module is loaded Product: Drivers Version: 2.5 Kernel Version: 5.10.0-rc6 Hardware: All

[Bug 78111] APU turbo core boost not working when radeon.dpm=1

2020-12-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=78111 mirh (m...@protonmail.ch) changed: What|Removed |Added CC||m...@protonmail.ch --- Comment

[Bug 94061] [radeon - Kaveri] dpm works badly - much to high power consumption compared to catalyst

2020-12-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=94061 mirh (m...@protonmail.ch) changed: What|Removed |Added CC||m...@protonmail.ch --- Comment

[Bug 94061] [radeon - Kaveri] dpm works badly - much to high power consumption compared to catalyst

2020-12-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=94061 --- Comment #11 from Alex Deucher (alexdeuc...@gmail.com) --- The dpm code for kaveri is identical for both radeon and amdgpu. -- You are receiving this mail because: You are watching the assignee of the bug. _

[Bug 210479] amdgpu: Monitor connected to RX 6800XT loses signal when module is loaded

2020-12-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210479 Alex Deucher (alexdeuc...@gmail.com) changed: What|Removed |Added CC||alexdeuc...@gmail.c

[Bug 94061] [radeon - Kaveri] dpm works badly - much to high power consumption compared to catalyst

2020-12-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=94061 --- Comment #12 from mirh (m...@protonmail.ch) --- I see that [amdgpu_]kv_smc_bapm_enable is equivalent, but the condition guarding it seems quite different. Then I'm not really pretending to understand much else about the two kv_dpms. -- You a

[Bug 210467] amdgpu Vega 3 lock MCLK on 1200mhz

2020-12-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210467 Alex Deucher (alexdeuc...@gmail.com) changed: What|Removed |Added CC||alexdeuc...@gmail.c

[Bug 209123] Bogus possible_crtcs: [ENCODER:58:TMDS-58] possible_crtcs=0xf (full crtc mask=0x7)

2020-12-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=209123 Alex Deucher (alexdeuc...@gmail.com) changed: What|Removed |Added CC||alexdeuc...@gmail.c

[Bug 210479] amdgpu: Monitor connected to RX 6800XT loses signal when module is loaded

2020-12-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210479 --- Comment #2 from alaps...@fastmail.com --- Alex, thank you very much. This was exactly it. I had CONFIG_DRM_AMD_DC_DCN3_0 unset. After enabling it everything seems to work fine, including XServer. -- You are receiving this mail because: You

[Bug 210479] amdgpu: Monitor connected to RX 6800XT loses signal when module is loaded

2020-12-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210479 alaps...@fastmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 209123] Bogus possible_crtcs: [ENCODER:58:TMDS-58] possible_crtcs=0xf (full crtc mask=0x7)

2020-12-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=209123 Stuart Foster (smf-li...@virginmedia.com) changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 210495] New: CPU: 12 PID: 3302 at drivers/gpu/drm/amd/amdgpu/../display/dc/dcn20/dcn20_hwseq.c:1555 dcn20_program_front_end_for_ctx+0x574/0x580 [amdgpu]

2020-12-05 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210495 Bug ID: 210495 Summary: CPU: 12 PID: 3302 at drivers/gpu/drm/amd/amdgpu/../display/dc/dcn20/dcn20_h wseq.c:1555 dcn20_program_front_end_for_ctx+0x574/0x580 [amdgpu]

[Bug 210467] amdgpu Vega 3 lock MCLK on 1200mhz

2020-12-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210467 --- Comment #5 from Alexey (intervio...@gmail.com) --- Created attachment 293959 --> https://bugzilla.kernel.org/attachment.cgi?id=293959&action=edit lshw what other data to provide? what to debug? -- You are receiving this mail because: You

[Bug 210517] New: nouveau: DRM: failed to map fb: -28 (GeForce 6600 LE, ppc64)

2020-12-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210517 Bug ID: 210517 Summary: nouveau: DRM: failed to map fb: -28 (GeForce 6600 LE, ppc64) Product: Drivers Version: 2.5 Kernel Version: 5.10-rc6 Hardware: All

[Bug 210517] nouveau: DRM: failed to map fb: -28 (GeForce 6600 LE, ppc64)

2020-12-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210517 --- Comment #1 from Erhard F. (erhar...@mailbox.org) --- Created attachment 293965 --> https://bugzilla.kernel.org/attachment.cgi?id=293965&action=edit dmesg (kernel 5.9.12, PowerMac G5 11,2) -- You are receiving this mail because: You are wat

[Bug 210517] nouveau: DRM: failed to map fb: -28 (GeForce 6600 LE, ppc64)

2020-12-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210517 --- Comment #2 from Erhard F. (erhar...@mailbox.org) --- Created attachment 293967 --> https://bugzilla.kernel.org/attachment.cgi?id=293967&action=edit kernel .config (kernel 5.10-rc6, PowerMac G5 11,2) -- You are receiving this mail because:

[Bug 210517] nouveau: DRM: failed to map fb: -28 (GeForce 6600 LE, ppc64)

2020-12-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210517 --- Comment #3 from Erhard F. (erhar...@mailbox.org) --- Created attachment 293969 --> https://bugzilla.kernel.org/attachment.cgi?id=293969&action=edit kernel .config (kernel 5.9.12, PowerMac G5 11,2) -- You are receiving this mail because: Yo

[Bug 210467] amdgpu Vega 3 lock MCLK on 1200mhz

2020-12-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210467 --- Comment #6 from Alexey (intervio...@gmail.com) --- Created attachment 293971 --> https://bugzilla.kernel.org/attachment.cgi?id=293971&action=edit glxinfo -- You are receiving this mail because: You are watching the assignee of the bug. ___

[Bug 210517] nouveau: DRM: failed to map fb: -28 (GeForce 6600 LE, ppc64)

2020-12-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210517 Dave Airlie (airl...@linux.ie) changed: What|Removed |Added CC||airl...@linux.ie --- Com

[Bug 210517] nouveau: DRM: failed to map fb: -28 (GeForce 6600 LE, ppc64)

2020-12-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210517 --- Comment #5 from Erhard F. (erhar...@mailbox.org) --- (In reply to Dave Airlie from comment #4) > The fix for this is in Linus' tree already > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/ > drivers/gpu/drm/nouve

[Bug 203905] amdgpu:actual_brightness has unreal/wrong value

2020-12-07 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=203905 kurmi...@libero.it changed: What|Removed |Added CC||kurmi...@libero.it --- Comment #19 f

[Bug 210467] amdgpu Vega 3 lock MCLK on 1200mhz

2020-12-07 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210467 --- Comment #7 from Alexey (intervio...@gmail.com) --- Problem in firmware. I downgrade linux-firmware package, pp_dpm_mclk now "0: 400Mhz" at start. -- You are receiving this mail because: You are watching the assignee of the bug. _

[Bug 210467] amdgpu Vega 3 lock MCLK on 1200mhz

2020-12-07 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210467 --- Comment #8 from Alex Deucher (alexdeuc...@gmail.com) --- Can you narrow down which specific firmware? Also what what versions did you try? -- You are receiving this mail because: You are watching the assignee of the bug. ___

[Bug 210467] amdgpu Vega 3 lock MCLK on 1200mhz

2020-12-07 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210467 --- Comment #9 from Alexey (intervio...@gmail.com) --- Created attachment 294027 --> https://bugzilla.kernel.org/attachment.cgi?id=294027&action=edit modinfo amdgpu (workly) (In reply to Alex Deucher from comment #8) > Can you narrow down which

[Bug 210467] amdgpu Vega 3 lock MCLK on 1200mhz

2020-12-07 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210467 --- Comment #10 from Alexey (intervio...@gmail.com) --- Created attachment 294029 --> https://bugzilla.kernel.org/attachment.cgi?id=294029&action=edit modules info (workly) -- You are receiving this mail because: You are watching the assignee

[Bug 210543] New: amdgpu Kernel panic:__ttm_dma_free_page.isra.0+0xac/0xe8 [ttm]

2020-12-07 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210543 Bug ID: 210543 Summary: amdgpu Kernel panic:__ttm_dma_free_page.isra.0+0xac/0xe8 [ttm] Product: Drivers Version: 2.5 Kernel Version: 4.19 Hardware: ARM

[Bug 210543] amdgpu Kernel panic:__ttm_dma_free_page.isra.0+0xac/0xe8 [ttm]

2020-12-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210543 --- Comment #1 from Alex Deucher (alexdeuc...@gmail.com) --- Please attach your full dmesg output. -- You are receiving this mail because: You are watching the assignee of the bug. ___ dri-devel mailin

[Bug 210543] amdgpu Kernel panic:__ttm_dma_free_page.isra.0+0xac/0xe8 [ttm]

2020-12-10 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210543 --- Comment #2 from Ancheng (acyel...@gmail.com) --- Created attachment 294093 --> https://bugzilla.kernel.org/attachment.cgi?id=294093&action=edit dmesg file -- You are receiving this mail because: You are watching the assignee of the bug. __

[Bug 210543] amdgpu Kernel panic:__ttm_dma_free_page.isra.0+0xac/0xe8 [ttm]

2020-12-10 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210543 --- Comment #3 from Ancheng (acyel...@gmail.com) --- Created attachment 294095 --> https://bugzilla.kernel.org/attachment.cgi?id=294095&action=edit dmesg file1 -- You are receiving this mail because: You are watching the assignee of the bug. _

[Bug 210543] amdgpu Kernel panic:__ttm_dma_free_page.isra.0+0xac/0xe8 [ttm]

2020-12-10 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210543 --- Comment #4 from Ancheng (acyel...@gmail.com) --- (In reply to Alex Deucher from comment #1) > Please attach your full dmesg output. Thanks for your response, attachment please find the dmesg output. There are some differences in the call trac

[Bug 213599] amdgpu: navi RX 5500XT Very high idle power consumption (22 Watts)

2021-06-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=213599 --- Comment #6 from Frank Kruger (fkrue...@mailbox.org) --- Fixed with kernel 5.13, thanks. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.

[Bug 213391] AMDGPU retries page fault with some specific processes amdgpu and sometimes followed [gfxhub0] retry page fault until *ERROR* ring gfx timeout, but soft recovered

2021-06-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=213391 --- Comment #26 from Lahfa Samy (s...@lahfa.xyz) --- Created attachment 297669 --> https://bugzilla.kernel.org/attachment.cgi?id=297669&action=edit amdgpu-xorg-page-faults-screen-blackout-when-memory-heavily-used Here are other logs. I have see

[Bug 213391] AMDGPU retries page fault with some specific processes amdgpu and sometimes followed [gfxhub0] retry page fault until *ERROR* ring gfx timeout, but soft recovered

2021-06-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=213391 --- Comment #27 from Lahfa Samy (s...@lahfa.xyz) --- Created attachment 297671 --> https://bugzilla.kernel.org/attachment.cgi?id=297671&action=edit Firmware information for a T495 with an AMD Vega RX 10 Here is again my Linux firmware package v

[Bug 213391] AMDGPU retries page fault with some specific processes amdgpu and sometimes followed [gfxhub0] retry page fault until *ERROR* ring gfx timeout, but soft recovered

2021-06-30 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=213391 --- Comment #28 from Leandro Jacques (ls...@yahoo.com) --- (In reply to Leandro Jacques from comment #25) Until now, no problems. So the problem is with newer firmware versions, working without any issues since 2021-06-21 19:26:28 UTC with versio

[Bug 209457] AMDGPU resume fail with RX 580 GPU

2021-06-30 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=209457 --- Comment #30 from Leandro Jacques (ls...@yahoo.com) --- (In reply to Leandro Jacques from comment #29) Until now, no problems. So the problem is with newer firmware versions, working without any issues since 2021-06-22 17:16:25 UTC with versio

[Bug 212469] plymouth animation freezes during shutdown

2021-07-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=212469 Norbert (asteri...@gmx.de) changed: What|Removed |Added CC||asteri...@gmx.de --- Comment

[Bug 213391] AMDGPU retries page fault with some specific processes amdgpu and sometimes followed [gfxhub0] retry page fault until *ERROR* ring gfx timeout, but soft recovered

2021-07-05 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=213391 --- Comment #29 from Leandro Jacques (ls...@yahoo.com) --- How to file a bug to the linux-firmware project for the amdgpu driver? After the downgrade I haven't experienced any issues anymore. -- You may reply to this email to add a comment. You

[Bug 209457] AMDGPU resume fail with RX 580 GPU

2021-07-05 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=209457 --- Comment #31 from Leandro Jacques (ls...@yahoo.com) --- How to file a bug to the linux-firmware project for the amdgpu driver? After the downgrade I haven't experienced any issues anymore. -- You may reply to this email to add a comment. You

[Bug 207383] [Regression] 5.7 amdgpu/polaris11 gpf: amdgpu_atomic_commit_tail

2021-07-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=207383 aka...@pm.me changed: What|Removed |Added CC||aka...@pm.me --- Comment #121 from aka...@

[Bug 209457] AMDGPU resume fail with RX 580 GPU

2021-07-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=209457 --- Comment #32 from Alex Deucher (alexdeuc...@gmail.com) --- Can you narrow down which specific firmware file (ce, me, smc, etc.) causes the problem? -- You may reply to this email to add a comment. You are receiving this mail because: You are

[Bug 209457] AMDGPU resume fail with RX 580 GPU

2021-07-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=209457 --- Comment #33 from Leandro Jacques (ls...@yahoo.com) --- (In reply to Alex Deucher from comment #32) Sorry for that, but when I had the problem I wasn't paying attention for the firmware version, I thought it was a kernel problem. I focused on l

[Bug 213391] AMDGPU retries page fault with some specific processes amdgpu and sometimes followed [gfxhub0] retry page fault until *ERROR* ring gfx timeout, but soft recovered

2021-07-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=213391 --- Comment #30 from Leandro Jacques (ls...@yahoo.com) --- (In reply to Dominic Letz from comment #21) I made what you suggested, no issues anymore. It was a linux-firmware package problem, not a kernel driver problem. -- You may reply to this e

[Bug 211425] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 20secs aborting

2021-07-07 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=211425 Andreas (icedragon...@web.de) changed: What|Removed |Added Kernel Version|5.12.13 |5.12.14 -- You may reply

[Bug 213391] AMDGPU retries page fault with some specific processes amdgpu and sometimes followed [gfxhub0] retry page fault until *ERROR* ring gfx timeout, but soft recovered

2021-07-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=213391 --- Comment #31 from Lahfa Samy (s...@lahfa.xyz) --- I just have hit the same error even after downgrading, here is the current version of the package linux-firmware 20210315.3568f96-3. I have hit the error again, the computer froze for a few sec

[Bug 213391] AMDGPU retries page fault with some specific processes amdgpu and sometimes followed [gfxhub0] retry page fault until *ERROR* ring gfx timeout, but soft recovered

2021-07-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=213391 --- Comment #32 from Lahfa Samy (s...@lahfa.xyz) --- Created attachment 297781 --> https://bugzilla.kernel.org/attachment.cgi?id=297781&action=edit Archlinux-part-of-modinfo-amdgpu I think that my kernel is using the latest amdgpu driver that i

[Bug 212469] plymouth animation freezes during shutdown

2021-07-10 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=212469 --- Comment #9 from Norbert (asteri...@gmx.de) --- With Linux 5.13.0-11-generic #11-Ubuntu SMP Tue Jun 29 06:57:28 UTC 2021 no change. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the as

[Bug 212469] plymouth animation freezes during shutdown

2021-07-10 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=212469 --- Comment #10 from Amir (amirg...@criptext.com) --- The problem introduced with Kernel 5.10 But then I installed the git build of plymouth and it was gone! So I assume the problem brought up by changes in kernel, and plymouth patched their app t

[Bug 212469] plymouth animation freezes during shutdown

2021-07-10 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=212469 --- Comment #11 from Arnas (arnasz...@gmail.com) --- The problem was not introduced with 5.10, 5.10 always worked fine. The problem appeared with kernel 5.11. -- You may reply to this email to add a comment. You are receiving this mail because:

[Bug 213715] New: failed to change brightness of HDR panel on AMD GREEN_SARDINE through aux

2021-07-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=213715 Bug ID: 213715 Summary: failed to change brightness of HDR panel on AMD GREEN_SARDINE through aux Product: Drivers Version: 2.5 Kernel Version: 5.14.0-rc1+ Hardware: Al

[Bug 213715] failed to change brightness of HDR panel on AMD GREEN_SARDINE through aux

2021-07-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=213715 --- Comment #1 from Pengyu Ma (mapen...@gmail.com) --- Created attachment 297821 --> https://bugzilla.kernel.org/attachment.cgi?id=297821&action=edit 4k display edid -- You may reply to this email to add a comment. You are receiving this mail

[Bug 209457] AMDGPU resume fail with RX 580 GPU

2021-07-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=209457 --- Comment #34 from Leandro Jacques (ls...@yahoo.com) --- Created attachment 297851 --> https://bugzilla.kernel.org/attachment.cgi?id=297851&action=edit Linux Firmware version info 20210511.7685cf4 -- You may reply to this email to add a comm

[Bug 209457] AMDGPU resume fail with RX 580 GPU

2021-07-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=209457 Leandro Jacques (ls...@yahoo.com) changed: What|Removed |Added Attachment #297851|0 |1 is obsolete|

[Bug 209457] AMDGPU resume fail with RX 580 GPU

2021-07-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=209457 --- Comment #36 from Leandro Jacques (ls...@yahoo.com) --- Created attachment 297855 --> https://bugzilla.kernel.org/attachment.cgi?id=297855&action=edit Kernel crash log for linux firmware version 20210511.7685cf4 Kernel log when crashed. --

[Bug 209457] AMDGPU resume fail with RX 580 GPU

2021-07-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=209457 --- Comment #37 from Leandro Jacques (ls...@yahoo.com) --- (In reply to Alex Deucher from comment #32) As you asked about the firmware version details, I upgraded my linux-firmware package to see if the problem would come back and it came back. So

[Bug 209457] AMDGPU resume fail with RX 580 GPU

2021-07-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=209457 --- Comment #38 from Alex Deucher (alexdeuc...@gmail.com) --- (In reply to Leandro Jacques from comment #37) > (In reply to Alex Deucher from comment #32) > As you asked about the firmware version details, I upgraded my > linux-firmware package to

[Bug 213391] AMDGPU retries page fault with some specific processes amdgpu and sometimes followed [gfxhub0] retry page fault until *ERROR* ring gfx timeout, but soft recovered

2021-07-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=213391 --- Comment #33 from Leandro Jacques (ls...@yahoo.com) --- Created attachment 297881 --> https://bugzilla.kernel.org/attachment.cgi?id=297881&action=edit Kernel crash log for linux firmware version 20210511.7685cf4 amdgpu kernel crash log when

[Bug 213391] AMDGPU retries page fault with some specific processes amdgpu and sometimes followed [gfxhub0] retry page fault until *ERROR* ring gfx timeout, but soft recovered

2021-07-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=213391 --- Comment #34 from Leandro Jacques (ls...@yahoo.com) --- Created attachment 297883 --> https://bugzilla.kernel.org/attachment.cgi?id=297883&action=edit Linux Firmware version info 20210511.7685cf4 Firmware info as of the moment when the syste

[Bug 209457] AMDGPU resume fail with RX 580 GPU

2021-07-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=209457 --- Comment #39 from Leandro Jacques (ls...@yahoo.com) --- (In reply to Alex Deucher from comment #38) > > You have a Picasso system. The original bug was about an RX 580. I don't > think this is the same issue. Sounds like you are seeing this

[Bug 213751] New: KVM virt w/ qxl fails boot at latest 5.14.0-rc1+

2021-07-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=213751 Bug ID: 213751 Summary: KVM virt w/ qxl fails boot at latest 5.14.0-rc1+ Product: Drivers Version: 2.5 Kernel Version: 5.14.0-rc1+ Hardware: x86-64 OS: Linux

[Bug 213569] Amdgpu temperature reaching dangerous levels

2021-07-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=213569 Martin (martin...@gmx.com) changed: What|Removed |Added Kernel Version|5.12, 5.11 |5.13 -- You may reply to th

[Bug 213779] New: Screen stays blank on resume. from hibernate

2021-07-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=213779 Bug ID: 213779 Summary: Screen stays blank on resume. from hibernate Product: Drivers Version: 2.5 Kernel Version: 5.13 Hardware: x86-64 OS: Linux Tree: Main

[Bug 213779] Screen stays blank on resume. from hibernate

2021-07-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=213779 --- Comment #1 from alex14...@yahoo.com --- The graphics card is a RX580. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.

[Bug 213201] [KAVERI] memory leak - unreferenced object 0xffff8881700cf988 (size 56)

2021-07-19 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=213201 --- Comment #8 from Erhard F. (erhar...@mailbox.org) --- Created attachment 297921 --> https://bugzilla.kernel.org/attachment.cgi?id=297921&action=edit output of /sys/kernel/debug/kmemleak (kernel 5.14-rc2) Looking slightly different on kernel

[Bug 213201] [KAVERI] memory leak - unreferenced object 0xffff8881700cf988 (size 56)

2021-07-19 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=213201 --- Comment #9 from Erhard F. (erhar...@mailbox.org) --- Created attachment 297923 --> https://bugzilla.kernel.org/attachment.cgi?id=297923&action=edit kernel dmesg (5.14-rc2, AMD A10-8750) -- You may reply to this email to add a comment. You

[Bug 213201] [KAVERI] memory leak - unreferenced object 0xffff8881700cf988 (size 56)

2021-07-19 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=213201 --- Comment #10 from Erhard F. (erhar...@mailbox.org) --- Created attachment 297925 --> https://bugzilla.kernel.org/attachment.cgi?id=297925&action=edit kernel .config (5.14-rc2, AMD A10-8750) -- You may reply to this email to add a comment.

[Bug 213779] Screen stays blank on resume. from hibernate

2021-07-19 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=213779 Alex Deucher (alexdeuc...@gmail.com) changed: What|Removed |Added CC||alexdeuc...@gmail.c

[Bug 210005] Kernel stacktrace, Xorg freezes

2020-11-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210005 --- Comment #1 from amara...@dshort.biz --- Found the same bug report on launchpad: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1901563 It seems there is a issue with Xorg and the i915 driver. -- You are receiving this mail because: Yo

[Bug 209939] radeontop causes kernel panic

2020-11-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=209939 --- Comment #5 from Janpieter Sollie (janpieter.sol...@edpnet.be) --- Also tried (thanks to hint from Gentoo) netconsole when using netconsole, no output is logged: while the kernel buffer from before 'radeontop' is printed correctly, no other out

[Bug 210095] New: amdgpu : hibernate failed on A12-9700P (R7 bristol ridge) - ASUS X555 Q

2020-11-07 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210095 Bug ID: 210095 Summary: amdgpu : hibernate failed on A12-9700P (R7 bristol ridge) - ASUS X555 Q Product: Drivers Version: 2.5 Kernel Version: 5.4.0-52-generic #57-Ubuntu SMP Thu

[Bug 210095] amdgpu : hibernate failed on A12-9700P (R7 bristol ridge) - ASUS X555 Q

2020-11-07 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210095 alvin (al...@ximple.ga) changed: What|Removed |Added Kernel Version|5.4.0-52-generic #57-Ubuntu |5.9.6-050906-generic

[Bug 210095] amdgpu : hibernate failed on A12-9700P (R7 bristol ridge) - ASUS X555 Q

2020-11-07 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210095 --- Comment #1 from alvin (al...@ximple.ga) --- Sometimes Magic number (PM_TRACE) says this after I force turn off by pressing power button: I can't pinpoint where's the problem :( [1.014233] kernel: PM: Magic number: 12:338:175 [1.0150

[Bug 210095] amdgpu : hibernate failed on A12-9700P (R7 bristol ridge) - ASUS X555 Q

2020-11-07 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210095 --- Comment #2 from alvin (al...@ximple.ga) --- Created attachment 293531 --> https://bugzilla.kernel.org/attachment.cgi?id=293531&action=edit dmesg-magic says acpi problem -- You are receiving this mail because: You are watching the assignee

[Bug 209987] Memory leak in amdgpu_dm_update_connector_after_detect

2020-11-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=209987 --- Comment #2 from Lee Starnes (lstarnes1...@gmail.com) --- It looks like this can be fixed by setting aconnector->num_modes to the return value from drm_add_edid_modes. At least one other place in amdgpu_dm.c sets struct amdgpu_dm_connector.num_

[Bug 209987] Memory leak in amdgpu_dm_update_connector_after_detect

2020-11-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=209987 --- Comment #3 from Lee Starnes (lstarnes1...@gmail.com) --- Created attachment 293577 --> https://bugzilla.kernel.org/attachment.cgi?id=293577&action=edit proposed patch -- You are receiving this mail because: You are watching the assignee of

[Bug 210123] New: drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] - flip_done time out with vmwgfx

2020-11-09 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210123 Bug ID: 210123 Summary: drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] - flip_done time out with vmwgfx Product: Drivers Version: 2.5 Kernel Version: 5.3.18-24.9.1

[Bug 210123] drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] - flip_done time out with vmwgfx

2020-11-09 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210123 --- Comment #1 from Stefan Mayr (stefan+ker...@mayr-stefan.de) --- #208373 seems simliar but for us it started with an older kernel version -- You are receiving this mail because: You are watching the assignee of the bug. ___

[Bug 210123] drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] - flip_done time out with vmwgfx

2020-11-10 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210123 Stefan Mayr (stefan+ker...@mayr-stefan.de) changed: What|Removed |Added See Also||https://bugzi

<    1   2   3   4   5   6   7   8   9   10   >