diff options
| author | David Galiffi <[email protected]> | 2020-01-21 16:29:52 -0500 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2020-02-06 15:04:38 -0500 |
| commit | 04ad71bd146b735972134ab53540ab7955b4d1c2 (patch) | |
| tree | 15dbff0428b702bed1a2b03bd850c18fa14b890d /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | c788739b8807a54b4f445f2c2854d37b61db49c2 (diff) | |
drm/amd/display: Use uint64_t logger_mask instead of uint32_t
[WHY]
enum dc_log_type has more than 32 entries. User cannot set larger entries,
like LOG_DSC. Logs from LOG_GAMMA_DEBUG where being printed even though
flag was not enabled, because dal_logger_should_log check erroneously
passed.
[HOW]
Change struct dal_logger.mask and struct dc_init_data.mask to uint64_t.
Signed-off-by: David Galiffi <[email protected]>
Reviewed-by: Tony Cheng <[email protected]>
Acked-by: Bhawanpreet Lakha <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions