]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/amd/display: Disable stats by default
authorAnthony Koo <Anthony.Koo@amd.com>
Thu, 24 May 2018 15:25:00 +0000 (11:25 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 15 Jun 2018 17:24:28 +0000 (12:24 -0500)
Signed-off-by: Anthony Koo <Anthony.Koo@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/modules/stats/stats.c

index fa0665d09075ea5fc406146c73fe77103f5e64ae..480eb2cdd55d7d6269ad4c4d756b29d6f34027b4 100644 (file)
@@ -29,7 +29,7 @@
 #include "core_types.h"
 
 #define DAL_STATS_ENABLE_REGKEY                        "DalStatsEnable"
-#define DAL_STATS_ENABLE_REGKEY_DEFAULT                0x00000001
+#define DAL_STATS_ENABLE_REGKEY_DEFAULT                0x00000000
 #define DAL_STATS_ENABLE_REGKEY_ENABLED                0x00000001
 
 #define DAL_STATS_ENTRIES_REGKEY               "DalStatsEntries"