diff options
author | Aric Cyr <[email protected]> | 2022-05-08 23:31:34 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2022-05-26 14:56:31 -0400 |
commit | c51bdd1a9c34936c1a6b2f6eb79703c730cc0e6e (patch) | |
tree | 8b98a1e0189d86dce3b7ac2ebed4a52724472734 | |
parent | 4d1d699f479dc8e01fbb6b7b5a8f2116de3a3883 (diff) |
drm/amd/display: 3.2.186
This version brings along the following:
- Improvements in link training fallback
- Adding individual edp hotplug support
- Fixes in DPIA HPD status, display clock change hang, etc.
- FPU isolation work for DCN30
Acked-by: Qingqing Zhuo <[email protected]>
Signed-off-by: Aric Cyr <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-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 7cfc04a8ef15..a31ea3644ec2 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.185" +#define DC_VER "3.2.186" #define MAX_SURFACES 3 #define MAX_PLANES 6 |