Re: [PATCH v5 11/12] phy: rockchip: samsung-hdptx: Optimize internal rate handling
From: Cristian Ciocaltea
Date: Sun Mar 09 2025 - 06:32:54 EST
On 3/9/25 12:17 PM, Dmitry Baryshkov wrote:
> On Sat, 8 Mar 2025 at 14:21, Cristian Ciocaltea
> <cristian.ciocaltea@xxxxxxxxxxxxx> wrote:
>>
>> Drop the rate parameter from a bunch of internal helpers and, instead,
>> make better use of the newly introduced ->hdmi_cfg.tmds_char_rate driver
>> data.
>>
>> Additionally, rename the rather ambiguous ->rate member of struct
>> rk_hdptx_phy to ->hw_rate and ensure rk_hdptx_ropll_tmds_cmn_config()
>
> Would it be better to name it tmds_char_rate?
This is only used in rk_hdptx_phy_clk_recalc_rate() to provide the
actual rate programmed in hardware, hence the "hw_rate" naming.
Renaming it to tmds_char_rate might add some confusion with the similar
one in ->hdmi_cfg, but I don't really have any strong preference here.
>> updates it only after all the other operations have been successful.
>
> Please don't mix refactoring / renames and the actual code changes.
Right, I should have moved that to a dedicated patch. Will handle in
the next revision.
Thanks,
Cristian