* [Bug 111432] [tonga] Boot failures on agd5f's drm-next branch
@ 2019-08-19 19:17 bugzilla-daemon
2019-08-19 19:17 ` bugzilla-daemon
` (8 more replies)
0 siblings, 9 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-08-19 19:17 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 785 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=111432
Bug ID: 111432
Summary: [tonga] Boot failures on agd5f's drm-next branch
Product: DRI
Version: DRI git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: DRM/AMDgpu
Assignee: dri-devel@lists.freedesktop.org
Reporter: mike@fireburn.co.uk
Created attachment 145104
--> https://bugs.freedesktop.org/attachment.cgi?id=145104&action=edit
Wont Boot
I've since compiled amdgpu as a module to get the following dmesg:
X still doesn't start, I've not had time to bisect yet
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2191 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 111432] [tonga] Boot failures on agd5f's drm-next branch
2019-08-19 19:17 [Bug 111432] [tonga] Boot failures on agd5f's drm-next branch bugzilla-daemon
@ 2019-08-19 19:17 ` bugzilla-daemon
2019-08-20 13:52 ` [Bug 111432] [bisected][tonga] " bugzilla-daemon
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-08-19 19:17 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 616 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=111432
Mike Lothian <mike@fireburn.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mike@fireburn.co.uk
--- Comment #1 from Mike Lothian <mike@fireburn.co.uk> ---
Just to be clear the machine doesn't boot when amdgpu is compiled in, it does
boot when it's as a module but doesn't behave correctly after the module has
been loaded
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1942 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 111432] [bisected][tonga] Boot failures on agd5f's drm-next branch
2019-08-19 19:17 [Bug 111432] [tonga] Boot failures on agd5f's drm-next branch bugzilla-daemon
2019-08-19 19:17 ` bugzilla-daemon
@ 2019-08-20 13:52 ` bugzilla-daemon
2019-08-20 13:53 ` bugzilla-daemon
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-08-20 13:52 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 523 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=111432
Mike Lothian <mike@fireburn.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[tonga] Boot failures on |[bisected][tonga] Boot
|agd5f's drm-next branch |failures on agd5f's
| |drm-next branch
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1166 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 111432] [bisected][tonga] Boot failures on agd5f's drm-next branch
2019-08-19 19:17 [Bug 111432] [tonga] Boot failures on agd5f's drm-next branch bugzilla-daemon
2019-08-19 19:17 ` bugzilla-daemon
2019-08-20 13:52 ` [Bug 111432] [bisected][tonga] " bugzilla-daemon
@ 2019-08-20 13:53 ` bugzilla-daemon
2019-08-20 13:58 ` bugzilla-daemon
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-08-20 13:53 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1953 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=111432
--- Comment #2 from Mike Lothian <mike@fireburn.co.uk> ---
I've bisected this to:
9adc8050bf3ca3e49c65e13259a4c310640542f1 is the first bad commit
commit 9adc8050bf3ca3e49c65e13259a4c310640542f1
Author: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Date: Fri Jul 12 15:06:06 2019 -0400
drm/amd/display: make firmware info only load once during dc_bios create
Currently every time DC wants to access firmware info we make a call
into VBIOS. This makes no sense as there is nothing that can change
runtime inside fw info and can cause issues when calling unstable
bios during bringup.
This change eliminate this behavior by only calling bios once for fw
info and keeping it stored as part of dc_bios.
Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Reviewed-by: Chris Park <Chris.Park@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c | 3 +-
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 3 +-
.../amd/display/dc/clk_mgr/dce100/dce_clk_mgr.c | 17 ++++--------
.../drm/amd/display/dc/clk_mgr/dcn10/rv1_clk_mgr.c | 6 ++--
drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 7 ++---
drivers/gpu/drm/amd/display/dc/dc_bios_types.h | 5 ++--
.../gpu/drm/amd/display/dc/dce/dce_clock_source.c | 32 ++++++++--------------
drivers/gpu/drm/amd/display/dc/dce/dce_i2c_hw.c | 13 +--------
.../drm/amd/display/dc/dce100/dce100_resource.c | 4 +--
.../drm/amd/display/dc/dce110/dce110_resource.c | 4 +--
.../gpu/drm/amd/display/dc/dce80/dce80_resource.c | 12 ++------
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c | 9 +++---
12 files changed, 36 insertions(+), 79 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 3047 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 111432] [bisected][tonga] Boot failures on agd5f's drm-next branch
2019-08-19 19:17 [Bug 111432] [tonga] Boot failures on agd5f's drm-next branch bugzilla-daemon
` (2 preceding siblings ...)
2019-08-20 13:53 ` bugzilla-daemon
@ 2019-08-20 13:58 ` bugzilla-daemon
2019-08-20 13:58 ` bugzilla-daemon
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-08-20 13:58 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 3011 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=111432
--- Comment #3 from Mike Lothian <mike@fireburn.co.uk> ---
lspci:
00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th
Gen Core Processor Host Bridge/DRAM Registers [8086:1910] (rev 07)
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen
Core Processor PCIe Controller (x16) [8086:1901] (rev 07)
00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 530
[8086:191b] (rev 06)
00:04.0 Signal processing controller [1180]: Intel Corporation Xeon E3-1200
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem [8086:1903] (rev 07)
00:14.0 USB controller [0c03]: Intel Corporation 100 Series/C230 Series Chipset
Family USB 3.0 xHCI Controller [8086:a12f] (rev 31)
00:14.2 Signal processing controller [1180]: Intel Corporation 100 Series/C230
Series Chipset Family Thermal Subsystem [8086:a131] (rev 31)
00:16.0 Communication controller [0780]: Intel Corporation 100 Series/C230
Series Chipset Family MEI Controller #1 [8086:a13a] (rev 31)
00:17.0 SATA controller [0106]: Intel Corporation HM170/QM170 Chipset SATA
Controller [AHCI Mode] [8086:a103] (rev 31)
00:1c.0 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset
Family PCI Express Root Port #1 [8086:a110] (rev f1)
00:1c.4 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset
Family PCI Express Root Port #5 [8086:a114] (rev f1)
00:1c.5 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset
Family PCI Express Root Port #6 [8086:a115] (rev f1)
00:1c.6 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset
Family PCI Express Root Port #7 [8086:a116] (rev f1)
00:1d.0 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset
Family PCI Express Root Port #9 [8086:a118] (rev f1)
00:1f.0 ISA bridge [0601]: Intel Corporation HM170 Chipset LPC/eSPI Controller
[8086:a14e] (rev 31)
00:1f.2 Memory controller [0580]: Intel Corporation 100 Series/C230 Series
Chipset Family Power Management Controller [8086:a121] (rev 31)
00:1f.3 Audio device [0403]: Intel Corporation 100 Series/C230 Series Chipset
Family HD Audio Controller [8086:a170] (rev 31)
00:1f.4 SMBus [0c05]: Intel Corporation 100 Series/C230 Series Chipset Family
SMBus [8086:a123] (rev 31)
01:00.0 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI]
Amethyst XT [Radeon R9 M295X] [1002:6921]
3b:00.0 Ethernet controller [0200]: Qualcomm Atheros Killer E2400 Gigabit
Ethernet Controller [1969:e0a1] (rev 10)
3c:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless
Network Adapter [168c:003e] (rev 32)
3d:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5227 PCI
Express Card Reader [10ec:5227] (rev 01)
3e:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd NVMe
SSD Controller SM951/PM951 [144d:a802] (rev 01)
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 3812 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 111432] [bisected][tonga] Boot failures on agd5f's drm-next branch
2019-08-19 19:17 [Bug 111432] [tonga] Boot failures on agd5f's drm-next branch bugzilla-daemon
` (3 preceding siblings ...)
2019-08-20 13:58 ` bugzilla-daemon
@ 2019-08-20 13:58 ` bugzilla-daemon
2019-08-20 14:25 ` bugzilla-daemon
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-08-20 13:58 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 250 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=111432
--- Comment #4 from Mike Lothian <mike@fireburn.co.uk> ---
This is a PRIME laptop with both i915 & amdgpu graphics
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1055 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 111432] [bisected][tonga] Boot failures on agd5f's drm-next branch
2019-08-19 19:17 [Bug 111432] [tonga] Boot failures on agd5f's drm-next branch bugzilla-daemon
` (4 preceding siblings ...)
2019-08-20 13:58 ` bugzilla-daemon
@ 2019-08-20 14:25 ` bugzilla-daemon
2019-08-20 16:24 ` bugzilla-daemon
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-08-20 14:25 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 288 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=111432
--- Comment #5 from Mike Lothian <mike@fireburn.co.uk> ---
I've tried https://lore.kernel.org/patchwork/patch/1116218/ but it doesn't fix
things either
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1152 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 111432] [bisected][tonga] Boot failures on agd5f's drm-next branch
2019-08-19 19:17 [Bug 111432] [tonga] Boot failures on agd5f's drm-next branch bugzilla-daemon
` (5 preceding siblings ...)
2019-08-20 14:25 ` bugzilla-daemon
@ 2019-08-20 16:24 ` bugzilla-daemon
2019-08-21 0:36 ` bugzilla-daemon
2019-08-30 10:58 ` bugzilla-daemon
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-08-20 16:24 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 397 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=111432
--- Comment #6 from Leo Li <sunpeng.li@amd.com> ---
Created attachment 145106
--> https://bugs.freedesktop.org/attachment.cgi?id=145106&action=edit
Fix calc_pll_max_vco_construct
Please give the attached patch a shot, should fix the issue. Lmk otherwise.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1429 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 111432] [bisected][tonga] Boot failures on agd5f's drm-next branch
2019-08-19 19:17 [Bug 111432] [tonga] Boot failures on agd5f's drm-next branch bugzilla-daemon
` (6 preceding siblings ...)
2019-08-20 16:24 ` bugzilla-daemon
@ 2019-08-21 0:36 ` bugzilla-daemon
2019-08-30 10:58 ` bugzilla-daemon
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-08-21 0:36 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 226 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=111432
--- Comment #7 from Mike Lothian <mike@fireburn.co.uk> ---
That's it booting again, thanks
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1027 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bug 111432] [bisected][tonga] Boot failures on agd5f's drm-next branch
2019-08-19 19:17 [Bug 111432] [tonga] Boot failures on agd5f's drm-next branch bugzilla-daemon
` (7 preceding siblings ...)
2019-08-21 0:36 ` bugzilla-daemon
@ 2019-08-30 10:58 ` bugzilla-daemon
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-08-30 10:58 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 429 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=111432
Mike Lothian <mike@fireburn.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1265 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2019-08-30 10:58 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-19 19:17 [Bug 111432] [tonga] Boot failures on agd5f's drm-next branch bugzilla-daemon
2019-08-19 19:17 ` bugzilla-daemon
2019-08-20 13:52 ` [Bug 111432] [bisected][tonga] " bugzilla-daemon
2019-08-20 13:53 ` bugzilla-daemon
2019-08-20 13:58 ` bugzilla-daemon
2019-08-20 13:58 ` bugzilla-daemon
2019-08-20 14:25 ` bugzilla-daemon
2019-08-20 16:24 ` bugzilla-daemon
2019-08-21 0:36 ` bugzilla-daemon
2019-08-30 10:58 ` 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.