[RFC PATCH] drm/amd/display/dc: Refactor remove duplications

2024-08-09 Thread Luan Icaro Pinto Arcanjo
e the command_table_helper's calls the functions implemented by the common instead. The changes were not tested on actual hardware. I am only able to verify that the changes keep the code compileable. Signed-off-by: Luan Icaro Pinto Arcanjo --- drivers/gpu/drm/amd/display/dc/bios/Makefile | 6 +

[RFC PATCH] drm/amd/display/dc: Refactor remove duplications

2024-10-09 Thread Luan Icaro Pinto Arcanjo
, as I did not receive any reply to the original one for about 2 months. Signed-off-by: Luan Icaro Pinto Arcanjo --- drivers/gpu/drm/amd/display/dc/bios/Makefile | 6 + .../bios/dce110/command_table_helper_dce110.c | 104 +- .../dce112/command_table_helper2_dce112.c

[RFC PATCH v2] drm/amd/display/dc: Refactor remove duplications

2024-11-16 Thread Luan Icaro Pinto Arcanjo
n 2 of the PATCH, fixed comments about licence in the new files and the matches From email to Signed-off-by email. Signed-off-by: Luan Icaro Pinto Arcanjo --- drivers/gpu/drm/amd/display/dc/bios/Makefile | 6 + .../bios/dce110/command_table_helper_dce110.c | 104 +

[PATCH v2] drm/amd/display/dc: Refactor remove duplications

2025-02-07 Thread Luan Icaro Pinto Arcanjo
n 2 of the PATCH, fixed comments about licence in the new files and the matches From email to Signed-off-by email. Signed-off-by: Luan Icaro Pinto Arcanjo --- drivers/gpu/drm/amd/display/dc/bios/Makefile | 6 + .../bios/dce110/command_table_helper_dce110.c | 104 +

[PATCH v3] drm/amd/display/dc: Refactor remove duplications on command_table files

2025-02-07 Thread Luan Icaro Pinto Arcanjo
n 2 of the PATCH, fixed comments about licence in the new files and the matches From email to Signed-off-by email. Signed-off-by: Luan Icaro Pinto Arcanjo --- drivers/gpu/drm/amd/display/dc/bios/Makefile | 6 + .../bios/dce110/command_table_helper_dce110.c | 104 +

[PATCH v4] drm/amd/display/dc: Refactor remove duplications

2025-02-24 Thread Luan Icaro Pinto Arcanjo
ode. This is the version 4 of the PATCH, fixed comments about licence in the new files and the matches From email to Signed-off-by email. Fixed comments about using command_table_helper instead of creating a dce_common Signed-off-by: Luan Icaro Pinto Arcanjo --- .../display/dc/bios/command_tabl

Re: [PATCH v3] drm/amd/display/dc: Refactor remove duplications on command_table files

2025-02-24 Thread Luan Icaro Pinto Arcanjo
ake a look? Luan Em ter., 11 de fev. de 2025 às 16:50, Alex Deucher escreveu: > On Fri, Feb 7, 2025 at 6:13 PM Luan Icaro Pinto Arcanjo > wrote: > > > > From: Luan Arcanjo > > > > All dce command_table_helper's shares a copy-pasted collection > >