From: Orlando Chamberlain <redecorating@protonmail.com>
To: Aditya Garg <gargaditya08@live.com>
Cc: "sunpeng.li@amd.com" <sunpeng.li@amd.com>,
"Xinhui.Pan@amd.com" <Xinhui.Pan@amd.com>,
"Rodrigo.Siqueira@amd.com" <Rodrigo.Siqueira@amd.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"amd-gfx@lists.freedesktop.org" <amd-gfx@lists.freedesktop.org>,
"alexander.deucher@amd.com" <alexander.deucher@amd.com>,
"harry.wentland@amd.com" <harry.wentland@amd.com>,
"christian.koenig@amd.com" <christian.koenig@amd.com>
Subject: Re: [BUG] AMD Radeon Pro 5600M with 8GB of HBM2 memory shows blank screen on Linux
Date: Wed, 28 Dec 2022 08:27:50 +0000 [thread overview]
Message-ID: <20221228192740.1ec44a3d@localhost> (raw)
In-Reply-To: <3AFB9142-2BD0-46F9-AEA9-C9C5D13E68E6@live.com>
On Mon, 26 Dec 2022 21:44:06 +1100
"Aditya Garg" <gargaditya08@live.com> wrote:
> The AMD Radeon Pro 5600M with 8GB of HBM2 memory GPU is found in
> MacBook Pro 16 inch, 2019 (MacBookPro16,4).
>
> The GPU fails to work on Linux, thus a blank black screen gets
> displayed on boot.
>
> If nomodeset is added as a kernel parameter, we are able to access
> Linux easily.
>
> The link below contains the journalctl of the failed boot :-
> https://gist.github.com/AdityaGarg8/dfe1a1c23bf2b92b640dad89f55b73c7
>
> Thanks
> Aditya
I'm not sure if it was an unrelated issue, but on older versions
including 5.17.1, psp_v11_0_bootloader_load_sysdrv would timeout and
return -ETIME. I'm not sure when it started having Mode Validation
Warnings instead, but these errors are what it previously had:
[ 5.136077] [drm:psp_hw_start [amdgpu]] *ERROR* PSP load sys drv failed!
[ 5.136233] [drm:psp_hw_init [amdgpu]] *ERROR* PSP firmware loading failed
[ 5.136351] [drm:amdgpu_device_fw_loading [amdgpu]] *ERROR* hw_init of IP block <psp> failed -22
[ 5.136458] amdgpu 0000:03:00.0: amdgpu: amdgpu_device_ip_init failed
[ 5.136477] amdgpu 0000:03:00.0: amdgpu: Fatal error during GPU init
[ 5.136540] amdgpu 0000:03:00.0: amdgpu: amdgpu: finishing device.
[ 5.137815] amdgpu: probe of 0000:03:00.0 failed with error -22
The patch used to test this and the kernel log I received from someone
using that patch are on this page:
https://gist.github.com/Redecorating/645a62eec4fb06e03f384396f483fa37
WARNING: multiple messages have this Message-ID (diff)
From: Orlando Chamberlain <redecorating@protonmail.com>
To: Aditya Garg <gargaditya08@live.com>
Cc: "harry.wentland@amd.com" <harry.wentland@amd.com>,
"sunpeng.li@amd.com" <sunpeng.li@amd.com>,
"Rodrigo.Siqueira@amd.com" <Rodrigo.Siqueira@amd.com>,
"alexander.deucher@amd.com" <alexander.deucher@amd.com>,
"christian.koenig@amd.com" <christian.koenig@amd.com>,
"Xinhui.Pan@amd.com" <Xinhui.Pan@amd.com>,
"amd-gfx@lists.freedesktop.org" <amd-gfx@lists.freedesktop.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [BUG] AMD Radeon Pro 5600M with 8GB of HBM2 memory shows blank screen on Linux
Date: Wed, 28 Dec 2022 08:27:50 +0000 [thread overview]
Message-ID: <20221228192740.1ec44a3d@localhost> (raw)
In-Reply-To: <3AFB9142-2BD0-46F9-AEA9-C9C5D13E68E6@live.com>
On Mon, 26 Dec 2022 21:44:06 +1100
"Aditya Garg" <gargaditya08@live.com> wrote:
> The AMD Radeon Pro 5600M with 8GB of HBM2 memory GPU is found in
> MacBook Pro 16 inch, 2019 (MacBookPro16,4).
>
> The GPU fails to work on Linux, thus a blank black screen gets
> displayed on boot.
>
> If nomodeset is added as a kernel parameter, we are able to access
> Linux easily.
>
> The link below contains the journalctl of the failed boot :-
> https://gist.github.com/AdityaGarg8/dfe1a1c23bf2b92b640dad89f55b73c7
>
> Thanks
> Aditya
I'm not sure if it was an unrelated issue, but on older versions
including 5.17.1, psp_v11_0_bootloader_load_sysdrv would timeout and
return -ETIME. I'm not sure when it started having Mode Validation
Warnings instead, but these errors are what it previously had:
[ 5.136077] [drm:psp_hw_start [amdgpu]] *ERROR* PSP load sys drv failed!
[ 5.136233] [drm:psp_hw_init [amdgpu]] *ERROR* PSP firmware loading failed
[ 5.136351] [drm:amdgpu_device_fw_loading [amdgpu]] *ERROR* hw_init of IP block <psp> failed -22
[ 5.136458] amdgpu 0000:03:00.0: amdgpu: amdgpu_device_ip_init failed
[ 5.136477] amdgpu 0000:03:00.0: amdgpu: Fatal error during GPU init
[ 5.136540] amdgpu 0000:03:00.0: amdgpu: amdgpu: finishing device.
[ 5.137815] amdgpu: probe of 0000:03:00.0 failed with error -22
The patch used to test this and the kernel log I received from someone
using that patch are on this page:
https://gist.github.com/Redecorating/645a62eec4fb06e03f384396f483fa37
next prev parent reply other threads:[~2022-12-28 22:47 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-26 10:44 [BUG] AMD Radeon Pro 5600M with 8GB of HBM2 memory shows blank screen on Linux Aditya Garg
2022-12-26 10:44 ` Aditya Garg
2022-12-27 15:55 ` Alex Deucher
2022-12-27 15:55 ` Alex Deucher
2022-12-27 16:15 ` Aditya Garg
2022-12-27 16:15 ` Aditya Garg
2022-12-28 8:27 ` Orlando Chamberlain [this message]
2022-12-28 8:27 ` Orlando Chamberlain
2022-12-29 16:42 ` Alex Deucher
2022-12-29 16:42 ` Alex Deucher
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=20221228192740.1ec44a3d@localhost \
--to=redecorating@protonmail.com \
--cc=Rodrigo.Siqueira@amd.com \
--cc=Xinhui.Pan@amd.com \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=christian.koenig@amd.com \
--cc=gargaditya08@live.com \
--cc=harry.wentland@amd.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sunpeng.li@amd.com \
/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 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.