All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 210479] New: amdgpu: Monitor connected to RX 6800XT loses signal when module is loaded
@ 2020-12-03 17:03 bugzilla-daemon
  2020-12-03 18:08 ` [Bug 210479] " bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2020-12-03 17:03 UTC (permalink / raw)
  To: dri-devel

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
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Video(DRI - non Intel)
          Assignee: drivers_video-dri@kernel-bugs.osdl.org
          Reporter: alapshin@fastmail.com
        Regression: No

Created attachment 293923
  --> https://bugzilla.kernel.org/attachment.cgi?id=293923&action=edit
Journalctl output

When monitor is connected to RX 6800XT gpu it loses its signal as soon as
amgdpu module is loaded from initrd.

However system itself is working, I can enter LUKS password and connect via
ssh.
Adding nomodeset kernel parameter allows to see boot progress but Xserver can't
be started and user is redirected to console login prompt.

Additional info
1. This monitor works fine with same setup (hardware/OS) with Nvidia GPU and
modesetting driver.
2. This situation occurs regardless how monitor is connected (DisplayPort or
HDMI)
3. This situation also occurs with different monitor as well.
4. This GPU seems to work fine under Windows installed on same hardware.

lspci -nvv output:

2d:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc.
[AMD/ATI] Device [1002:73bf] (rev c1) (prog-if 00 [VGA controller])
        Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:0e3a]
        Flags: bus master, fast devsel, latency 0, IRQ 43, IOMMU group 2
        Memory at 7800000000 (64-bit, prefetchable) [size=16G]
        Memory at 7c00000000 (64-bit, prefetchable) [size=256M]
        I/O ports at e000 [size=256]
        Memory at fc700000 (32-bit, non-prefetchable) [size=1M]
        Expansion ROM at fc800000 [disabled] [size=128K]
        Capabilities: <access denied>
        Kernel driver in use: amdgpu
        Kernel modules: amdgpu

-- 
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

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

* [Bug 210479] amdgpu: Monitor connected to RX 6800XT loses signal when module is loaded
  2020-12-03 17:03 [Bug 210479] New: amdgpu: Monitor connected to RX 6800XT loses signal when module is loaded bugzilla-daemon
@ 2020-12-03 18:08 ` bugzilla-daemon
  2020-12-04  6:21 ` bugzilla-daemon
  2020-12-04  6:23 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2020-12-03 18:08 UTC (permalink / raw)
  To: dri-devel

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

Alex Deucher (alexdeucher@gmail.com) changed:

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

--- Comment #1 from Alex Deucher (alexdeucher@gmail.com) ---
It looks like you don't have support for the display hardware configured in
your kernel config.  Make sure your config has:
CONFIG_DRM_AMD_DC=y
CONFIG_DRM_AMD_DC_DCN=y
CONFIG_DRM_AMD_DC_DCN3_0=y

-- 
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

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

* [Bug 210479] amdgpu: Monitor connected to RX 6800XT loses signal when module is loaded
  2020-12-03 17:03 [Bug 210479] New: amdgpu: Monitor connected to RX 6800XT loses signal when module is loaded bugzilla-daemon
  2020-12-03 18:08 ` [Bug 210479] " bugzilla-daemon
@ 2020-12-04  6:21 ` bugzilla-daemon
  2020-12-04  6:23 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2020-12-04  6:21 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #2 from alapshin@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 are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 210479] amdgpu: Monitor connected to RX 6800XT loses signal when module is loaded
  2020-12-03 17:03 [Bug 210479] New: amdgpu: Monitor connected to RX 6800XT loses signal when module is loaded bugzilla-daemon
  2020-12-03 18:08 ` [Bug 210479] " bugzilla-daemon
  2020-12-04  6:21 ` bugzilla-daemon
@ 2020-12-04  6:23 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2020-12-04  6:23 UTC (permalink / raw)
  To: dri-devel

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

alapshin@fastmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

-- 
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

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

end of thread, other threads:[~2020-12-04  6:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-03 17:03 [Bug 210479] New: amdgpu: Monitor connected to RX 6800XT loses signal when module is loaded bugzilla-daemon
2020-12-03 18:08 ` [Bug 210479] " bugzilla-daemon
2020-12-04  6:21 ` bugzilla-daemon
2020-12-04  6:23 ` 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.