aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/modules
diff options
context:
space:
mode:
authorAnthony Koo <Anthony.Koo@amd.com>2018-05-08 11:24:05 -0400
committerAlex Deucher <alexander.deucher@amd.com>2018-06-15 12:20:23 -0500
commitf9430b235dd46c7753a018fa39e3c31981b0a54d (patch)
tree4582e90d6a0386958a8c47c2fe08f3c2a0e2ab09 /drivers/gpu/drm/amd/display/modules
parentdrm/amd/display: dal 3.1.45 (diff)
downloadlinux-dev-f9430b235dd46c7753a018fa39e3c31981b0a54d.tar.xz
linux-dev-f9430b235dd46c7753a018fa39e3c31981b0a54d.zip
drm/amd/display: Prefix event prints with ==Event==
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 3f7d47fdc367..fa0665d09075 100644
--- a/drivers/gpu/drm/amd/display/modules/stats/stats.c
+++ b/drivers/gpu/drm/amd/display/modules/stats/stats.c
@@ -240,7 +240,7 @@ void mod_stats_dump(struct mod_stats *mod_stats)
for (int i = 0; i < core_stats->entry_id; i++) {
if (event_index < core_stats->event_index &&
i == events[event_index].entry_id) {
- DISPLAY_STATS("%s\n", events[event_index].event_string);
+ DISPLAY_STATS("==Event==%s\n", events[event_index].event_string);
event_index++;
} else if (time_index < core_stats->index &&
i == time[time_index].entry_id) {