diff options
| author | Aric Cyr <[email protected]> | 2018-05-09 18:36:50 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-06-15 17:20:25 +0000 |
| commit | bf58968647729ce320a7ef27077d60b7b2cdcd00 (patch) | |
| tree | 6e902184d1f1eb4f02f087d0a47a55c5fd5f1a28 /drivers/gpu/drm/amd/display/include/logger_interface.h | |
| parent | drm/amd/display: Fix indentation in dcn10 resource constructor (diff) | |
| download | kernel-bf58968647729ce320a7ef27077d60b7b2cdcd00.tar.gz kernel-bf58968647729ce320a7ef27077d60b7b2cdcd00.zip | |
drm/amd/display: Default log masks should include all connectivity events
Signed-off-by: Aric Cyr <[email protected]>
Reviewed-by: Jun Lei <[email protected]>
Reviewed-by: Aric Cyr <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/include/logger_interface.h')
| -rw-r--r-- | drivers/gpu/drm/amd/display/include/logger_interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/include/logger_interface.h b/drivers/gpu/drm/amd/display/include/logger_interface.h index dc98d6d4b2bd..0f10ed710e0d 100644 --- a/drivers/gpu/drm/amd/display/include/logger_interface.h +++ b/drivers/gpu/drm/amd/display/include/logger_interface.h @@ -62,6 +62,8 @@ void dm_logger_append_va( const char *msg, va_list args); +void dm_logger_append_heading(struct log_entry *entry); + void dm_logger_open( struct dal_logger *logger, struct log_entry *entry, |
