Re: [PATCH v5 1/2] drm/loongson: Introduce component framework support
From: Sui Jingfeng
Date: Tue Jul 30 2024 - 13:39:53 EST
Hi,
On 2024/7/29 15:37, Markus Elfring wrote:
…
+++ b/drivers/gpu/drm/loongson/loongson_drv.c
@@ -0,0 +1,298 @@
…
+static int loongson_drm_driver_probe(struct platform_device *pdev)
+{
…
+ dev_info(&pdev->dev, "probed\n");
…
+}
…
Do you find such information really relevant?
This helps to see the probe order of all drivers,
this also help us to know the name of the fake master device.
Regards,
Markus
--
Best regards,
Sui