All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 216806] New: [Raven Ridge] console disappears after framebuffer device loads
@ 2022-12-13 20:37 bugzilla-daemon
  2022-12-13 20:42 ` [Bug 216806] " bugzilla-daemon
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: bugzilla-daemon @ 2022-12-13 20:37 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=216806

            Bug ID: 216806
           Summary: [Raven Ridge] console disappears after framebuffer
                    device loads
           Product: Drivers
           Version: 2.5
    Kernel Version: 6.0.8
          Hardware: AMD
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Video(DRI - non Intel)
          Assignee: drivers_video-dri@kernel-bugs.osdl.org
          Reporter: vinibali1@gmail.com
        Regression: No

Created attachment 303402
  --> https://bugzilla.kernel.org/attachment.cgi?id=303402&action=edit
dmesg - debug drm, no dc

I have an HP c645 Chromebook with Ryzen 3 3250C APU.
Everytime, when the FB/DRM loads and vgaconsole get's deactivated, the console
freezes. I tried many common kernel parameters so far with no luck.
By default it freezes back in the boot sequence,
using amdgpu.dc=0 it freezes after the tty shows the login text.
I attached the logs with debug drm flags, with disabling the Display Core
driver, the last message is some BT device load message and right after that I
found the DRM load.

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

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 216806] [Raven Ridge] console disappears after framebuffer device loads
  2022-12-13 20:37 [Bug 216806] New: [Raven Ridge] console disappears after framebuffer device loads bugzilla-daemon
@ 2022-12-13 20:42 ` bugzilla-daemon
  2022-12-14  9:45 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2022-12-13 20:42 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=216806

Alex Deucher (alexdeucher@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexdeucher@gmail.com

--- Comment #1 from Alex Deucher (alexdeucher@gmail.com) ---
please make sure CONFIG_DRM_FBDEV_EMULATION is set in your kernel config.

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

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 216806] [Raven Ridge] console disappears after framebuffer device loads
  2022-12-13 20:37 [Bug 216806] New: [Raven Ridge] console disappears after framebuffer device loads bugzilla-daemon
  2022-12-13 20:42 ` [Bug 216806] " bugzilla-daemon
@ 2022-12-14  9:45 ` bugzilla-daemon
  2022-12-14 15:02 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2022-12-14  9:45 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=216806

Artem S. Tashkinov (aros@gmx.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

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

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 216806] [Raven Ridge] console disappears after framebuffer device loads
  2022-12-13 20:37 [Bug 216806] New: [Raven Ridge] console disappears after framebuffer device loads bugzilla-daemon
  2022-12-13 20:42 ` [Bug 216806] " bugzilla-daemon
  2022-12-14  9:45 ` bugzilla-daemon
@ 2022-12-14 15:02 ` bugzilla-daemon
  2022-12-14 15:08 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2022-12-14 15:02 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=216806

--- Comment #2 from Balazs Vinarz (vinibali1@gmail.com) ---
Hello Alex,
it's set:
$ zgrep DRM_FBDEV /proc/config.gz 
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_FBDEV_OVERALLOC=100
I just got a hint to use the iommu=pt, but that one didn't work too.

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

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 216806] [Raven Ridge] console disappears after framebuffer device loads
  2022-12-13 20:37 [Bug 216806] New: [Raven Ridge] console disappears after framebuffer device loads bugzilla-daemon
                   ` (2 preceding siblings ...)
  2022-12-14 15:02 ` bugzilla-daemon
@ 2022-12-14 15:08 ` bugzilla-daemon
  2022-12-21 13:56 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2022-12-14 15:08 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=216806

--- Comment #3 from Balazs Vinarz (vinibali1@gmail.com) ---
It looks like this: https://www.youtube.com/watch?v=8oUUBjmo0_I

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

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 216806] [Raven Ridge] console disappears after framebuffer device loads
  2022-12-13 20:37 [Bug 216806] New: [Raven Ridge] console disappears after framebuffer device loads bugzilla-daemon
                   ` (3 preceding siblings ...)
  2022-12-14 15:08 ` bugzilla-daemon
