diff options
author | 2017-11-28 10:10:48 -0500 | |
---|---|---|
committer | 2017-12-14 11:01:24 -0500 | |
commit | a53d45d8e40a39a5c34ce5257359614d41529048 (patch) | |
tree | 202d6813d2c4695161059e6dd409062fa7fc8ebf | |
parent | drm/amd/display: Add TODO item to remove vector.c (diff) | |
download | linux-dev-a53d45d8e40a39a5c34ce5257359614d41529048.tar.xz linux-dev-a53d45d8e40a39a5c34ce5257359614d41529048.zip |
drm/amd/display: dal 3.1.25
Signed-off-by: Tony Cheng <tony.cheng@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <harry.wentland@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 939fa6f85826..3b49ca3027b6 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.24" +#define DC_VER "3.1.25" #define MAX_SURFACES 3 #define MAX_STREAMS 6 |