Re: [PATCH v6 06/11] drm/mediatek: dp: Enable event interrupt only when bridge attached

2023-07-20 Thread Alexandre Mergnat
On 17/07/2023 16:14, AngeloGioacchino Del Regno wrote: It is useless and error-prone to enable the DisplayPort event interrupt before finishing to probe and install the driver, as the DP training cannot happen before the entire pipeline is correctly set up, as the interrupt handler also requir

[PATCH v6 06/11] drm/mediatek: dp: Enable event interrupt only when bridge attached

2023-07-17 Thread AngeloGioacchino Del Regno
It is useless and error-prone to enable the DisplayPort event interrupt before finishing to probe and install the driver, as the DP training cannot happen before the entire pipeline is correctly set up, as the interrupt handler also requires the full hardware to be initialized by mtk_dp_bridge_atta