dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 105880] [dc] No support for LVDS or VGA connectors (Cannot find any crtc or sizes)
Date: Thu, 31 Jan 2019 10:35:12 +0000	[thread overview]
Message-ID: <bug-105880-502-8BEaUgTTr1@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-105880-502@http.bugs.freedesktop.org/>


[-- Attachment #1.1: Type: text/plain, Size: 5956 bytes --]

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

--- Comment #43 from Pontus Gråskæg <graaskaeg.via.forwarder@neverbox.com> ---
(In reply to Przemek from comment #42)
> Good news,
> on amd-staging-drm-next (5.0.0-rc1+) vga connector works without a hitch. I
> don't have dvi connector on my netbook so I am unable to test this one.
> 
> Thanks,
> Przemek.

I *think* that is because it defaults to Radeon code on Kaveri.

On my Lenovo Z50-75 laptop with kernel 5.0.0-rc4 I get the following behaviour
- with kernel parameter amdgpu.dc=0 the VGA connector works (case (a) below)
and with amdgpu.dc=1 it does not, although the built in LCD display on the
laptop does (case (b) below).

I believe this is known to AMD, but resource prioritisation means that it is
unlikely to be changed in the near future if at all.

graaskaeg


a) with kernel boot parameters "amdgpu.cik_support=1 radeon.cik_support=0
amdgpu.dc=0 amdgpu.dc_log=0 drm.debug=0x00 vt.handoff=1" - note the amdgpu.dc=0

<see attachment dmesg 5.0.0-rc4 dc=0, grepped with #grep -E
'amdgpu|drm|kfd|console|Console'> My ***Highlight*** added below

[    2.200714] [drm] amdgpu kernel modesetting enabled.
[    2.201557] [drm] initializing kernel modesetting (KAVERI 0x1002:0x130A
0x17AA:0x3988 0x00).
[    2.220715] [drm] register mmio base: 0xF0B00000
[    2.220724] [drm] register mmio size: 262144
[    2.220730] [drm] add ip block number 0 <cik_common>
[    2.220733] [drm] add ip block number 1 <gmc_v7_0>
[    2.220735] [drm] add ip block number 2 <cik_ih>
[    2.220738] [drm] add ip block number 3 <gfx_v7_0>
[    2.220741] [drm] add ip block number 4 <cik_sdma>
[    2.220743] [drm] add ip block number 5 <kv_dpm>
***[    2.220746] [drm] add ip block number 6 <dce_v8_0> ***
[    2.220749] [drm] add ip block number 7 <uvd_v4_2>
[    2.220751] [drm] add ip block number 8 <vce_v2_0>
[    2.245495] [drm] BIOS signature incorrect 0 0
...
[    2.246594] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.246597] [drm] Driver supports precise vblank timestamp query.
[    2.247632] [drm] Internal thermal controller without fan control
[    2.247640] [drm] amdgpu: dpm initialized
[    2.252827] [drm] amdgpu atom DIG backlight initialized
[    2.252831] [drm] AMDGPU Display Connectors
[    2.252833] [drm] Connector 0:
[    2.252835] [drm]   VGA-1
[    2.252836] [drm]   HPD2
[    2.252839] [drm]   DDC: 0x1950 0x1950 0x1951 0x1951 0x1952 0x1952 0x1953
0x1953
[    2.252841] [drm]   Encoders:
[    2.252843] [drm]     CRT1: INTERNAL_UNIPHY2
[    2.252845] [drm]     CRT1: NUTMEG
[    2.252846] [drm] Connector 1:
[    2.252848] [drm]   HDMI-A-1
[    2.252849] [drm]   HPD3
[    2.252851] [drm]   DDC: 0x1954 0x1954 0x1955 0x1955 0x1956 0x1956 0x1957
0x1957
[    2.252854] [drm]   Encoders:
[    2.252855] [drm]     DFP1: INTERNAL_UNIPHY2
[    2.252857] [drm] Connector 2:
[    2.252858] [drm]   eDP-1
[    2.252860] [drm]   HPD1
[    2.252862] [drm]   DDC: 0x194c 0x194c 0x194d 0x194d 0x194e 0x194e 0x194f
0x194f
[    2.252864] [drm]   Encoders:
[    2.252866] [drm]     LCD1: INTERNAL_UNIPHY
[    2.252995] [drm] Found UVD firmware Version: 1.55 Family ID: 9
[    2.253586] [drm] Found VCE firmware Version: 50.10 Binary ID: 2
[    2.376639] [drm] UVD initialized successfully.
[    2.486808] [drm] VCE initialized successfully.


b) with kernel boot parameters "amdgpu.cik_support=1 radeon.cik_support=0
amdgpu.dc=1 amdgpu.dc_log=0 drm.debug=0x00 vt.handoff=1" - note the amdgpu.dc=1

<see attachment dmesg 5.0.0-rc4 dc=1, grepped with #grep -E
'amdgpu|drm|kfd|console|Console'> My ***Highlight*** added below

