Re: [PATCH v6 08/11] drm/mediatek: dp: Move PHY registration to new function

2023-07-20 Thread Alexandre Mergnat
Reviewed-by: Alexandre Mergnat On 17/07/2023 16:14, AngeloGioacchino Del Regno wrote: In preparation for adding support for eDP, move the PHY registration code to a new mtk_dp_register_phy() function for better readability. This commit brings no functional changes. -- Regards, Alexandre

[PATCH v6 08/11] drm/mediatek: dp: Move PHY registration to new function

2023-07-17 Thread AngeloGioacchino Del Regno
In preparation for adding support for eDP, move the PHY registration code to a new mtk_dp_register_phy() function for better readability. This commit brings no functional changes. Signed-off-by: AngeloGioacchino Del Regno --- drivers/gpu/drm/mediatek/mtk_dp.c | 43 +++--