We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a26058 commit f63a47cCopy full SHA for f63a47c
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c
@@ -1855,6 +1855,8 @@ static int vchiq_probe(struct platform_device *pdev)
1855
1856
vchiq_debugfs_init(&mgmt->state);
1857
1858
+ vcsm_cma = vchiq_device_register(&pdev->dev, "vcsm-cma");
1859
+ bcm2835_codec = vchiq_device_register(&pdev->dev, "bcm2835-codec");
1860
bcm2835_audio = vchiq_device_register(&pdev->dev, "bcm2835-audio");
1861
bcm2835_camera = vchiq_device_register(&pdev->dev, "bcm2835-camera");
1862
bcm2835_isp = vchiq_device_register(&pdev->dev, "bcm2835-isp");
0 commit comments