[Bug 207763] Noisy Screen in Linux with kernel 5

2021-12-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=207763

--- Comment #10 from rocca...@gmail.com ---
i forgot to mention that i have "AMD RV620/M82 [Mobility Radeon HD 3450/3470]"
i tried same live usb with persistence on other pc (buitin intel somewhat) and
all worked fine

-- 
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 207763] Noisy Screen in Linux with kernel 5

2021-12-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=207763

rocca...@gmail.com changed:

   What|Removed |Added

 CC||rocca...@gmail.com

--- Comment #9 from rocca...@gmail.com ---
same problem.
(i guess with "noisy" you mean "unreadable")
i face the problem with mint and manjaro installer
kali installation worked but the problem occurred after the first reboot

-- 
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 207763] Noisy Screen in Linux with kernel 5

2021-02-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=207763

--- Comment #8 from Mohammad Naeim (xunilar...@gmail.com) ---
(In reply to Alex Deucher from comment #6)
> Another thing to try, does setting radeon.agpmode=-1 fix the issue?

I add it to grub but the issue still exists.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 207763] Noisy Screen in Linux with kernel 5

2021-02-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=207763

--- Comment #7 from Mohammad Naeim (xunilar...@gmail.com) ---
(In reply to Alex Deucher from comment #5)
> Does it work correctly with 5.9-rc1 or newer?

I tested with 5.10 and the problem still exists.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 207763] Noisy Screen in Linux with kernel 5

2020-09-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=207763

--- Comment #6 from Alex Deucher (alexdeuc...@gmail.com) ---
Another thing to try, does setting radeon.agpmode=-1 fix the issue?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 207763] Noisy Screen in Linux with kernel 5

2020-09-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=207763

--- Comment #5 from Alex Deucher (alexdeuc...@gmail.com) ---
Does it work correctly with 5.9-rc1 or newer?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 207763] Noisy Screen in Linux with kernel 5

2020-08-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=207763

--- Comment #4 from Alex Deucher (alexdeuc...@gmail.com) ---
Created attachment 290955
  --> https://bugzilla.kernel.org/attachment.cgi?id=290955=edit
revert

Does this revert fix the issue?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 207763] Noisy Screen in Linux with kernel 5

2020-05-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=207763

--- Comment #3 from Mohammad Naeim (xunilar...@gmail.com) ---
(In reply to Alex Deucher from comment #1)
> Does reverting:
> 
> commit 33b3ad3788aba846fc8b9a065fe2685a0b64f713
> Author: Christoph Hellwig 
> Date:   Thu Aug 15 09:27:00 2019 +0200
> 
> drm/radeon: handle PCIe root ports with addressing limitations
> 
> radeon uses a need_dma32 flag to indicate to the drm core that some
> allocations need to be done using GFP_DMA32, but it only checks the
> device addressing capabilities to make that decision.  Unfortunately
> PCIe root ports that have limited addressing exist as well.  Use the
> dma_addressing_limited instead to also take those into account.
> 
> Reviewed-by: Christian König 
> Reported-by: Atish Patra 
> Signed-off-by: Christoph Hellwig 
> Signed-off-by: Alex Deucher 
> 
> 
> Fix the issue?

I did this and the issue still exists:
https://www.reddit.com/r/linuxquestions/comments/gqrk3m/noisy_screen_in_linux_with_kernel_5/

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 207763] Noisy Screen in Linux with kernel 5

2020-05-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=207763

--- Comment #2 from Mohammad Naeim (xunilar...@gmail.com) ---
I did this:
https://www.reddit.com/r/linuxquestions/comments/gqrk3m/noisy_screen_in_linux_with_kernel_5/

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 207763] Noisy Screen in Linux with kernel 5

2020-05-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=207763

Alex Deucher (alexdeuc...@gmail.com) changed:

   What|Removed |Added

 CC||alexdeuc...@gmail.com

--- Comment #1 from Alex Deucher (alexdeuc...@gmail.com) ---
Does reverting:

commit 33b3ad3788aba846fc8b9a065fe2685a0b64f713
Author: Christoph Hellwig 
Date:   Thu Aug 15 09:27:00 2019 +0200

drm/radeon: handle PCIe root ports with addressing limitations

radeon uses a need_dma32 flag to indicate to the drm core that some
allocations need to be done using GFP_DMA32, but it only checks the
device addressing capabilities to make that decision.  Unfortunately
PCIe root ports that have limited addressing exist as well.  Use the
dma_addressing_limited instead to also take those into account.

Reviewed-by: Christian König 
Reported-by: Atish Patra 
Signed-off-by: Christoph Hellwig 
Signed-off-by: Alex Deucher 


Fix the issue?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel