diff options
author | Aric Cyr <[email protected]> | 2022-07-11 00:43:58 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2022-07-25 09:31:04 -0400 |
commit | 9a1dadb6d33173427b6f6c89ab1ddd0eca636afb (patch) | |
tree | 95d999dc7cfcb363e14b5bf9e01a173ee75c4efc | |
parent | 352b25a770712a954b1def1b8c6429b0825ee0b3 (diff) |
drm/amd/display: 3.2.195
This version brings along following fixes:
- Isolate FPU operation for DCN32/321 under the DML folder
- Create a specific file for CRTC and plane based on amdgpu_dm
- Fix DSC issues
- Update DML logic
Acked-by: Alan Liu <[email protected]>
Signed-off-by: Aric Cyr <[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 be41f9fcf1dd..d05bbe193bfa 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.194" +#define DC_VER "3.2.195" #define MAX_SURFACES 3 #define MAX_PLANES 6 |