summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/modules
diff options
context:
space:
mode:
authorAnthony Koo <Anthony.Koo@amd.com>2018-05-24 11:25:00 -0400
committerAlex Deucher <alexander.deucher@amd.com>2018-06-15 12:24:28 -0500
commit6aa57bb8e4d47b442c01f5cf361d7b0efe619f6c (patch)
tree846b4c77186dfe75678245cddf2e09d6729c8db2 /drivers/gpu/drm/amd/display/modules
parentb73552323a5d089ab29342803f04fb32b0a0a2a5 (diff)
downloadlinux-stable-6aa57bb8e4d47b442c01f5cf361d7b0efe619f6c.tar.gz
linux-stable-6aa57bb8e4d47b442c01f5cf361d7b0efe619f6c.tar.bz2
linux-stable-6aa57bb8e4d47b442c01f5cf361d7b0efe619f6c.zip
drm/amd/display: Disable stats by default
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>
Diffstat (limited to 'drivers/gpu/drm/amd/display/modules')
-rw-r--r--drivers/gpu/drm/amd/display/modules/stats/stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/modules/stats/stats.c b/drivers/gpu/drm/amd/display/modules/stats/stats.c
index fa0665d09075..480eb2cdd55d 100644
--- a/drivers/gpu/drm/amd/display/modules/stats/stats.c
+++ b/drivers/gpu/drm/amd/display/modules/stats/stats.c
@@ -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"