diff options
author | 2022-05-08 23:31:34 -0400 | |
---|---|---|
committer | 2022-05-26 14:56:31 -0400 | |
commit | c51bdd1a9c34936c1a6b2f6eb79703c730cc0e6e (patch) | |
tree | 8b98a1e0189d86dce3b7ac2ebed4a52724472734 | |
parent | Revert "drm/amd/display: Refactor LTTPR cap retrieval" (diff) | |
download | wireguard-linux-c51bdd1a9c34936c1a6b2f6eb79703c730cc0e6e.tar.xz wireguard-linux-c51bdd1a9c34936c1a6b2f6eb79703c730cc0e6e.zip |
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 <qingqing.zhuo@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 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 |