[Bug 107072] 4k hdmi monitor stays black on kaveri [regression]

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Aug 14 19:24:57 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=107072

Pontus Gråskæg <graaskaeg.via.forwarder at neverbox.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |graaskaeg.via.forwarder at nev
                   |                            |erbox.com

--- Comment #9 from Pontus Gråskæg <graaskaeg.via.forwarder at neverbox.com> ---
Looking at your dmesg output, it looks like you might have hit this bug/issue:
bug 105880

"[dc] No support for LVDS or VGA connectors (Cannot find any crtc or sizes)"

AMD/Harry Wentland/Alex Deucher have commits in the mainline kernel to disable
the DC code by default for Bonaire, Kabini, Kaveri, and Mullins as certain
hardware interfaces are not supported in the DC code. Your cpu (from dmesg) is
an AMD A8-7650K Radeon R7, codename Kaveri.

The clue in dmesg output is the following errors:

[   14.186318] [drm:construct [amdgpu]] *ERROR* construct: Invalid Connector
ObjectID from Adapter Service for connector index:1! type 0 expected 3
[   14.186458] [drm:construct [amdgpu]] *ERROR* construct: Invalid Connector
ObjectID from Adapter Service for connector index:3! type 0 expected 3
[   14.186592] [drm:construct [amdgpu]] *ERROR* construct: Invalid Connector
ObjectID from Adapter Service for connector index:4! type 0 expected 3
[   14.186725] [drm:construct [amdgpu]] *ERROR* construct: Invalid Connector
ObjectID from Adapter Service for connector index:5! type 0 expected 3

You might try forcing amdgpu.dc=0 in the kernel command line to ensure you use
the old driver code.

graaskaeg

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20180814/bd381a4b/attachment.html>


More information about the dri-devel mailing list