diff options
author | Aric Cyr <[email protected]> | 2023-01-08 22:33:21 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-01-24 13:26:25 -0500 |
commit | e019a7ba38fba807076c501deb757ed18cd6a0df (patch) | |
tree | f76d46c3af06db9ad63afa728efc0e3687f32dc2 | |
parent | 0888aa30bb6ed6d5f7a718aa0d722d2f75c48d7a (diff) |
drm/amd/display: 3.2.219
This version brings along following fixes:
- [FW Promotion] Release 0.0.150.0
- Correcting prefetch mode for fast validate
- Set hvm_enabled flag for S/G mode
- set allow_freesync parameter in DM
- Revert "ignore msa parameter only if freesync is enabled"
- Allow idle optimization after turning off all pipes
- Guard Freesync HDMI parsing with dc_lock
- Speed up DML fast_validate path
- Disable MALL SS and messages for PSR supported configs
- force connector state when bpc changes during compliance
Acked-by: Alan Liu <[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 22e754ad22c8..7105bc5c43d8 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.218" +#define DC_VER "3.2.219" #define MAX_SURFACES 3 #define MAX_PLANES 6 |