On Fri, Jun 3, 2022 at 2:51 PM Rodrigo Siqueira <Rodrigo.Siqueira@xxxxxxx> wrote: > > It looks like that we have some new warnings on display code and a > compilation error when using allmodconfig. This series clean up some of > the DML warnings and fix the compilation problem with allmodeconfig. > > Thanks > > Rodrigo Siqueira (6): > drm/amd/display: Remove duplicated macro > drm/amd/display: Reduce frame size in the bouding box for DCN20 > drm/amd/display: Reduce frame size in the bouding box for DCN301 > drm/amd/display: Reduce frame size in the bouding box for DCN31/316 > drm/amd/display: Reduce frame size in the bouding box for DCN21 > Revert "drm/amd/display: Drop unnecessary guard from DC resource" Series is: Reviewed-by: Alex Deucher <alexander.deucher@xxxxxxx> > > .../gpu/drm/amd/display/dc/core/dc_resource.c | 2 + > .../drm/amd/display/dc/dml/dcn20/dcn20_fpu.c | 67 +++++++++---------- > .../amd/display/dc/dml/dcn301/dcn301_fpu.c | 30 ++++----- > .../drm/amd/display/dc/dml/dcn31/dcn31_fpu.c | 58 +++++++--------- > .../gpu/drm/amd/display/include/dal_asic_id.h | 6 -- > 5 files changed, 72 insertions(+), 91 deletions(-) > > -- > 2.25.1 >