diff options
author | 2022-03-13 21:04:59 -0400 | |
---|---|---|
committer | 2022-03-25 12:40:26 -0400 | |
commit | 1918a0455d360457b2fbcda889cff19876d01b9e (patch) | |
tree | 51a210a6f54ac82b66a62b052b7f89160b2a07e9 | |
parent | drm/amd/display: [FW Promotion] Release 0.0.109.0 (diff) | |
download | wireguard-linux-1918a0455d360457b2fbcda889cff19876d01b9e.tar.xz wireguard-linux-1918a0455d360457b2fbcda889cff19876d01b9e.zip |
drm/amd/display: 3.2.178
This version brings along following fixes:
- HDCP SEND AKI INIT error
- fix audio format not updated after edid updated
- Reduce stack size
- FEC check in timing validation
- Add fSMC_MSG_SetDtbClk support
- Update VTEM Infopacket definition
- [FW Promotion] Release 0.0.109.0
Acked-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Aric Cyr <aric.cyr@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index 9f4d926d54e7..ced40fe218ac 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -47,7 +47,7 @@ struct aux_payload; struct set_config_cmd_payload; struct dmub_notification; -#define DC_VER "3.2.177" +#define DC_VER "3.2.178" #define MAX_SURFACES 3 #define MAX_PLANES 6 |