Re: [PATCH 1/5] drm/bridge: Add drm_bridge_find_by_fwnode() helper

2024-01-23 Thread Laurent Pinchart
Hi Sui, On Tue, Jan 23, 2024 at 04:01:28PM +0800, Sui Jingfeng wrote: > On 2024/1/23 09:17, Laurent Pinchart wrote: > > On Tue, Jan 23, 2024 at 12:32:16AM +0800, Sui Jingfeng wrote: > >> Because ACPI based systems only has the fwnode associated, the of_node > >> member of struct device is NULL.

Re: [PATCH 1/5] drm/bridge: Add drm_bridge_find_by_fwnode() helper

2024-01-23 Thread Sui Jingfeng
Hi, Thanks a lot for your review :-) On 2024/1/23 09:17, Laurent Pinchart wrote: Hi Sui, Thank you for the patch. On Tue, Jan 23, 2024 at 12:32:16AM +0800, Sui Jingfeng wrote: Because ACPI based systems only has the fwnode associated, the of_node member of struct device is NULL. To order

Re: [PATCH 1/5] drm/bridge: Add drm_bridge_find_by_fwnode() helper

2024-01-22 Thread Laurent Pinchart
Hi Sui, Thank you for the patch. On Tue, Jan 23, 2024 at 12:32:16AM +0800, Sui Jingfeng wrote: > Because ACPI based systems only has the fwnode associated, the of_node > member of struct device is NULL. To order to move things forward, we add > drm_bridge_find_by_fwnode() to extend the support.

[PATCH 1/5] drm/bridge: Add drm_bridge_find_by_fwnode() helper

2024-01-22 Thread Sui Jingfeng
Because ACPI based systems only has the fwnode associated, the of_node member of struct device is NULL. To order to move things forward, we add drm_bridge_find_by_fwnode() to extend the support. Signed-off-by: Sui Jingfeng --- drivers/gpu/drm/drm_bridge.c | 33 +