diff options
| author | Aric Cyr <aric.cyr@amd.com> | 2022-01-30 21:38:52 -0500 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2022-02-07 18:03:50 -0500 |
| commit | ed3a56f9c638a4ee42031eac748664c834fe245d (patch) | |
| tree | 5063e83d3103d265857d0ee187a0a42c71669e59 | |
| parent | drm/amd/display: [FW Promotion] Release 0.0.103.0 (diff) | |
| download | linux-ed3a56f9c638a4ee42031eac748664c834fe245d.tar.gz linux-ed3a56f9c638a4ee42031eac748664c834fe245d.zip | |
drm/amd/display: 3.2.172
This version brings along the following fixes:
-fix for build failure uninitalized error
-Bug fix for DP2 using uncertified cable
-limit unbounded request to 5k
-fix DP LT sequence on EQ fail
-Bug fixes for S3/S4
Acked-by: Jasdeep Dhillon <jdhillon@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>
| -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 cba150ceacbf..fcb021bf0c96 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.171" +#define DC_VER "3.2.172" #define MAX_SURFACES 3 #define MAX_PLANES 6 |
