diff options
author | Tony Cheng <[email protected]> | 2017-10-12 10:59:42 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2017-10-21 16:51:36 -0400 |
commit | 6b29f4424e39d279fa1c7b465bc1b508ea6fc98e (patch) | |
tree | 1680717563666abcf5671c55060dd16273f48a86 | |
parent | dd93752b6483094ec879efbbdb854967355b91ac (diff) |
drm/amd/display: DAL 3.1.06
Raven bug fixes
- RS3 MPO stability improvement
- SLS fixes
- AM4 fixes
DAL 3.1
- merge in upstream patches from DRM maintainer Dave Arilie
- hubp, dpp HW objects
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, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index 6c0de093a59e..37a779ead4fb 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -38,7 +38,8 @@ #include "inc/compressor.h" #include "dml/display_mode_lib.h" -#define DC_VER "3.1.05" +#define DC_VER "3.1.06" + #define MAX_SURFACES 3 #define MAX_STREAMS 6 |