diff options
author | Anthony Koo | 2018-04-26 16:03:44 +0200 |
---|---|---|
committer | Alex Deucher | 2018-05-18 23:08:28 +0200 |
commit | 6474b2824d71ac6cd1005aff8841dd8bcfa0901d (patch) | |
tree | 22599fcd83cf86a58f3ff8fcbb1938a1dfade391 /drivers/gpu/drm/amd/display/modules/inc | |
parent | drm/amd/display: constify a few dc_surface_update fields (diff) | |
download | kernel-qcow2-linux-6474b2824d71ac6cd1005aff8841dd8bcfa0901d.tar.gz kernel-qcow2-linux-6474b2824d71ac6cd1005aff8841dd8bcfa0901d.tar.xz kernel-qcow2-linux-6474b2824d71ac6cd1005aff8841dd8bcfa0901d.zip |
drm/amd/display: Add fullscreen transitions to log
Signed-off-by: Anthony Koo <Anthony.Koo@amd.com>
Reviewed-by: Aric Cyr <Aric.Cyr@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/inc')
-rw-r--r-- | drivers/gpu/drm/amd/display/modules/inc/mod_stats.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/modules/inc/mod_stats.h b/drivers/gpu/drm/amd/display/modules/inc/mod_stats.h index 3230e2adb870..3812094b52e8 100644 --- a/drivers/gpu/drm/amd/display/modules/inc/mod_stats.h +++ b/drivers/gpu/drm/amd/display/modules/inc/mod_stats.h @@ -46,6 +46,10 @@ void mod_stats_dump(struct mod_stats *mod_stats); void mod_stats_reset_data(struct mod_stats *mod_stats); +void mod_stats_update_event(struct mod_stats *mod_stats, + char *event_string, + unsigned int length); + void mod_stats_update_flip(struct mod_stats *mod_stats, unsigned long timestamp_in_ns); |