diff options
| author | Liao Yuanhong <liaoyuanhong@vivo.com> | 2025-08-12 15:50:14 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-10-15 12:00:05 +0200 |
| commit | 3c3ee1026e8813eedb9a47365d95fd4d806e69b4 (patch) | |
| tree | 0a3d7516883cb1b7bbc91044ef44139f4945d5ae /drivers/gpu/drm/amd/display | |
| parent | 2f2c75f8692c88409ce33429ac0d6e7f7238f8f2 (diff) | |
| download | linux-3c3ee1026e8813eedb9a47365d95fd4d806e69b4.tar.gz linux-3c3ee1026e8813eedb9a47365d95fd4d806e69b4.tar.bz2 linux-3c3ee1026e8813eedb9a47365d95fd4d806e69b4.zip | |
drm/amd/display: Remove redundant semicolons
[ Upstream commit 90b810dd859c0df9db2290da1ac5842e5f031267 ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/gpu/drm/amd/display')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/dml/dcn32/display_rq_dlg_calc_32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dml/dcn32/display_rq_dlg_calc_32.c b/drivers/gpu/drm/amd/display/dc/dml/dcn32/display_rq_dlg_calc_32.c index 9ba6cb67655f..6c75aa82327a 100644 --- a/drivers/gpu/drm/amd/display/dc/dml/dcn32/display_rq_dlg_calc_32.c +++ b/drivers/gpu/drm/amd/display/dc/dml/dcn32/display_rq_dlg_calc_32.c @@ -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); |
