Commit Graph

508 Commits

Author SHA1 Message Date
Stylon Wang
6c089c10ee amdgpu: DMCUB updates for various AMDGPU asics
DMCUB updates for Navi32, Navi33
From internal git commit ace3cf43fbba4398c0cf8a66a6977c208278a0df

DC Firmware update 0.0.179.0, tested with DC 3.2.247.

Fix intermittent flickering for 4K display

Signed-off-by: Stylon Wang <stylon.wang@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-14 13:03:07 -04:00
Mario Limonciello
ae80f1f106 Revert "amdgpu: partially revert firmware for GC 11.0.0 and GC 11.0.2"
We tried to do a partial revert of commit a5d7b4df ("amdgpu: update GC
11.0.2 firmware for amd.5.5 release") and commit ffe1a41e ("amdgpu:
update GC 11.0.0 firmware for amd.5.5 release") to help with a
compatibility issue with EOL kernels that didn't pick up stable patches,
but this caused more problems.

It causes some systems to fail to resume from S3 and some systems to
fail to boot. Our priority should be making things work with kernels
that we can actively support, not EOL kernels. Stable kernels,
the LTS kernel, and development kernels all work with the latest
firmware.

This reverts commit 789aa81504.

Cc: alexander.deucher@amd.com
Reported-by: shtetldik@gmail.com
Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2782
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-14 13:02:10 -04:00
Mario Limonciello
789aa81504 amdgpu: partially revert firmware for GC 11.0.0 and GC 11.0.2
When GC 11.0.0/11.0.2 firmware was updated it caused a regression where
kernels without the following commits wouldn't be able to boot properly:

ac2f5739fdca drm/amdgpu/mes11: enable reg active poll
a2fe4534bb38 drm/amd/amdgpu: update mes11 api def

The intention was that there was a fallback path and kernels with both
those commits and these commits:

da9a8dc33da2 drm/amdgpu: reserve the old gc_11_0_*_mes.bin
616843d5a11b drm/amd/amdgpu: introduce gc_*_mes_2.bin v2
09bf14907d86 drm/amdgpu: declare firmware for new MES 11.0.4

Would be able to work properly. The newer firmware that requires ac2f5739fdca
and a2fe4534bb38 would use `*mes_2.bin` and the older firmware that could
work without those commits would use `*_mes1.bin`.

This seems to have not panned out properly because users report that upgrading
to Ubuntu's 6.2 kernel that is missing the commits fails to boot. To fix the
issue, do a partial revert for those specific binaries.

Fixes: a5d7b4df ("amdgpu: update GC 11.0.2 firmware for amd.5.5 release")
Fixes: ffe1a41e ("amdgpu: update GC 11.0.0 firmware for amd.5.5 release")
Link: https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2024427
Link: https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2027959
Link: https://bugs.launchpad.net/linux-firmware/+bug/2029396
Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2773
Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2757
Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2585
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-09 13:29:14 -04:00
Tom Chung
fd44bdae45 amdgpu: DMCUB updates for various AMDGPU asics
DMCUB Updates for Navi2x, DCN321, DCN32, DCN314, DCN315
From internal git commit 5978ee2031cdd5a9f584d106adc57588214f49ed

Firmware release 0.0.178.0
Tested with DC 3.2.246

- Nv3 SWIP MES SCHQ Support MES_VERSION_NUMBER = 0x47
- GFXOFF VF changes for DC

Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-08 06:53:54 -04:00
Aurabindo Pillai
253cc179d8 amdgpu: Update DMCUB for DCN314 & Yellow Carp
DC Firmware update v0.0.175.0, comprising of:

Release 8.0.30.0 for DCN314
Contains fixes for ABM, Z10, PSR-SU, TBT

Release 4.0.62.0 for Yellow Carp
Fixes a randon screen freeze for a vendor specific TCON, and TBT fixes.

Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-31 11:22:02 -04:00
Alex Deucher
59fbffa9ec amdgpu: update VCN 4.0.0 firmware
From internal git commit:
2ca390cfa8b01eb962e82d686088f6ee6550a596

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 10:45:59 -04:00
Alex Deucher
22fb12f2f6 amdgpu: add initial SMU 13.0.10 firmware
From internal git commit:
2ca390cfa8b01eb962e82d686088f6ee6550a596

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 10:45:58 -04:00
Alex Deucher
b3f512fb53 amdgpu: add initial SDMA 6.0.3 firmware
From internal git commit:
2ca390cfa8b01eb962e82d686088f6ee6550a596

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 10:45:58 -04:00
Alex Deucher
b1a7d7624f amdgpu: add initial PSP 13.0.10 firmware
From internal git commit:
2ca390cfa8b01eb962e82d686088f6ee6550a596

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 10:45:58 -04:00
Alex Deucher
d6d655ade8 amdgpu: add initial GC 11.0.3 firmware
From internal git commit:
2ca390cfa8b01eb962e82d686088f6ee6550a596

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 10:45:53 -04:00
Alex Deucher
9dfcacec0e amdgpu: update green sardine VCN firmware
From internal git commit:
e2256eb46a774495ad0eb9d309f8b127bb0b2091

Version ENC: 1.20 DEC: 6 VEP: 0 Revision: 0

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 08:27:41 -04:00
Alex Deucher
b51983210c amdgpu: update renoir VCN firmware
From internal git commit:
b55365e1fb73c8ad88cca5f37bc8dc8121abb449

Version ENC: 1.20 DEC: 6 VEP: 0 Revision: 0

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 08:27:40 -04:00
Alex Deucher
5f569aa8d2 amdgpu: update raven VCN firmware
From internal git commit:
93b21f3bf3083a180e98e5aa5bae4fbb366674b8

Version ENC: 1.14 DEC: 3 VEP: 0 Revision: 0

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 08:27:40 -04:00
Alex Deucher
868bb36349 amdgpu: update raven2 VCN firmware
From internal git commit:
5257b4995b746f26acd8fc421bbd1a15b917e97a

Version ENC: 1.14 DEC: 3 VEP: 0 Revision: 0

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 08:27:40 -04:00
Alex Deucher
6fa9a1756c amdgpu: update Picasso VCN firmware
From internal git commit:
89723571587abf97e3cda313559ea3a8c48e388e

Version ENC: 1.14 DEC: 3 VEP: 0 Revision: 0

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 08:27:40 -04:00
Alan Liu
cd524606ce amdgpu: update DMCUB to v0.0.175.0 for various AMDGPU ASICs
DMCUB updates for DCN314, DCN320, DCN321.
From internal git commit 93e49ca5cf4548c24125deacee7202b8d8570a02

Firmware release v0.0.175.0
Tested with DC v3.2.243

Release notes:
- DCN314
    - Fix intermittent replay desync error
    - Improvements in PSR, PSRSU
- DCN320, DCN321
    - Improvements in FPO

Signed-off-by: Alan Liu <haoping.liu@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 08:25:30 -04:00
Hamza Mahfooz
d3f66064cf Partially revert "amdgpu: DMCUB updates for DCN 3.1.4 and 3.1.5"
This partially reverts commit ade163aaae.

The DCN315 DMCUB firmware update provided by the aforementioned commit
wasn't thoroughly tested before being sent for public consumption and as
such there are a number of issues with it. So, revert to the previous
version until it can be fixed properly.

Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2666
Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-07 15:24:32 -04:00
Rodrigo Siqueira
ade163aaae amdgpu: DMCUB updates for DCN 3.1.4 and 3.1.5
DMCUB Updates for DCN 3.1.4 and DCN 3.1.5 From interal git commit
fd9e0d6d24f1ce1c7322eeb0a8725327ac76161e. This firmware update bring
improvements for:

- DCN 3.1.4 (version 0x08001B00): Improve the HDCP transaction.
- DCN 3.1.5 (version 0x05000F00): Improves the ABM ramping
  sequence with PSR/PR and fix incorrect abm inturrupt control.

Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-25 11:52:43 -04:00
Hamza Mahfooz
045b2136a6 amdgpu: update DMCUB to v0.0.172.0 for various AMDGPU ASICs
DMCUB updates for Navi2x and DCN314.
From internal git commit ba25ca4ddd66a74331bf460346bde045804bc75d

Tested with DC v3.2.240

Release notes:

- Fix hang observed during DP Link Layer compliance testing

Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-20 11:50:21 -04:00
Stylon Wang
9dbd8ec28f amdgpu: DMCUB updates for various AMDGPU asics
DMCUB Updates for Navi2x, Yellow Carp, DCN321, DCN32, DCN314
From interal git commit 533a5940d7a5bc0d4ba3548eef131f1d5341fd5f

Signed-off-by: Stylon Wang <stylon.wang@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-06-12 07:07:22 -04:00
Mario Limonciello
1c513ec749 amdgpu: Update GC 11.0.1 and 11.0.4
A major regression was reported on commit 60dc78a7 ("amdgpu: update GC
11.0.1 firmware for amd.5.5 release") where Phoenix integrated GPUs
aren't able to boot up with `amdgpu` loaded.

This is fixed internal commit 8b27b052488cee45b453dcab6d034bb80a964e61.
To avoid another regression from a mismatch, pull in a whole snapshot
of all GC firmware at this commit instead of just the one file.

Reported-by: Adrien Aubry
Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/2575
Fixes: 60dc78a7 ("amdgpu: update GC 11.0.1 firmware for amd.5.5 release")
Fixes: 31f8f526 ("amdgpu: update GC 11.0.4 firmware for amd.5.5 release")
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-25 06:56:48 -04:00
Alex Deucher
2e77545089 amdgpu: update yellow carp firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:27 -04:00
Alex Deucher
5eccb3c10c amdgpu: update navi14 firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:27 -04:00
Alex Deucher
c70d3c3ba8 amdgpu: update navi12 firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:27 -04:00
Alex Deucher
0e4f17cca0 amdgpu: update vega20 firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:27 -04:00
Alex Deucher
413348f395 amdgpu: update vega12 firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:27 -04:00
Alex Deucher
c167587dd1 amdgpu: update navi10 firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:27 -04:00
Alex Deucher
3c98630afa amdgpu: update vega10 firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:27 -04:00
Alex Deucher
d13ef0cb3c amdgpu: update PSP 13.0.11 firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:27 -04:00
Alex Deucher
31f8f52694 amdgpu: update GC 11.0.4 firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:27 -04:00
Alex Deucher
f0ce702657 amdgpu: update SDMA 6.0.1 firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:26 -04:00
Alex Deucher
474244643b amdgpu: update PSP 13.0.4 firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:26 -04:00
Alex Deucher
60dc78a708 amdgpu: update GC 11.0.1 firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:26 -04:00
Alex Deucher
ba70041c09 amdgpu: update 13.0.8 firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:26 -04:00
Alex Deucher
9c48881ff7 amdgpu: update GC 10.3.7 firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:26 -04:00
Alex Deucher
bb4d72504a amdgpu: update vangogh firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:26 -04:00
Alex Deucher
102a413863 amdgpu: update VCN 4.0.4 firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:26 -04:00
Alex Deucher
a7fe4aa131 amdgpu: update SMU 13.0.7 firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:26 -04:00
Alex Deucher
80b2d561a1 amdgpu: update PSP 13.0.7 firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:26 -04:00
Alex Deucher
a5d7b4df1a amdgpu: update GC 11.0.2 firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:25 -04:00
Alex Deucher
c1db00c5fc amdgpu: update renoir firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:25 -04:00
Alex Deucher
683c91f7e8 amdgpu: update VCN 4.0.0 firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:25 -04:00
Alex Deucher
39d6fcc731 amdgpu: update SMU 13.0.0 firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:25 -04:00
Alex Deucher
568325574a amdgpu: update PSP 13.0.0 firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:25 -04:00
Alex Deucher
ffe1a41e2d amdgpu: update GC 11.0.0 firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:25 -04:00
Alex Deucher
72d525d751 amdgpu: update green sardine firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:25 -04:00
Alex Deucher
ceba765dd4 amdgpu: update beige goby firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:25 -04:00
Alex Deucher
95eb53c9a4 amdgpu: update dimgrey cavefish firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:24 -04:00
Alex Deucher
909cef98ad amdgpu: update arcturus firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:24 -04:00
Alex Deucher
91251d1696 amdgpu: update vcn 3.1.2 firmware for amd.5.5 release
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-05-23 13:05:24 -04:00