[    2.234786] [drm] amdgpu kernel modesetting enabled.
[    2.235605] [drm] initializing kernel modesetting (KAVERI 0x1002:0x130A
0x17AA:0x3988 0x00).
[    2.248333] [drm] register mmio base: 0xF0B00000
[    2.248343] [drm] register mmio size: 262144
[    2.248348] [drm] add ip block number 0 <cik_common>
[    2.248351] [drm] add ip block number 1 <gmc_v7_0>
[    2.248354] [drm] add ip block number 2 <cik_ih>
[    2.248356] [drm] add ip block number 3 <gfx_v7_0>
[    2.248359] [drm] add ip block number 4 <cik_sdma>
[    2.248361] [drm] add ip block number 5 <kv_dpm>
***[    2.248365] [drm] add ip block number 6 <dm> ***
[    2.248367] [drm] add ip block number 7 <uvd_v4_2>
[    2.248370] [drm] add ip block number 8 <vce_v2_0>
[    2.273900] [drm] BIOS signature incorrect 0 0
...
[    2.275855] [drm] Internal thermal controller without fan control
[    2.275866] [drm] amdgpu: dpm initialized
[    2.275999] [drm] Found UVD firmware Version: 1.55 Family ID: 9
[    2.276402] [drm] Found VCE firmware Version: 50.10 Binary ID: 2
[    2.285995] [drm:dm_pp_get_static_clocks [amdgpu]] *ERROR* DM_PPLIB: invalid
powerlevel state: 0!
[    2.286092] [drm] Unsupported Connector type:5!
[    2.286207] [drm:construct [amdgpu]] *ERROR* construct: Invalid Connector
ObjectID from Adapter Service for connector index:3! type 0 expected 3
[    2.286313] [drm:construct [amdgpu]] *ERROR* construct: Invalid Connector
ObjectID from Adapter Service for connector index:4! type 0 expected 3
[    2.286391] [drm:construct [amdgpu]] *ERROR* construct: Invalid Connector
ObjectID from Adapter Service for connector index:5! type 0 expected 3
[    2.286469] [drm:construct [amdgpu]] *ERROR* construct: Invalid Connector
ObjectID from Adapter Service for connector index:6! type 0 expected 3
[    2.297476] [drm] Display Core initialized with v3.2.08!
[    2.304663] [drm] SADs count is: -2, don't need to read it
[    2.305984] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.305988] [drm] Driver supports precise vblank timestamp query.
[    2.332285] [drm] UVD initialized successfully.
[    2.442382] [drm] VCE initialized successfully.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 7038 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2019-01-31 10:35 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-04  9:19 [Bug 105880] [dc][kabini] Cannot find any crtc or sizes bugzilla-daemon
2018-04-04  9:20 ` bugzilla-daemon
2018-04-04  9:20 ` bugzilla-daemon
2018-04-04 14:26 ` bugzilla-daemon
2018-04-05 11:59 ` bugzilla-daemon
2018-04-05 12:50 ` bugzilla-daemon
2018-04-05 20:12 ` bugzilla-daemon
2018-04-05 20:13 ` bugzilla-daemon
2018-04-11  9:04 ` bugzilla-daemon
2018-04-12  1:19 ` bugzilla-daemon
2018-04-12  1:21 ` bugzilla-daemon
2018-04-12  8:02 ` bugzilla-daemon
2018-04-13 11:28 ` bugzilla-daemon
2018-04-13 11:42 ` bugzilla-daemon
2018-04-13 12:17 ` [Bug 105880] [dc] No support for LVDS or VGA connectors (Cannot find any crtc or sizes) bugzilla-daemon
2018-04-13 16:30 ` bugzilla-daemon
2018-04-13 18:56 ` bugzilla-daemon
2018-04-13 20:01 ` bugzilla-daemon
2018-04-16 10:14 ` bugzilla-daemon
2018-04-16 10:14 ` bugzilla-daemon
2018-04-16 10:23 ` bugzilla-daemon
2018-04-24 18:53 ` bugzilla-daemon
2018-05-09 14:09 ` bugzilla-daemon
2018-05-25  8:11 ` bugzilla-daemon
2018-05-25  8:52 ` bugzilla-daemon
2018-06-08 16:08 ` bugzilla-daemon
2018-06-14 18:38 ` bugzilla-daemon
2018-06-14 18:49 ` bugzilla-daemon
2018-06-26 22:36 ` bugzilla-daemon
2018-08-14 11:03 ` bugzilla-daemon
2018-08-14 15:47 ` bugzilla-daemon
2018-08-14 19:15 ` bugzilla-daemon
2018-08-14 20:53 ` bugzilla-daemon
2018-08-14 21:01 ` bugzilla-daemon
2018-08-14 21:57 ` bugzilla-daemon
2018-08-14 22:41 ` bugzilla-daemon
2018-08-15 22:28 ` bugzilla-daemon
2018-08-16  0:11 ` bugzilla-daemon
2018-08-16  0:12 ` bugzilla-daemon
2018-08-16  1:38 ` bugzilla-daemon
2018-08-16 13:33 ` bugzilla-daemon
2018-08-17  8:40 ` bugzilla-daemon
2018-09-04 20:18 ` bugzilla-daemon
2018-09-04 20:29 ` bugzilla-daemon
2018-09-05 16:56 ` bugzilla-daemon
2019-01-31  9:08 ` bugzilla-daemon
2019-01-31 10:35 ` bugzilla-daemon [this message]
2019-01-31 10:36 ` bugzilla-daemon
2019-01-31 10:37 ` bugzilla-daemon
2019-01-31 10:55 ` bugzilla-daemon
2019-11-19  8:34 ` bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-105880-502-8BEaUgTTr1@http.bugs.freedesktop.org/ \
    --to=bugzilla-daemon@freedesktop.org \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).