Re: [PATCH v6 04/11] drm/mediatek: dp: Use devm variant of drm_bridge_add()

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 aux-bus, which will add a code path that may fail after the drm_bridge_add() call, change that to devm_drm_bridge_add() to simplify failure paths later. -- Regards, Alex

Re: [PATCH v6 04/11] drm/mediatek: dp: Use devm variant of drm_bridge_add()

2023-07-18 Thread 胡俊光

[PATCH v6 04/11] drm/mediatek: dp: Use devm variant of drm_bridge_add()

2023-07-17 Thread AngeloGioacchino Del Regno
In preparation for adding support for aux-bus, which will add a code path that may fail after the drm_bridge_add() call, change that to devm_drm_bridge_add() to simplify failure paths later. Signed-off-by: AngeloGioacchino Del Regno Tested-by: Chen-Yu Tsai --- drivers/gpu/drm/mediatek/mtk_dp.c