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

2025-02-24 Thread Luan Icaro Pinto Arcanjo
Hi, Sorry for the late reply, I have submitted a v4 with the changes to put these functions in the command_table_helper.c rather than adding a new set of files. The mail title of v4 is "[PATCH v4] drm/amd/display/dc: Refactor remove duplications" @alexander.deuc...@amd.com Can you take a look?

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

2025-02-11 Thread Alex Deucher
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 > 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 t

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

2025-02-07 Thread Luan Icaro Pinto Arcanjo
From: Luan Arcanjo 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 comman