diff options
author | 2024-11-10 20:09:27 -0500 | |
---|---|---|
committer | 2024-11-20 09:41:29 -0500 | |
commit | 1c1929d6ab957f8bd61981154935c283c349d455 (patch) | |
tree | 1dbccd54c5396e3b12f3b934e312202fafe8c6e5 | |
parent | drm/amd/display: Remove PIPE_DTO_SRC_SEL programming from set_dtbclk_dto (diff) | |
download | wireguard-linux-1c1929d6ab957f8bd61981154935c283c349d455.tar.xz wireguard-linux-1c1929d6ab957f8bd61981154935c283c349d455.zip |
drm/amd/display: 3.2.310
This version brings along the following:
- DC core fixes
- DCN35 fix
- DCN4+ fixes
- DML2 fix
- New SPL features
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Aric Cyr <aric.cyr@amd.com>
Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@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 e143fab00a86..104051935884 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.309" +#define DC_VER "3.2.310" #define MAX_SURFACES 3 #define MAX_PLANES 6 |