Re: [PATCH v6 00/11] MediaTek DisplayPort: support eDP and aux-bus

2023-07-18 Thread Chen-Yu Tsai
On Mon, Jul 17, 2023 at 10:14 PM AngeloGioacchino Del Regno wrote: > > Changes in v6: > - Added some previously missing error checking (patch [01/11]) > - Added error checks for devm_drm_bridge_add() > - Made sure that cable_plugged_in is set to false if HPD assertion >polling fails (timeou

[PATCH v6 00/11] MediaTek DisplayPort: support eDP and aux-bus

2023-07-17 Thread AngeloGioacchino Del Regno
Changes in v6: - Added some previously missing error checking (patch [01/11]) - Added error checks for devm_drm_bridge_add() - Made sure that cable_plugged_in is set to false if HPD assertion polling fails (timeout) - Support panel as module (tested with panel-edp on MT8195 Tomato) - Rebase