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

2024-11-03 Thread Rodrigo Siqueira Jordao
Hi Luan, Sorry for the delay. Anyway, I ran your changes in our CI, and overall, everything looks good. I just have some comments for your V1. On 10/9/24 9:34 AM, Luan Icaro Pinto Arcanjo wrote: From: LipArcanjo It looks like your Signed-off-by does not match with the author. All dce co

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

2024-10-09 Thread Luan Icaro Pinto Arcanjo
From: LipArcanjo All dce command_table_helper's shares a copy-pasted collection of copy-pasted functions, which are: phy_id_to_atom, clock_source_id_to_atom_phy_clk_src_id, and engine_bp_to_atom. This patch removes the multiple copy-pasted by creating a common command table and make the command_

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

2024-08-09 Thread Luan Icaro Pinto Arcanjo
From: LipArcanjo All dce command_table_helper's shares a copy-pasted collection of copy-pasted functions, which are: phy_id_to_atom, clock_source_id_to_atom_phy_clk_src_id, and engine_bp_to_atom. This patch removes the multiple copy-pasted by creating a common command table and make the command_