Re: [PATCH v2 2/3] drm/loongson: Introduce component framework support

2024-05-27 Thread Markus Elfring
… > However, the driver needs all of the subcompoments ready to use before subcomponents? … > goes with the PCIe master, sinch they has no dependency on exterinal since they have no dependencies on external? > modules. > > Wh

[PATCH v2 2/3] drm/loongson: Introduce component framework support

2024-05-26 Thread Sui Jingfeng
Hardware units come with PCIe are actually all ready to be driven, but there has some board specific modules could return '-EPROBE_DEFER'. However, the driver needs all of the subcompoments ready to use before it can register the drm service to userspace. Introduce the component framework to tackl