diff options
author | 2018-06-05 09:15:41 -0400 | |
---|---|---|
committer | 2018-07-13 14:52:19 -0500 | |
commit | cc034fed70d2d41ac7726d1c9872a80f035f8692 (patch) | |
tree | 03b0d31e70a9f0659f5966988a1210958084f715 | |
parent | drm/amd/display: update dml to match DV dml (diff) | |
download | wireguard-linux-cc034fed70d2d41ac7726d1c9872a80f035f8692.tar.xz wireguard-linux-cc034fed70d2d41ac7726d1c9872a80f035f8692.zip |
drm/amd/display: dal 3.1.55
Signed-off-by: Tony Cheng <tony.cheng@amd.com>
Reviewed-by: Anthony Koo <Anthony.Koo@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to '')
-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 721c5cdff38f..208578301d59 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -38,7 +38,7 @@ #include "inc/compressor.h" #include "dml/display_mode_lib.h" -#define DC_VER "3.1.54" +#define DC_VER "3.1.55" #define MAX_SURFACES 3 #define MAX_STREAMS 6 |