Gentoo Archives: gentoo-user

From: n952162 <n952162@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] AMDGPU: computer won't shut down [RESOLVED, kinda]
Date: Wed, 10 Jun 2020 21:18:35
Message-Id: 00f82a26-d2e7-5404-e1b2-8ad50df904fb@web.de
In Reply to: Re: [gentoo-user] AMDGPU: computer won't shut down [UPDATE] by n952162
1 On 2020-06-10 18:23, n952162 wrote:
2 > On 2020-06-10 13:48, n952162 wrote:
3 >> On 2020-06-09 23:53, n952162 wrote:
4 >>> I posted about this problem perhaps a year ago - when running with
5 >>> AMDGPU, my system won't turn off, I have to hold the power button down
6 >>> for a long time, forcing it down.
7 >>>
8 >>> At that time, various people commented. but AMDGPU didn't work at all
9 >>> for me in the end, didn't talk to my HDMI display.
10 >>>
11 >>> I gave up on it.
12 >>>
13 >>> Thanks to all the great help here, I finally got my system properly
14 >>> updated and AMDGPU working, and it  finally talks to my HDMI display.
15 >>> But, it still doesn't shut down.
16 >>>
17 >>> Is it a bug?  Is my system still not right?  Is there something I have
18 >>> to do yet?
19 >>>
20 >>>
21 >>
22 >> The following assignment is on the linux line when booting in grub:
23 >>
24 >> amdgpu.dc=1
25 >>
26 >> When I make that 0, the system shuts down properly when the power button
27 >> is pressed.
28 >>
29 >> When it's 1, the system hangs after blank screen  when that button is
30 >> pressed.
31 >>
32 >>
33 >>
34 >
35 > I found this in the AMDGPU webpage:
36 >
37 > /AMDGPU with Display Core was first implemented for VEGA10
38 > (GCN5.0) and RAVEN (with DCN 1.0) GPUs/APUs. Kernels before
39 > version 4.17 have (experimental) DC support for older cards
40 > (GCN1.1 and newer) via command line option /amdgpu.dc=1/, which
41 > may work better than the older radeon kernel module. Likewise, if
42 > DC needs to be disabled for any particular reason, option
43 > /amdgpu.dc=0/can be used on the kernel command line.
44 > /
45 >
46 > It's not clear to me if  DC serves a function in kernels >= 4.17 or
47 > why it's installed as default by grub ...
48 >
49 > I don't see anything similar in the new kernel parameters I posted to
50 > this topic, but I do find this in my .config file:
51 >
52 > #
53 > # Display Engine Configuration
54 > #
55 > CONFIG_DRM_AMD_DC=y
56 > CONFIG_DRM_AMD_DC_DCN1_0=y
57 > # CONFIG_DEBUG_KERNEL_DC is not set
58 >
59 > Was this left over from an earlier configuration and not properly
60 > cleaned out, or is it necessary, for some reason?
61 >
62 > Can someone explain how the amdgpu.dc=1 parameter gets passed to grub?
63 >
64 >
65
66 Okay, I found out how amdgpu.dc=1 gets into grub - via
67 /etc/default/grub.  I'm not sure who put it there - was it the kernel
68 make process?
69
70 Note that even with amdgpu.dc=0, I still have (finally!) HDMI output to
71 my monitor.  There's a lot of talk on the internet about whether
72 amdgpu.dc=1 is good or bad, but nobody seems to know or explain what
73 it's about, or the role of Display Core WRT to AMDGPU.
74
75 The only important thing unresolved for me now is whether I still need
76 those DRM_AMD_DC kernel variables, above.