diff options
author | 2024-08-12 00:55:56 -0400 | |
---|---|---|
committer | 2024-08-20 22:14:14 -0400 | |
commit | e389eefe34cebc6219dbe76a923b342b2f31e3ba (patch) | |
tree | fc08c20dc5e2ab507a38f5282eee144fcec3d2d0 | |
parent | drm/amd/display: DML2.1 Reintegration for Various Fixes (diff) | |
download | wireguard-linux-e389eefe34cebc6219dbe76a923b342b2f31e3ba.tar.xz wireguard-linux-e389eefe34cebc6219dbe76a923b342b2f31e3ba.zip |
drm/amd/display: Promote DC to 3.2.297
- Various DML 2.1 fixes
- Fix module unload
- Fix construct_phy with MXM connector
- Support UHBR10 link rate on eDP
- Revert updated DCCG wrappers
Reviewed-by: Roman Li <roman.li@amd.com>
Signed-off-by: Martin Leung <Martin.Leung@amd.com>
Signed-off-by: Roman Li <roman.li@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-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 3de311533571..5bbc7d2daca6 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.296" +#define DC_VER "3.2.297" #define MAX_SURFACES 3 #define MAX_PLANES 6 |