drm/amd/display: Remove redundant assignments
authorAlex Hung <alex.hung@amd.com>
Mon, 23 Sep 2024 23:48:47 +0000 (17:48 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 7 Oct 2024 18:17:05 +0000 (14:17 -0400)
[WHAT & HOW]
log2_blk_height and log2_blk_width are assigned to 0 and then
immediately are updated to other values. The assignments to zero are
redudant and removed.

This fixes 18 UNUSED_VALUE issues reported by Coverity.

Reviewed-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c
drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c
drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c
drivers/gpu/drm/amd/display/dc/dml/dcn31/display_rq_dlg_calc_31.c
drivers/gpu/drm/amd/display/dc/dml/dcn314/display_rq_dlg_calc_314.c

index 4fce64a..390c1a7 100644 (file)
@@ -443,8 +443,6 @@ static void get_meta_and_pte_attr(struct display_mode_lib *mode_lib,
        blk_bytes = surf_linear ?
                        256 : get_blk_size_bytes((enum source_macro_tile_size) macro_tile_size);
        log2_blk_bytes = dml_log2((double) blk_bytes);
-       log2_blk_height = 0;
-       log2_blk_width = 0;
 
        // remember log rule
        // "+" in log is multiply
@@ -491,8 +489,6 @@ static void get_meta_and_pte_attr(struct display_mode_lib *mode_lib,
                        - log2_meta_req_height;
        meta_req_width = 1 << log2_meta_req_width;
        meta_req_height = 1 << log2_meta_req_height;
-       log2_meta_row_height = 0;
-       meta_row_width_ub = 0;
 
        // the dimensions of a meta row are meta_row_width x meta_row_height in elements.
        // calculate upper bound of the meta_row_width
index 3fa9a5d..843d600 100644 (file)
@@ -443,8 +443,6 @@ static void get_meta_and_pte_attr(struct display_mode_lib *mode_lib,
        blk_bytes = surf_linear ?
                        256 : get_blk_size_bytes((enum source_macro_tile_size) macro_tile_size);
        log2_blk_bytes = dml_log2((double) blk_bytes);
-       log2_blk_height = 0;
-       log2_blk_width = 0;
 
        // remember log rule
        // "+" in log is multiply
@@ -491,8 +489,6 @@ static void get_meta_and_pte_attr(struct display_mode_lib *mode_lib,
                        - log2_meta_req_height;
        meta_req_width = 1 << log2_meta_req_width;
        meta_req_height = 1 << log2_meta_req_height;
-       log2_meta_row_height = 0;
-       meta_row_width_ub = 0;
 
        // the dimensions of a meta row are meta_row_width x meta_row_height in elements.
        // calculate upper bound of the meta_row_width
index 9e1c18b..5718000 100644 (file)
@@ -435,8 +435,6 @@ static void get_meta_and_pte_attr(
        blk_bytes = surf_linear ?
                        256 : get_blk_size_bytes((enum source_macro_tile_size) macro_tile_size);
        log2_blk_bytes = dml_log2((double) blk_bytes);
-       log2_blk_height = 0;
-       log2_blk_width = 0;
 
        // remember log rule
        // "+" in log is multiply
@@ -485,8 +483,6 @@ static void get_meta_and_pte_attr(
                        - log2_meta_req_height;
        meta_req_width = 1 << log2_meta_req_width;
        meta_req_height = 1 << log2_meta_req_height;
-       log2_meta_row_height = 0;
-       meta_row_width_ub = 0;
 
        // the dimensions of a meta row are meta_row_width x meta_row_height in elements.
        // calculate upper bound of the meta_row_width
index b28fcc8..76d3bb3 100644 (file)
@@ -392,8 +392,6 @@ static void get_meta_and_pte_attr(struct display_mode_lib *mode_lib,
        blk_bytes = surf_linear ?
                256 : get_blk_size_bytes((enum source_macro_tile_size) macro_tile_size);
        log2_blk_bytes = dml_log2((double)blk_bytes);
-       log2_blk_height = 0;
-       log2_blk_width = 0;
 
        // remember log rule
        // "+" in log is multiply
@@ -464,8 +462,6 @@ static void get_meta_and_pte_attr(struct display_mode_lib *mode_lib,
                - log2_meta_req_height;
        meta_req_width = 1 << log2_meta_req_width;
        meta_req_height = 1 << log2_meta_req_height;
-       log2_meta_row_height = 0;
-       meta_row_width_ub = 0;
 
        // the dimensions of a meta row are meta_row_width x meta_row_height in elements.
        // calculate upper bound of the meta_row_width
index b57b095..c46bda2 100644 (file)
@@ -413,8 +413,6 @@ static void get_meta_and_pte_attr(
        log2_blk256_height = dml_log2((double) blk256_height);
        blk_bytes = surf_linear ? 256 : get_blk_size_bytes((enum source_macro_tile_size) macro_tile_size);
        log2_blk_bytes = dml_log2((double) blk_bytes);
-       log2_blk_height = 0;
-       log2_blk_width = 0;
 
        // remember log rule
        // "+" in log is multiply
@@ -481,8 +479,6 @@ static void get_meta_and_pte_attr(
        log2_meta_req_width = log2_meta_req_bytes + 8 - log2_bytes_per_element - log2_meta_req_height;
        meta_req_width = 1 << log2_meta_req_width;
        meta_req_height = 1 << log2_meta_req_height;
-       log2_meta_row_height = 0;
-       meta_row_width_ub = 0;
 
        // the dimensions of a meta row are meta_row_width x meta_row_height in elements.
        // calculate upper bound of the meta_row_width
index 61b3beb..b7d2a0c 100644 (file)
@@ -501,8 +501,6 @@ static void get_meta_and_pte_attr(
        log2_blk256_height = dml_log2((double) blk256_height);
        blk_bytes = surf_linear ? 256 : get_blk_size_bytes((enum source_macro_tile_size) macro_tile_size);
        log2_blk_bytes = dml_log2((double) blk_bytes);
-       log2_blk_height = 0;
-       log2_blk_width = 0;
 
        // remember log rule
        // "+" in log is multiply
@@ -569,8 +567,6 @@ static void get_meta_and_pte_attr(
        log2_meta_req_width = log2_meta_req_bytes + 8 - log2_bytes_per_element - log2_meta_req_height;
        meta_req_width = 1 << log2_meta_req_width;
        meta_req_height = 1 << log2_meta_req_height;
-       log2_meta_row_height = 0;
-       meta_row_width_ub = 0;
 
        // the dimensions of a meta row are meta_row_width x meta_row_height in elements.
        // calculate upper bound of the meta_row_width