diff options
author | Aric Cyr <[email protected]> | 2022-03-20 14:35:12 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2022-03-31 23:05:53 -0400 |
commit | 9510d365e0626ff6f7ed5b23f70ae49828b68039 (patch) | |
tree | a284c21baeef23f51393601dbf893730e3a1c52a | |
parent | ad371c8a2f66c5e14a8baa26472ec833ffa8342b (diff) |
drm/amd/display: 3.2.179
- [FW Promotion] Release 0.0.110.0
- Revert FEC check in validation
- Update LTTPR UHBR link rate support struct
- Add support for USBC connector
- Add work around for AUX failure on wake
- Clear optc false state when disable otg
- Enable power gating before init_pipes
- Remove redundant dsc power gating from init_hw
- Power down hardware if timer not trigger
- Correct Slice reset calculation
- Enable 3-plane MPO for DCN31
- Set fec register init value
- Remove SW w/a for HDCP 1.4 1A-07 failure based on ECO fix
- Create underflow interrupt IRQ type
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 ced40fe218ac..ef286aa30294 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.178" +#define DC_VER "3.2.179" #define MAX_SURFACES 3 #define MAX_PLANES 6 |