drm/amd/display: Use uint64_t logger_mask instead of uint32_t
authorDavid Galiffi <David.Galiffi@amd.com>
Tue, 21 Jan 2020 21:29:52 +0000 (16:29 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 6 Feb 2020 20:04:38 +0000 (15:04 -0500)
[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 <David.Galiffi@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dc.h

index 6f94906968b37cee695cf2aa4d4980540fc24cd6..c489a863f108524b2e1076aed7dba8a7b17da42c 100644 (file)
@@ -566,7 +566,8 @@ struct dc_init_data {
        struct dc_reg_helper_state *dmub_offload;
 
        struct dc_config flags;
-       uint32_t log_mask;
+       uint64_t log_mask;
+
        /**
         * gpu_info FW provided soc bounding box struct or 0 if not
         * available in FW