diff options
author | Aric Cyr <[email protected]> | 2024-05-26 18:59:15 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2024-06-14 16:15:28 -0400 |
commit | 6218bd6b22d777ba02cde098f2f2f61a23262d96 (patch) | |
tree | 10caa10682c531843863b1ccb6dea31583cbffce | |
parent | df86486d905107e079afd82b45f8cd955d1c7d7b (diff) |
drm/amd/display: dc 3.2.287
This version brings the following changes:
- Add sequential ONO sequencing for DCN35
- Add new GPINT command definitions
- reduce ODM slice count to initial new dc state only when needed
- Enable copying of bounding box data from VBIOS DMUB
- Guard reading 3DLUT registers for dcn32/dcn35
Reviewed-by: Zaeem Mohamed <[email protected]>
Acked-by: Zaeem Mohamed <[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 2397077d0b67..c78296b06b79 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -55,7 +55,7 @@ struct aux_payload; struct set_config_cmd_payload; struct dmub_notification; -#define DC_VER "3.2.286" +#define DC_VER "3.2.287" #define MAX_SURFACES 3 #define MAX_PLANES 6 |