Open
Description
Hello
as said in a previous closed issue #253 I get some odds messages with dmesg when a plug the hdmi cable:
[ 5374.930044] WARNING: CPU: 0 PID: 9633 at drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c:2501 vchiq_release_internal+0xbc/0x254
[ 5374.932348] Modules linked in: brcmfmac brcmutil cfg80211 rfkill bcm2835_gpiomem uio_pdrv_genirq fixed uio snd_bcm2835 snd_pcm snd_timer snd ipv6
[ 5374.934879] CPU: 0 PID: 9633 Comm: HTV Notify Not tainted 4.9.35-v7+ #1014
[ 5374.937262] Hardware name: BCM2835
[ 5374.939660] [<8010fb3c>] (unwind_backtrace) from [<8010c058>] (show_stack+0x20/0x24)
[ 5374.942118] [<8010c058>] (show_stack) from [<80455880>] (dump_stack+0xd4/0x118)
[ 5374.944556] [<80455880>] (dump_stack) from [<8011d344>] (__warn+0xf8/0x110)
[ 5374.946957] [<8011d344>] (__warn) from [<8011d42c>] (warn_slowpath_null+0x30/0x38)
[ 5374.949463] [<8011d42c>] (warn_slowpath_null) from [<80600010>] (vchiq_release_internal+0xbc/0x254)
[ 5374.952029] [<80600010>] (vchiq_release_internal) from [<80600cc4>] (vchiq_ioctl+0x800/0x1968)
[ 5374.954654] [<80600cc4>] (vchiq_ioctl) from [<802835d4>] (do_vfs_ioctl+0xac/0x820)
[ 5374.957308] [<802835d4>] (do_vfs_ioctl) from [<80283d8c>] (SyS_ioctl+0x44/0x6c)
[ 5374.959962] [<80283d8c>] (SyS_ioctl) from [<801080c0>] (ret_fast_syscall+0x0/0x1c)
[ 5374.962624] ---[ end trace d651be8fc8262ca7 ]---
[ 5374.965561] vchiq: vchiq_ioctl: cmd VCHIQ_IOC_RELEASE_SERVICE returned error -1 for service TVNT:9630
To reproduce this error you can download a complete minibian image here:
https://drive.google.com/file/d/0B7wUr-s2z0lNTjZkUWlyUloxUVU/view?usp=sharing
(login root / raspberry)
Tested on pi3 with 2A power supply, and this screen:
https://www.amazon.fr/gp/product/B01FFAAZRC/ref=oh_aui_detailpage_o01_s00?ie=UTF8&psc=1
Just plug and unplug hdmi cable...
There is a small video loop starting at boot, but I'm not sure this is related to the issue.
Note that that this issue seems to have no effect, but well... may be this is just a part of an iceberg.
Thank you !