Re: [PATCH v4 1/9] drm/bridge: Allow using fwnode API to get the next bridge

2024-04-23 Thread Sui Jingfeng
Hi, On 2024/4/23 03:51, Dmitry Baryshkov wrote: On Tue, Apr 23, 2024 at 03:18:55AM +0800, Sui Jingfeng wrote: Currently, the various display bridge drivers rely on OF infrastructures to works very well, yet there are platforms and/or devices absence of 'OF' support. Such as virtual display

Re: [PATCH v4 1/9] drm/bridge: Allow using fwnode API to get the next bridge

2024-04-22 Thread Dmitry Baryshkov
On Tue, Apr 23, 2024 at 03:18:55AM +0800, Sui Jingfeng wrote: > Currently, the various display bridge drivers rely on OF infrastructures > to works very well, yet there are platforms and/or devices absence of 'OF' > support. Such as virtual display drivers, USB display apapters and ACPI > based

[PATCH v4 1/9] drm/bridge: Allow using fwnode API to get the next bridge

2024-04-22 Thread Sui Jingfeng
Currently, the various display bridge drivers rely on OF infrastructures to works very well, yet there are platforms and/or devices absence of 'OF' support. Such as virtual display drivers, USB display apapters and ACPI based systems etc. Add fwnode based helpers to fill the niche, this allows