diff options
author | Tony Cheng <[email protected]> | 2017-10-12 22:18:12 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2017-10-21 16:52:07 -0400 |
commit | 9e7da3268aedd21d559f0f27406874cf92ff582a (patch) | |
tree | a43072d190fbbd75f96ac259f82a3cacc446e948 | |
parent | bb16bee4b394bafd6168c7719b7b07e19d1f0ce1 (diff) |
drm/amd/display: dal 3.1.07
- regression fixes in dal 3.1.06
- more linux upstream backport
Signed-off-by: Tony Cheng <[email protected]>
Reviewed-by: Tony Cheng <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index 37a779ead4fb..9d8f4a55c74e 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -38,8 +38,7 @@ #include "inc/compressor.h" #include "dml/display_mode_lib.h" -#define DC_VER "3.1.06" - +#define DC_VER "3.1.07" #define MAX_SURFACES 3 #define MAX_STREAMS 6 |