aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAric Cyr <aric.cyr@amd.com>2022-06-12 20:06:32 -0400
committerAlex Deucher <alexander.deucher@amd.com>2022-06-21 18:17:24 -0400
commitdc597268225b2e39bca0bc0c5394e3e6266be2e3 (patch)
tree9015ac30eed2ae5624d1cca98ac35e3c28a6c4cb
parentdrm/amd/display: Drop duplicate define (diff)
downloadwireguard-linux-dc597268225b2e39bca0bc0c5394e3e6266be2e3.tar.xz
wireguard-linux-dc597268225b2e39bca0bc0c5394e3e6266be2e3.zip
drm/amd/display: 3.2.191
This DC patchset brings improvements in multiple areas. In summary, we highlight: - Remove unnecessary code; - Small fixes (compilation warnings, typos, etc); - Improvements in the DPMS code; - Fix eDP issues - Improvements in the MST code Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Aric Cyr <aric.cyr@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc.h2
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 81e308d59a97..8292f27c1516 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.190"
+#define DC_VER "3.2.191"
#define MAX_SURFACES 3
#define MAX_PLANES 6