drm/amd/display: version 3.1.01
authorTony Cheng <tony.cheng@amd.com>
Sat, 19 Aug 2017 12:55:58 +0000 (08:55 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 22:16:59 +0000 (18:16 -0400)
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>
drivers/gpu/drm/amd/display/dc/core/dc.c
drivers/gpu/drm/amd/display/dc/dc.h

index 035c44e..e6cea83 100644 (file)
@@ -48,6 +48,9 @@
 #include "dm_helpers.h"
 #include "mem_input.h"
 
+
+char dc_ver[] = DC_VER;
+
 /*******************************************************************************
  * Private functions
  ******************************************************************************/
index bd8b1ba..caf585d 100644 (file)
@@ -38,7 +38,7 @@
 #include "inc/compressor.h"
 #include "dml/display_mode_lib.h"
 
-
+#define DC_VER "3.1.01"
 
 #define MAX_SURFACES 3
 #define MAX_STREAMS 6