lkml.org 
[lkml]   [2023]   [Jan]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[PATCH 0/4] drm/amd/display: Use min()/max() helper macros
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.

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



\
 
 \ /
  Last update: 2023-03-26 23:41    [W:0.053 / U:1.976 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site