@ 2022-12-21 13:56 ` bugzilla-daemon
  2023-09-29 16:44 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2022-12-21 13:56 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=216806

--- Comment #4 from Balazs Vinarz (vinibali1@gmail.com) ---
Just some more information to share here. I gave it another try, and the
console  freezes exactly at the moment when drm enables the kernel modesetting. 
[    6.329371] [drm] amdgpu kernel modesetting enabled.
With nomodesetting it works like it should, the vgaconsole remain active and
useable.
Do we know somebody who has some knowledge to understand the DRM logs?
Otherwise these lines are pretty strange for me:
[    6.330490] amdgpu: Ignoring ACPI CRAT on non-APU system
.
.
.
[    6.515889] [drm] failed to load ucode RLC_RESTORE_LIST_CNTL(0x28) 
[    6.515892] [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status
is (0xFFFF300F)
[    6.516529] [drm] failed to load ucode RLC_RESTORE_LIST_GPM_MEM(0x29) 
[    6.516531] [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status
is (0xFFFF000F)
[    6.517064] [drm] failed to load ucode RLC_RESTORE_LIST_SRM_MEM(0x2A) 
[    6.517066] [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status
is (0xFFFF000F)
.
.
.
[    6.549311] [drm] psp gfx command LOAD_ASD(0x4) failed and response status
is (0x34)
[    6.549317] amdgpu 0000:04:00.0: amdgpu: RAS: optional ras ta ucode is not
available
[    6.550582] [drm] psp gfx command LOAD_TA(0x1) failed and response status is
(0x34)
[    6.551810] [drm] psp gfx command LOAD_TA(0x1) failed and response status is
(0x34)

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

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 216806] [Raven Ridge] console disappears after framebuffer device loads
  2022-12-13 20:37 [Bug 216806] New: [Raven Ridge] console disappears after framebuffer device loads bugzilla-daemon
                   ` (4 preceding siblings ...)
  2022-12-21 13:56 ` bugzilla-daemon
@ 2023-09-29 16:44 ` bugzilla-daemon
  2023-09-30 10:33 ` bugzilla-daemon
  2023-09-30 14:13 ` bugzilla-daemon
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2023-09-29 16:44 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=216806

--- Comment #5 from Balazs Vinarz (vinibali1@gmail.com) ---
The latest 6.5.5-arch1-1 kernel just turned the display into a full white
screen with high brightness.

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

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 216806] [Raven Ridge] console disappears after framebuffer device loads
  2022-12-13 20:37 [Bug 216806] New: [Raven Ridge] console disappears after framebuffer device loads bugzilla-daemon
                   ` (5 preceding siblings ...)
  2023-09-29 16:44 ` bugzilla-daemon
@ 2023-09-30 10:33 ` bugzilla-daemon
  2023-09-30 14:13 ` bugzilla-daemon
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2023-09-30 10:33 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=216806

Artem S. Tashkinov (aros@gmx.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |CLOSED
         Resolution|---                         |ANSWERED

--- Comment #6 from Artem S. Tashkinov (aros@gmx.com) ---
Please repost here:

https://gitlab.freedesktop.org/drm/amd/-/issues

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

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 216806] [Raven Ridge] console disappears after framebuffer device loads
  2022-12-13 20:37 [Bug 216806] New: [Raven Ridge] console disappears after framebuffer device loads bugzilla-daemon
                   ` (6 preceding siblings ...)
  2023-09-30 10:33 ` bugzilla-daemon
@ 2023-09-30 14:13 ` bugzilla-daemon
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2023-09-30 14:13 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=216806

--- Comment #7 from Balazs Vinarz (vinibali1@gmail.com) ---
It turned out with the latest kernel the amd_iommu=off did the trick.
https://gitlab.freedesktop.org/drm/amd/-/issues/2884

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

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-09-30 14:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-13 20:37 [Bug 216806] New: [Raven Ridge] console disappears after framebuffer device loads bugzilla-daemon
2022-12-13 20:42 ` [Bug 216806] " bugzilla-daemon
2022-12-14  9:45 ` bugzilla-daemon
2022-12-14 15:02 ` bugzilla-daemon
2022-12-14 15:08 ` bugzilla-daemon
2022-12-21 13:56 ` bugzilla-daemon
2023-09-29 16:44 ` bugzilla-daemon
2023-09-30 10:33 ` bugzilla-daemon
2023-09-30 14:13 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.