diff options
author | 2024-01-29 09:30:41 -0500 | |
---|---|---|
committer | 2024-02-07 12:26:23 -0500 | |
commit | 3fa6352415e15186198edf7f6e8d23c7f6b9d96d (patch) | |
tree | 37cc5468647213922b76f05199944844c514d9e2 /drivers/gpu/drm/amd/display/dc/dc.h | |
parent | drm/amd/display: Drop some unnecessary guards (diff) | |
download | wireguard-linux-3fa6352415e15186198edf7f6e8d23c7f6b9d96d.tar.xz wireguard-linux-3fa6352415e15186198edf7f6e8d23c7f6b9d96d.zip |
drm/amd/display: 3.2.271
This version brings along the following:
- DCN35 fixes
- DMUB fixes
- Link training fixes
- Misc code style fixes
- MST fixes
- ODM fixes
- SubVP fixes
Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Aric Cyr <aric.cyr@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to '')
-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 07e6f25269e8..c789cc2e216d 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -51,7 +51,7 @@ struct aux_payload; struct set_config_cmd_payload; struct dmub_notification; -#define DC_VER "3.2.270" +#define DC_VER "3.2.271" #define MAX_SURFACES 3 #define MAX_PLANES 6 |