diff options
author | Aric Cyr <aric.cyr@amd.com> | 2023-03-05 20:48:26 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-03-15 18:45:26 -0400 |
commit | 3726b6e7c0f1842a2ffdfd5921c95f69c0524808 (patch) | |
tree | 0f138bb24cdd71d3c272991e713aced88c91bf2e /drivers/gpu/drm/amd | |
parent | c79503dc2ec2378d08cccb6b53da408d6bd6cf9e (diff) | |
download | linux-3726b6e7c0f1842a2ffdfd5921c95f69c0524808.tar.gz linux-3726b6e7c0f1842a2ffdfd5921c95f69c0524808.tar.bz2 linux-3726b6e7c0f1842a2ffdfd5921c95f69c0524808.zip |
drm/amd/display: 3.2.227
This version brings along the following:
- FW Release 0.0.158.0
- Fixes to HDCP, DP MST and more
- Improvements on USB4 links and more
- Code re-architecture on link.h
Reviewed-by: Aric Cyr <aric.cyr@amd.com>
Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: Aric Cyr <aric.cyr@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd')
-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 3f25a1620f4f..2818483964dd 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -45,7 +45,7 @@ struct aux_payload; struct set_config_cmd_payload; struct dmub_notification; -#define DC_VER "3.2.226" +#define DC_VER "3.2.227" #define MAX_SURFACES 3 #define MAX_PLANES 6 |