diff options
| author | Anthony Koo <[email protected]> | 2018-04-26 14:03:44 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-05-18 21:08:28 +0000 |
| commit | 6474b2824d71ac6cd1005aff8841dd8bcfa0901d (patch) | |
| tree | 22599fcd83cf86a58f3ff8fcbb1938a1dfade391 /drivers/gpu/drm/amd/display/modules/inc/mod_stats.h | |
| parent | drm/amd/display: constify a few dc_surface_update fields (diff) | |
| download | kernel-6474b2824d71ac6cd1005aff8841dd8bcfa0901d.tar.gz kernel-6474b2824d71ac6cd1005aff8841dd8bcfa0901d.zip | |
drm/amd/display: Add fullscreen transitions to log
Signed-off-by: Anthony Koo <[email protected]>
Reviewed-by: Aric Cyr <[email protected]>
Reviewed-by: Tony Cheng <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/modules/inc/mod_stats.h')
| -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); |
