DMCUB updates for DCN314.
From internal git commit 8e9a9e065ee5ccb0b03d6c31d94058a94674faac.
Firmware release 0.0.199.0
Tested with DC 3.2.267
Release notes:
- Apply freq mpll vco wa to hdmi
Signed-off-by: Alex Hung <alex.hung@amd.com>
DMCUB updates for DCN314 and Yellow Carp
From internal git commit de8f5fc265f36ea91c2dd7c277d814dab7cfb437.
Firmware release 0.0.197.0
Tested with DC 3.2.265
Release notes:
- Update FW state in abm init config
- Add new Replay command and Disabled Replay Timing Reysnc
Signed-off-by: Wayne Lin <Wayne.Lin@amd.com>
From internal git commit 21094a25a5320805c683b50de0a1a3d6e687f088
Tested with DC v3.2.262
Release notes:
- Align some code with upstream
- Disable some external interrupts while DMUB in sleep
Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
From internal git commit 32e54270957e4262f35baa8e74e0e367bf90ddfa.
Tested with DC v3.2.261
Release notes:
- ABM fixes
- Fix a hang issue observed during stress testing
- Fix an issue that cause the backlight level to change after power
cycling a display
Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
DMCUB updates for Navi24, DCN314, DCN32 and DCN321.
From internal git commit c336e91685867fb37903c88d013a77a40e97ee3a.
Tested with DC 3.2.260
Release notes:
- Fix OLED black screen when plugging in/out HDMI monitor as second screen only
- Fix manual driver disable fails after plugging in HDMI display
- Skip ABM steady/Static Screen check to Navi3x dmub
- Fix 4K120 eDP + 1080p240 intermittent hard hang while changing settings
- Fix frozen screen using eDP 1080p360hz during Idle
Signed-off-by: Alex Hung <alex.hung@amd.com>
DMCUB Updates for Yellow Carp, DCN321, DCN32, DCN314, DCN315
From internal git commit 13097e5e35c4e738fe5e1b480aaf6063e98e740d
Tested with DC 3.2.259
Summary of firmware release 0.0.191.0.
Yellow Carp:
- Fix some eDP not light up issue by updating combo dp/usb phy power gating sequence.
DCN314:
- Fix system does not enter replay mode from low refresh rate to high rate
- Save power during PSR transitions with PHY EQ off
- Fix some eDP panel flick issue with support main link off at specific vertical line
- Change Visual confirm color to 10 bits
- Fix right side visual confirm color for video playback
DCN321, DCN32:
- Fix PSR eDP gray screen hang issue during stress test
- Fix right side visual confirm color for video playback
Signed-off-by: Hersen Wu <hersenxs.wu@amd.com>
DMCUB updates for Navi21, DCN314, DCN32 and DCN321.
From internal git commit 9eaa5f67855b40c19d5feff9a34531a15211093a.
Tested with DC 3.2.250
Release notes:
- Fix soft hang issue
- Fix laggy cursor in eDP PSR panel
- Fix DP display issue when hotplug
- Fix DP Alt mode issue in hotplug+resume case
Signed-off-by: Stylon Wang <stylon.wang@amd.com>
DMCUB updates for Navi2x, DCN314 and DCN32.
From internal git commit 4ad2a00530b57c10b3abb9f8d055d78c3188c97c.
Tested with DC v3.2.249
Release notes:
- Add the ability to check if replay is supported
- Fix a black screen issue that causes a hard hang after hotplugging
- Fix an issue that caused the screen to flash on shutdown
- Fix link loss observed during DP2.1 PHY compliance testing
- Replay fixes
Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
DMCUB updates for Navi33
From internal git commit d132070e61f67284e84f106b8767ac05f342d9fe
Firmware release 0.0.180.0
Tested with DC 3.2.248.
- Adjust workflow for for subvp
Signed-off-by: Wayne Lin <Wayne.Lin@amd.com>
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>
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>
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>
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>
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>
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>
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>
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>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Based on internal git commit:
360b8377aa1224f44056e0c8e0ab4f8d92cab021
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
This particular update is important for compatibility with newer
versions of AGESA.
from internal git commit b61ba035909732db8ad27b88ef8a98a9dfc8ca4d
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
from internal git commit 2e5958ca6b434b7ac9f0b0a6929334bb7a8c57c4
GC 11.0.1 firmware was just introduced by commit 4535de67 ("amdgpu:
Add GC 11.0.1 firmware") but this doesn't load properly on some parts
so it's better to release another firmware binary that is compatible
with more parts.
Fixes: 4535de67 ("amdgpu: Add GC 11.0.1 firmware")
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Version 7.52
From internal git commit:
62d2c4f6347263cd509117b58f46510a9d8759f0
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Adds new tap_delays data for SPM.
From internal git commit:
1f74169475d9023754c35ea150933e7eed67da94
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Adds new tap_delays data for SPM.
From internal git commit:
1f74169475d9023754c35ea150933e7eed67da94
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Adds new tap_delays data for SPM.
From internal git commit:
1f74169475d9023754c35ea150933e7eed67da94
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Adds new tap_delays data for SPM.
From internal git commit:
1f74169475d9023754c35ea150933e7eed67da94
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Adds new tap_delays data for SPM.
From internal git commit:
1f74169475d9023754c35ea150933e7eed67da94
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Adds new tap_delays data for SPM.
From internal git commit:
1f74169475d9023754c35ea150933e7eed67da94
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Adds new tap_delays data for SPM.
From internal git commit:
1f74169475d9023754c35ea150933e7eed67da94
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>