Re: [PATCH 0/4] drm/amd/display: Use min()/max() helper macros

From: Deepak R Varma
Date: Sun Jan 22 2023 - 13:46:12 EST


On Sun, Jan 15, 2023 at 02:48:45AM +0530, Deepak R Varma wrote:
> This patch series proposes using standard min() / max() helper macros instead of
> direct variable comparison using the ternary operator or if/else evaluations. I
> have tested the change using a dummy module and similar simulations on my x86
> machine.

Hello,
May I request a review feedback and comments on this patch set please?

Thank you,
./drv

>
> Deepak R Varma (4):
> drm/amd/display: Use min()/max() macros in dcn_calc_math
> drm/amd/display: dcn20: Use min()/max() helper macros
> drm/amd/display: dcn21: Use min()/max() helper macros
> drm/amd/display: dcn32: Use min()/max() helper macros
>
> .../gpu/drm/amd/display/dc/dml/calcs/dcn_calc_math.c | 10 +++++-----
> .../drm/amd/display/dc/dml/dcn20/display_mode_vba_20.c | 5 +----
> .../amd/display/dc/dml/dcn20/display_mode_vba_20v2.c | 5 +----
> .../drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c | 5 +----
> drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c | 4 ++--
> 5 files changed, 10 insertions(+), 19 deletions(-)
>
> --
> 2.34.1
>
>
>