Re: [PATCH v2 11/15] drm/msm/dp: handle PHY directly in dp_ctrl

2024-01-10 Thread Konrad Dybcio
On 12/31/23 01:43, Dmitry Baryshkov wrote: There is little point in going trough dp_parser->io indirection each time the driver needs to access the PHY. Store the pointer directly in dp_ctrl_private. Signed-off-by: Dmitry Baryshkov --- Reviewed-by: Konrad Dybcio Konrad

[PATCH v2 11/15] drm/msm/dp: handle PHY directly in dp_ctrl

2023-12-30 Thread Dmitry Baryshkov
There is little point in going trough dp_parser->io indirection each time the driver needs to access the PHY. Store the pointer directly in dp_ctrl_private. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/dp/dp_ctrl.c| 37 + drivers/gpu/drm/msm/dp/