diff options
author | Aric Cyr <[email protected]> | 2022-03-13 21:04:59 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2022-03-25 12:40:26 -0400 |
commit | 1918a0455d360457b2fbcda889cff19876d01b9e (patch) | |
tree | 51a210a6f54ac82b66a62b052b7f89160b2a07e9 | |
parent | 31f714b44959821f44fae105bd1d024b0f6b7ed5 (diff) |
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 <[email protected]>
Signed-off-by: Aric Cyr <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-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 |