]> www.infradead.org Git - users/hch/misc.git/commitdiff
drm/amd/display: Remove redundant semicolons
authorLiao Yuanhong <liaoyuanhong@vivo.com>
Tue, 12 Aug 2025 07:50:14 +0000 (15:50 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 15 Aug 2025 17:03:26 +0000 (13:03 -0400)
Remove unnecessary semicolons.

Fixes: dda4fb85e433 ("drm/amd/display: DML changes for DCN32/321")
Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml/dcn32/display_rq_dlg_calc_32.c

index 9ba6cb67655f4aff436432ef9df5f2e2d37952f3..6c75aa82327ac158d2a1fca08d1a4e0a7c2a87d0 100644 (file)
@@ -139,7 +139,6 @@ void dml32_rq_dlg_get_rq_reg(display_rq_regs_st *rq_regs,
        if (dual_plane) {
                unsigned int p1_pte_row_height_linear = get_dpte_row_height_linear_c(mode_lib, e2e_pipe_param,
                                num_pipes, pipe_idx);
-               ;
                if (src->sw_mode == dm_sw_linear)
                        ASSERT(p1_pte_row_height_linear >= 8);