[PATCH] drm/amd/display: Remove condition with no effect

2022-07-08 Thread Zhongjun Tan
From: Zhongjun Tan Remove condition with no effect Signed-off-by: Zhongjun Tan --- .../drm/amd/display/dc/dml/dcn32/display_mode_vba_util_32.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/gpu/drm/amd/display/dc/dml/dcn32/display_mode_vba_util_32.c b/drivers/gpu/drm/amd

[PATCH] drm/amd/display: Fix unsigned expression compared with zero

2022-07-06 Thread Zhongjun Tan
From: Zhongjun Tan Fix unsigned expression compared with zero Signed-off-by: Zhongjun Tan --- .../gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c

[PATCH] drm/amdgpu/display: Remove duplicated argument to ||

2022-07-06 Thread Zhongjun Tan
From: Zhongjun Tan Remove duplicated argument to || Signed-off-by: Zhongjun Tan --- .../gpu/drm/amd/display/dc/dml/dcn32/display_mode_vba_util_32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/dc/dml/dcn32/display_mode_vba_util_32.c b

[PATCH] drm/tegra:Remove superfluous error messages around platform_get_irq()

2021-06-10 Thread  Zhongjun Tan
From: Tan Zhongjun The platform_get_irq() prints error message telling that interrupt is missing,hence there is no need to duplicated that message in the drivers. Signed-off-by: Tan Zhongjun --- drivers/gpu/drm/tegra/dpaux.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git